Faqts : Computers : Programming : Languages : JavaScript

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

8 of 16 people (50%) answered Yes
Recently 4 of 10 people (40%) answered Yes

Entry

How can I execute a Java Script from inside a Flash movie?

Oct 22nd, 2001 04:22
Jean-Bernard Valentaten, Brent Lewis,


Well that's not exactly a js question, now is it?
Have you ever used ActionScript?? A js is executed by using 
the "javascript:" keyword and I think you have to put that inside the 
getUrl() statement, so this example:
 getUrl('javascript: alert("Hi fella!");');
should display an alert-window.
HTH
Jean