is there any way to acess swf embeded in html page from air application? [my air application loads the html page via html loader]
views:
102answers:
2
A:
Did you write the swf? You would use flash.external.ExternalInterface to interact via JavaScript with the swf.
apphacker
2009-06-27 07:24:52
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