Hi there!
I've just found out something weird with network and filesystem access
parameter available in swfmill...

I was trying to allow my swfs to access the network when executed on the
users' desktop without having the horrible warning.
So I discovered the mighty option (
http://www.amfphp.org/docs/media/sandbox.gif)

By reading the list archives I stumbled on these possible ways to set it:

   1. <FileAttributes hasMetaData="1|0" useNetwork="network|filesystem"
   />
   2. <movie local-access="network">

But none of them worked so I went through some swf2xml'd files and I found
out that the only working option is the following :

<FileAttributes hasMetaData="0" useNetwork="1" />
>

placed right after the <movie> tag...

I hope this helps!
Quentin.
dasp.free.fr
_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to