[swfmill] A note about network+filesystem access...
Quentin
quentin.t at gmail.com
Fri Dec 7 08:05:28 PST 2007
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/swfmill_osflash.org/attachments/20071207/22d5cac3/attachment.html
More information about the swfmill
mailing list