How to call JavaScript function from with in Flash application?

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-04-29T22:02:22Z Indexed on 2010/04/29 22:07 UTC
Read the original article Hit count: 274

Filed under:
|
|
|

So in my AS file I want to call a function like

        public function JS(streamUri:String):void{
        JavascriptCommand(streamUri)
        }

to get my JS code running...

How to do such thing (Example needed)

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about flash