Hi,
Flash uses local shared object to store data, in order to make the
comunication between javascript and flash you can use
"ExternalInterface" to make flash functions available to javascript,
something like this.
-- FLASH
function SaveFlashFunction(valor:String):Void {
var so:SharedObjec
Hi,
The problem i faced when i use iframes to post data is that i can not
send information to parent frame (like a json response) if the url of
the iframe is different.
You can use Flash + actionscript to POST DATA crossdomain.
You only need a crossdomain file policy in your server web root.
2 matches
Mail list logo