Shared Object Problem

alright… recently i needed to share data between different flash .swfs on a homepage… so i tried to use Shared Objects to do so…

sofar its fine… i tried it … and as long as the data is stored on my harddisk… the sharedObject “cookies” work fine… but when i put the site online… they simply dont work anymore…

could this have something to do with security settings of the browser used?.. doesnt a web browser allow flash to access the harddisk to read and write shared objects…

is there another… simpler and more reliable way to send data from one .swf file to another…?? (without using php -> my webserver doesnt support this sofar :-/ )

any help would be great…

thx in advance…!

yours sincerly

yes there is a plugin setting that determines whether or not a swf file is allowed to write data to the hard disk. When you right click or control click on the swf file, it should pop up a settings dialog box which asks about local storage. This deals exclusively with shared objects. Make sure that you’re allowing the browser to write to your disk. If you simply want to pass data between swf files, just use the _level0.whateverVariable. Unless your talking about swf’s in different html pages.