On Dec 18, 2007 4:29 PM, Quentin <[EMAIL PROTECTED]> wrote:
> Hello,
> First of all, sorry to re-post this, but I'm working on a project that
> really needs to have this bug (?) fixed in swfmill!
> If someone out there has the ability to do it, it'd be a nice
> Christmas present...
>
> Once again, sorry for upping this thread... But holidays'll be here soon!
> Quentin.

Quentin,

I thought you had gotten it to work already -- you can simply add
<FileAttributes hasMetaData="0" useNetwork="1" />
right after the <movie/> tag as you suggested, even if it's not part
of swfml-s ("simple"). swfml-ll ("low level", what swf2xml gives you)
tags within swfml-s are copied verbatim. This can potentially cause
problems, especially if IDs are affected, but in this case it should
be safe -- unless Swfmill already sets it as part of the <movie/> tag.

Did you try that already?

Mark


> On Dec 10, 2007 3:52 PM, Quentin <[EMAIL PROTECTED]> wrote:
> > As I wrote earlier, there seem to be a few hick-ups with useNetwork 
> > management in swfmill...
> > I thought I found a way to have it working, but I have found some weird 
> > things.
> >
> > I use an XML file (with the 'simple' syntax in it) that imports SWFs in the 
> > library and place them on the stage.
> > This XML file has <FileAttributes hasMetaData="0" useNetwork="1" /> just 
> > after the <movie> tag.
> > In some cases the resulting XML (the one built via the swfmill simple 
> > command) contains various FileAttributes tags. When all of them have the 
> > useNetwork attribute set to 1 everything works fine, but when one of them 
> > has useNetwork="0", then the SWF acts like it only has access to the 
> > filesystem.
> > I think the topmost FileAttributes tag should overwrite others (they maybe 
> > even should be deleted) in order to avoid the oddness I've just mentioned...
> >
> > Anyone out there knows how to fix that?
> > That'd be nice!
> >
> > Quentin.
> > dasp.free.fr
> >
> >
> > On Dec 7, 2007 5:05 PM, Quentin < [EMAIL PROTECTED]> wrote:
> >
> > > 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:
> > >
> > >
> > > <FileAttributes hasMetaData="1|0" useNetwork="network|filesystem" />
> > > <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
>

_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to