If I can talk to a swf file via actionscript, can I assume that the same
funtion call is public and I can call it directly if I load the swf file via
swfloader?
example:
I load a swf file in my html page in a div= myswf , the swf file uses
ExternalInterface to interact with my javascript.
I have a javascript function that calls myswf.setText('hello there');
If I create a flex program that loads the swf file, can I call the setText
function directly from flex without using javascript?
thanks,
steve