[flexcoders] webservice e4x-result can not be filtered??

2008-06-06 Thread mariovandeneynde
Greetings! I have the following situation: [Application] ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=this.croplifedata.getBronnen.send () mx:Script ![CDATA[ import

[flexcoders] remove link between to variables

2008-06-10 Thread mariovandeneynde
Greetings! I've banging my head against the wall for a few days now about this problem: Code: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; creationComplete=init() layout=absolute mx:Script ![CDATA[ import

[flexcoders] string to actual actionscript code?

2008-06-16 Thread mariovandeneynde
Greetings, I was wondering if the following situation would be possible: imagine having a string like var query:String = Object.property.toString() == somevalue.toString(); and that the string somehow could be converted to actual actionscript code... if(query){ trace(your

[flexcoders] Re: string to actual actionscript code?

2008-06-16 Thread mariovandeneynde
, mariovandeneynde [EMAIL PROTECTED] wrote: Greetings, I was wondering if the following situation would be possible: imagine having a string like var query:String = Object.property.toString() == somevalue.toString(); and that the string somehow could be converted to actual

[flexcoders] Re: string to actual actionscript code?

2008-06-16 Thread mariovandeneynde
, mariovandeneynde [EMAIL PROTECTED] wrote: No, I'm just wondering if there is a way to convert a string to actual actionscriptcode... --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Michael Schmalle teoti.graphix@ wrote: Hi, There is no eval() in actionscript

[flexcoders] Generate dynamic flash using other flash app?

2008-07-10 Thread mariovandeneynde
Greetings! I was wondering: Imagine having a swf or fla with a dynamic textfield. is it possible to build an application that 1) opens the swf or fla 2) fills in the dynamic textfield 3) regenerates the swf so that in the new swf, the textfield is filled in. Is this possible if so...how

[flexcoders] embedding fonts with different styles: Helvetica?

2008-09-02 Thread mariovandeneynde
Greetings! I'm having trouble with embedding the helvetica font. I wish to embed the Bold, regular and light font of the Helvetica font AND the condensed font, also bold, regular and light. But I keep getting these errors like exception during transcoding: Font for alias 'KonicaCondensedBold'

[flexcoders] adobe update Flex messed up my apps

2009-01-14 Thread mariovandeneynde
Hi! I just finished up my update for my adobe products, and one of the updates was going from Flex3 to flex 3.2. I rebuild my app using flex 3.2 and it worked fine in my browsers BUT I used to load my flexapp in a flash movie and published this movie to an EXE. What used to work isn't