Well nope. No other issue!
Thanks again.

On Mon, Mar 17, 2008 at 2:39 PM, Quentin <[EMAIL PROTECTED]> wrote:

> Wow!
> Can't believe it was that simple, damn it!
>
> A big thank you, and a hat tip to this great community!
> I have an other issue, which I will share on a other thread, not to mix
> things up...
>
> Quentin.
> http://toki-woki.net
>
> On Mon, Mar 17, 2008 at 1:40 PM, INADA Naoki <[EMAIL PROTECTED]> wrote:
>
> > <del>
> > > And swfmill copies your <FileAttributes> tag into in.xml
> > </del>
> > And swfmill copies your <FileAttributes> tag from in.xml into out.swf
> >
> > Naoki INADA wrotes:
> > > Okey. I catch it.
> > >
> > > It's very simple problem.
> > > swfmill makes <FileAttributes> tag from attributes in <movie> tag when
> > > using simple dialect.
> > > And swfmill copies your <FileAttributes> tag into in.xml
> > > You should put local-access="network" attribute into <movie> tag.
> > >
> > > For example, you should modify in.xml like following.
> > >
> > >  <?xml version="1.0" encoding="iso-8859-1" ?>
> > > -<movie width="550" height="400" framerate="40" version="8">
> > > -       <FileAttributes hasMetaData="0" useNetwork="1" />
> > > +<movie width="550" height="400" framerate="40" version="8"
> > > local-access="network">
> > >         <background color="#000000"/>
> > >         <frame>
> > >
> > > _______________________________________________
> > > 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
> >
>
>
_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to