Hey all,, need some advice on actionscript and javascript...
I have a page with an swf navigational bar, communicating with the tabled HTML page using getURL. It half works, I can change the background images in the individual table cells but not the text
HOW CAN I CHANGE THE TEXT?! - I need to know not only directly how to but also how to pass the text (from actionscript?) over to the javascript function within the html page so that when it's displayed it's correctly padded and doesn't just show up right on the sides of the table. Could I just design a javascript function to change this which can be initiated from the swf?
Also...There's a table cell with an image in it (other than the background) which has 5 hotspots ontop...
<IMG SRC="images/a3.gif" ALT="" name="images" WIDTH=179 HEIGHT=227 border="0" usemap="#Map3" id="images" />
...what sort of function could I use so that when initiated, removes this from the cell...?!
Many Thanks,
Josh.