I'll elaborate on that so it's actually helpful ;)

Make sure your DIV has an ID

Call a Javascript function that goes something like this

function hideSWF(){
        var s = document.getElementById('swfDIVid');
        s.style.display="none";

}

if you need it to appear again JS...

s.style.display="block";




On 5/13/07, Webdevotion <[EMAIL PROTECTED]> wrote:

You can call a javascript on your html page once your swf is
finished playing from inside the swf.
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to