Flash to HTML (Switching out Table backgrounds)
I am trying to build a flash controller which changes out a background located inside a table inside of my html document.
Currently I have the Flash trying change the background to my html file through javascript.
In javascript, I am using document.write(' ' +args ' ') and having it controlled by a function inside of flash to keep switching out the background(text). . . I am having Flash pass this data out, and I can call it from an alert, but I am not able to write out that information using the document.write command (like above).
I think document.write is called only once on the page load. I need it to be called anytime I hit the next button inside of flash.
Does anyone know of a way to cycle out the background image of my table using flash as the controller (javascript or other language)?
Thank you for your time.
--J
