This content has been marked as final.
Show 4 replies
-
1. Re: how to pass text from flash to html?
kglad Dec 23, 2011 10:52 AM (in response to cactus8599)use the externalinterface class'es call() method:
import flash.external.ExternalInterface;
ExternalInterface.call("somejavascriptfunction");
-
2. Re: how to pass text from flash to html?
cactus8599 Dec 24, 2011 2:33 AM (in response to kglad)can you send me the sample file?
-
-
4. Re: how to pass text from flash to html?
cactus8599 Dec 24, 2011 7:53 AM (in response to cactus8599)This is a wonderful sample i found online.
pls run using a server so that it can display properly
http://active.tutsplus.com/tutorials/actionscript/flash-html-javascript-externalinterface/


