Is it possible to use Javascript in flash. For example, as a simple test I am trying to use Javascript's alert method when a button is clicked.
I am using AS3. Is it possible?
|
Is it possible to use Javascript in flash. For example, as a simple test I am trying to use Javascript's alert method when a button is clicked. I am using AS3. Is it possible? |
|||||
|
|
Like Marty mentioned, you can use the ExternalInterface class to execute a Javascript. Your options are to execute a function embedded in the (html) page code and create one from scratch. Because If you provide a single parameter, you might wanna write a function instead to execute (or return) something.
|
|||
|
|
|
No.. Flash uses ActionScript 3. You can call a JavaScript function on the same page as an embedded SWF using ActionScript's A quick demo on implementing
Tip: |
||||
|
|