tags:

views:

102

answers:

2

is there any way to acess swf embeded in html page from air application? [my air application loads the html page via html loader]

A: 

Did you write the swf? You would use flash.external.ExternalInterface to interact via JavaScript with the swf.

apphacker
A: 

@apphaker: yes i write swf ,, but my requirement is use it as swf component. When i load swf via html loader..It seems that due to sandbox security my javascript cannot communicate with swf,, so i need a way to communicate to swf that is embeded in the html[which is loaded from htmlloader of air].. any suggestion