[flexcoders] embed meta tag to embed xml?

2007-10-15 Thread Matthias Dittgen
Hello, is it possible to embed xml data into the swf using the Embed meta tag like embedding of SVG? [Embed(source="data/data.xml")] private var myXML:Class; And if true, how can I access this XML? Matthias

Re: [flexcoders] embed meta tag to embed xml?

2007-10-15 Thread Johannes Nel
http://www.peterjoel.com/blog/index.php?archive=2006_05_01_archive.xml#114770134881719072#114770134881719072 On 10/15/07, Matthias Dittgen <[EMAIL PROTECTED]> wrote: > > Hello, > > is it possible to embed xml data into the swf using the Embed meta tag > like embedding of SVG? > > [Embed(source="

RE: [flexcoders] embed meta tag to embed xml?

2007-10-15 Thread Tracy Spratt
You can also do this with the XML tag: Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Johannes Nel Sent: Monday, October 15, 2007 8:48 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] embed meta tag to embed xml