Hi...I have a flash movie embedded in a html page. That page also has several layers with text. All these levels are set to invisible at the page load so the only thing visible onLoad is the flash movie. Can a script at the end of the flash movie make a invisible
dreamweaver layer visible? If so whould would the script be? Basically I want to put a show hide behavior in the swf.
When you publish the movie in Flash have html as one of the formats that it publishes. Under the html template select Flash w/ fscommand.
Then view the code that Flash publishes to the html page. It should be aparent which code you need to grab to put in your html page.
...actually the actionscript help file explains this much better than I can. Look under fscommand in the AS help and just under the table of commands quit, fullscreen, allowscale, etc. is a paragraph or two explaining the process.
That gets Flash talking to javascript, the rest is up to you.