[jQuery] Re: jQuery Storage?

2009-02-17 Thread Jacob Jarquin
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

[jQuery] USING FLASH + ACTIONSCRIPT CALLBACK FUNCTION.

2009-01-22 Thread Jacob Jarquin
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.