PDA

View Full Version : Embedding LZX into a ColdFusion page


jds
02-05-2003, 04:55 PM
I'd like to try and deploy a menu bar (like the one used in the Contacts demo) into a ColdFusion application that I am working on.

How do I embed (call?, instantiate?) the .LZX file from the CF MX template? Do I use the HTML Object tab? If so, what is the syntax for that?

Thanks.

antun
02-05-2003, 05:04 PM
Hey jds

Let me make sure I understand you correctly here: You want to have an LZX app running within an HTML page, kind of like the way we have the weather app running on our homepage, right?

The easiest way to do this is to write up the LZX for the app, and view it in a browser. View the source of that HTML page, and copy and paste the <object> tag into your app.

Take care,

Antun

jds
02-06-2003, 07:04 AM
Anton - Thanks. That was an obvious solution that I should have been able to figure out myself! It worked perfectly.

emily
02-06-2003, 11:13 AM
But it's great that you posted your question, so others could benefit from the answer!

Thanks, jds and Antun.

--Emily