Re: [swfmill] 0.2.11-18 meta not work

2006-09-27 Thread daniel fischer
Romain Ecarnot [EMAIL PROTECTED] (on Fri, 22 Sep 2006 13:29:46 +0200):

   I open result in ActionScriptViewer and..SWF meta is incorrect, this is
   the error message :

Hey Romain,

your problem, AFAICS, lies with as2ant. swfml-s syntax within ant files has to 
be understood by as2ant and converted to a standalone file for swfmill to 
process, and obviously, as2ant doesnt understand the new tags (yet). As a 
workaround, use a standalone xml file for swfmill.

@Steve, i've closed bug submission for the time being in fear of trac-spam. bug 
reports have to be sent to me, i'll add them there. if circumstances require, i 
could appoint a bug manager to do that :)

-dan


-- 
http://0xDF.com/
http://iterative.org/

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


Re: [swfmill] 0.2.11-18 meta not work

2006-09-22 Thread Steve Webster
Hi Romain.

I'll try and look into this over the weekend. Can you please create a
bug on the trac site and attach the files (or a simple test case) you
were working with there so that I can keep track of it? Or send me the
files and I'll take care of it.

Regards,

Steve


On 9/22/06, Romain Ecarnot [EMAIL PROTECTED] wrote:
 Hi all,

 After some tests and some mails with Eric ( aka erixtekila ), the new Flash
 8 meta seems not working properly.

 I compile a first swf with the Flash IDE ( v8 ) and open swf result with
 ActionScriptViewer to see content.
 Great...SWF Meta is ok ! ( not surprise ^^ )

 Now I compile a swf with OS tools ( as2ant / mtasc / swfmill 0.2.11-18 )
 This is my as2ant task :
 ---
 target name=Build description=Builds application
  swf
 mtasc=${soft.mtasc}
  classpath=${src.dir}
 src= Main.as
 dest=test.swf
  version=8
 wimp=true

  swfmill=${soft.swfmill}
 xml
  ![CDATA[
 movie  width=800 height=600 framerate=31
 version=8 
 meta title=myTitle description=informations /
 FileAttributes hasMetaData=1 useNetwork=network
 /

  frame
 textfield id=_title width=0 height=0
 size=2 font=verdana text=test /
 /frame
  /movie
 ]]
  /xml
 /swf
  /target
 ---

 I open result in ActionScriptViewer and..SWF meta is incorrect, this is
 the error message :
 ---
 -- XML parse error
 -- Reference to undeclared namespace prefix : 'rdf'.
 ---


 Error occured when I try a swf2xml too :
 ---
  -- namespace error : Namespace prefix rdf on RDF is not defined
 -- rdf:RDFrdf:Description//rdf:RDF
 -- namespace error : Namespace prefix rdf on Description is not defined
 -- rdf:RDFrdf:Description//rdf:RDF
 ---

 This is erixtekila point of view :
 ---
 1. When define FileAttributes hasMetaData=1 useNetwork=network/ seems
 that default one is not overwrite.

 2. rdf syntax seems to not be correct, namespace is not declared
 rdf:RDF xmlns:rdf=
 http://www.w3.org/1999/02/22-rdf-syntax-ns#
 xmlns:contact=
 http://www.w3.org/2000/10/swap/pim/contact#;

 3. description is not added at all
 ---

 I add a small question ( not a problem ;) ), as meta is in rdf format, can
 we add rdf tag like 'author', 'date', 'publisher', 'Rights managment'... ?
 is it planned ? or is it a serach engine limitation for flash content ?

 Cheers,
 Romain




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





-- 
Steve Webster
http://dynamicflash.com

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