PDA

View Full Version : Detect Flash Ending.


crca
11-20-2002, 09:07 AM
I have a script. Want i want it to do is when an flash animation finishes, that it will goto the fuction end().

How do I do this exactly????

Borgtex
11-20-2002, 10:40 AM
call the function from the Flash file, creating an action in the last frame:
getURL("javascript:end()")

crca
11-20-2002, 08:22 PM
is thier anyway that you could do it in the HTML page???

thanks!

Membie
11-20-2002, 08:50 PM
Nope! 'Luckily' you cannot write from html to flash. (Flash to html / javascript: yes)

Why would you? The swf / the originall fla you need to modify the swf, isn't yours and 'protected from import'. Is it? -->

Get the picture why you 'luckily' cannot...?