Re: Metadata containing SDKs minimal playerglobal version?

2012-06-29 Thread Justin Mclean
Hi, You might want to look at the flex-config.xml file in the framework directory as it contains: For instance you can targeting the 11.3 player like so: 11.3 16 There a 1-1 mapping between swf version and which player global swf you need. Here's the code form my ant patch to work out whic

RE: metadata

2012-01-24 Thread Michael A. Labriola
ginal Message- From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of Om Sent: Tuesday, January 24, 2012 5:54 PM To: flex-dev@incubator.apache.org Subject: Re: metadata Bumping this thread. Michael, your note about post-processing metadata into an actionscript class and hence speeding t

Re: metadata

2012-01-24 Thread Om
ot legs nearly 10 fold. > > > > Mike > > > > > > -Original Message- > > From: Michael A. Labriola [mailto:labri...@digitalprimates.net] > > Sent: Sunday, January 22, 2012 1:58 PM > > To: flex-dev@incubator.apache.org > > Subject: RE: metad

Re: metadata

2012-01-22 Thread Bogdan DINU
t legs nearly 10 fold. > > Mike > > > -Original Message- > From: Michael A. Labriola [mailto:labri...@digitalprimates.net] > Sent: Sunday, January 22, 2012 1:58 PM > To: flex-dev@incubator.apache.org > Subject: RE: metadata > > There was a compiler change a while b

RE: metadata

2012-01-22 Thread Michael A. Labriola
things like robot legs nearly 10 fold. Mike -Original Message- From: Michael A. Labriola [mailto:labri...@digitalprimates.net] Sent: Sunday, January 22, 2012 1:58 PM To: flex-dev@incubator.apache.org Subject: RE: metadata There was a compiler change a while back. Basically, if a library

RE: metadata

2012-01-22 Thread Michael A. Labriola
ginal Message- From: Michael Schmalle [mailto:m...@teotigraphix.com] Sent: Saturday, January 21, 2012 5:21 AM To: flex-dev@incubator.apache.org Subject: Re: metadata Quoting Martin Heidegger : > @Michael: Wasn't there some kind of compiler change regarding this? > I can't properly r

Re: metadata

2012-01-21 Thread Michael Schmalle
Quoting Martin Heidegger : @Michael: Wasn't there some kind of compiler change regarding this? I can't properly recall it. However: As far as I know: the standard meta tags (like bindable) do get compiled into the code and are readable with describeType. swfs are readable like external fi

Re: metadata

2012-01-21 Thread Haykel BEN JEMIA
Sure metadata is important and must be kept, I was just thinking about metadata used only by IDEs and not required during runtime like the 'Style' tag. But if they are not included, then the issue does not exist. Thanks. On 21 January 2012 11:41, Michael Schmalle wrote: > Quoting Haykel BEN J

Re: metadata

2012-01-21 Thread Peter Elst
> > If you put them in an external file you'd make it easier to tamper and > break running code. good point, have to agree with that - Peter

Re: metadata

2012-01-21 Thread Martin Heidegger
@Michael: Wasn't there some kind of compiler change regarding this? I can't properly recall it. However: As far as I know: the standard meta tags (like bindable) do get compiled into the code and are readable with describeType. swfs are readable like external files with the proper tools, which

Re: metadata

2012-01-21 Thread Michael Schmalle
Quoting Haykel BEN JEMIA : Hi, As far as I know, most of the standard metadata defined through the standard metadata tags (Event, Style, Inspectable etc.) is mainly used by Flash Builder for auto-completion and in the design view. Is this data included in the compiled swf? If yes, would it make