Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ActionScript: How to write InnerHTML

Status
Not open for further replies.

knuckle05

Programmer
Dec 17, 2001
247
CA
Hi All,

From a Flash menu I need to update my HTML page.

Here's the problem.

My page is static except for my content area which I use SSI to include my different HTML pages.

From my Flash menu, I need to be able to do something in ActionScript that accesses an object in HTML, not an object in my Flash File.


divName.InnerHTML = &quot;<--#inlude......&quot; etc. etc.

I know it's possible to grab Frame names, but is this possible from Actionscript?

thx
 
This might help!




Regards,

cubalibre2.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top