OnReadyStateChange and Flash ... What's the deal

  • Thread starter shlomi.schwartz
  • Start date
S

shlomi.schwartz

Hi All


I Tried everything,
How can I catch Flash Player OnReadyStateChange event using Javascript?



I tried:


<OBJECT OnReadyStateChange="handler()" ....


I tried


<SCRIPT LANGUAGE=VBScript>
on error resume next
Sub movie_OnProgress(ByVal newState)
movie_DoOnReadyStateChange(new­State)
end sub
</SCRIPT>


I Looked for an answer on macromedia site and the web but with no
result


HELP ;-) 10X
 
R

Randy Webb

(e-mail address removed) said the following on 1/8/2006 9:53 AM:
Hi All


I Tried everything,
How can I catch Flash Player OnReadyStateChange event using Javascript?



I tried:


<OBJECT OnReadyStateChange="handler()" ....

Try: <object onload="alert('Its loaded')"

Dont remember if object supports onload or not, and its 4:15 AM here so
I have no inclination to test it at the moment.
I tried


<SCRIPT LANGUAGE=VBScript>
on error resume next
Sub movie_OnProgress(ByVal newState)
movie_DoOnReadyStateChange(new­State)
end sub
</SCRIPT>


I Looked for an answer on macromedia site and the web but with no
result

Did you try posting in a macromedia newsgroup?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,438
Messages
2,571,699
Members
48,796
Latest member
Greg L.
Top