How to call JavaScript function from with in Flash application?
- by Ole Jak
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)