my clent creates a monthly html news lettrer. I want to incorporate each month into my flash template(7963). how do I call this html file at runtime. Do you use a include statement
You can't do this. Flash is not a web browser. There is limited support for HTML, but it has to be loaded in by way of variable. Flash would not be able to render an HTML page.
That said you could get him to provide you with the information in a format you could use in flash. (name value pairs, xml).
Hope it helps.
Wow JT that almost looked like you knew what you were doing!
The right way depends on which way you want to do it. Name value pairs you can use a text box (area) to display the information. XML you can use an XML object or Data connection tools.
Wow JT that almost looked like you knew what you were doing!
I have read how the XMXL connector can bind data elements in the XML to objects in flash. But I need to bind a entire news letter to a single flash object to display the news letter content. Do you have any examples or information help me achieve this.
One way to do this would be to load the XML into a dataset (via the connector), then you can iterate through the dataset to add all of the records to a dynamic text field. Finding tutorials on the connector is hard. See if this thread will help you out. thread250-908402
Hope it helps.
Wow JT that almost looked like you knew what you were doing!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.