Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-03 Thread Nate Beck
> *To:* flexcoders@yahoogroups.com > *Sent:* Wednesday, September 03, 2008 5:19 PM > *Subject:* Re: [flexcoders] Re: Want to build a SWF on the fly when > someone requests it > > I agree with Paul here. Debugging would be a pain, however, I wouldn't > count this out as im

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-03 Thread Paul Andrews
t: Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it I agree with Paul here. Debugging would be a pain, however, I wouldn't count this out as impossible. Here's what I would do it: 1.. Install mxmlc on my webserver (or offload to another server f

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-03 Thread Nate Beck
er how many people on the list have attempted such a thing and how they > got on. I bet it's a really small number, perhaps even zero. > > Paul > > - Original Message - > *From:* Daniel Freiman <[EMAIL PROTECTED]> > *To:* flexcoders@yahoogroups.com > *Sent:*

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-03 Thread dnk
On 3-Sep-08, at 8:41 AM, nathan king wrote: > I too am considering the automagic generation of a swf using flex/air. > I am toying with the idea of using PHP on the server side > (http://us3.php.net/manual/en/book.swf.php) to generate the swf and > allow the user to download it. I am pretty sure

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-03 Thread Paul Andrews
x27;s a really small number, perhaps even zero. Paul - Original Message - From: Daniel Freiman To: flexcoders@yahoogroups.com Sent: Wednesday, September 03, 2008 3:27 PM Subject: Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it I agree with Paul

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-03 Thread Sherif Abdou
http://Sherifabdou.com - Original Message - From: nathan king To: flexcoders@yahoogroups.com Sent: Wednesday, September 03, 2008 10:41 AM Subject: [flexcoders] Re: Want to build a SWF on the fly when someone requests it I too am considering the automagic generation of a swf

[flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-03 Thread nathan king
I too am considering the automagic generation of a swf using flex/air. I am toying with the idea of using PHP on the server side (http://us3.php.net/manual/en/book.swf.php) to generate the swf and allow the user to download it. I am pretty sure this is something that FLEX can not do on it's own, bu

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-03 Thread Daniel Freiman
; > >> I think the main mystery is why it has only to be a single swf > > rather than > >> swf + customistaion data in various files. You are effectively > > trying to > >> include all that customistation inside the swf. Air doesn't preclude > >> sup

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-03 Thread Paul Andrews
- Original Message - From: "kuntamayu" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 03, 2008 2:42 PM Subject: [flexcoders] Re: Want to build a SWF on the fly when someone requests it > Hi Folks, > > There is nothing to hide about it. > > See, the

[flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-03 Thread kuntamayu
flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote: > > - Original Message - > From: "kuntamayu" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, September 02, 2008 12:46 PM > Subject: [flexcoders] Re: Want to build a SWF o

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-02 Thread Paul Andrews
- Original Message - From: "kuntamayu" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 02, 2008 12:46 PM Subject: [flexcoders] Re: Want to build a SWF on the fly when someone requests it > Hi Daniel Freiman, Paul and Toby Ashley > > Thanks for your rep

[flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-02 Thread kuntamayu
-- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote: > > - Original Message - > From: "kuntamayu" <[EMAIL PROTECTED]> > To: > Sent: Monday, September 01, 2008 2:51 PM > Subject: [flexcoders] Re: Want to build a

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-01 Thread Paul Andrews
- Original Message - From: "kuntamayu" <[EMAIL PROTECTED]> To: Sent: Monday, September 01, 2008 2:51 PM Subject: [flexcoders] Re: Want to build a SWF on the fly when someone requests it > Hi... > > I am working on a project like " Flex Flip Book &q

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-01 Thread Daniel Freiman
You're going to have to dynamically write the source code and run the command-line compiler on it. Building the code can be very specific to the project so I can't help you there, but the docs on the compiler are here: http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_14.html - Da

[flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-01 Thread kuntamayu
Hi... I am working on a project like " Flex Flip Book ", so in that project as a end product from my application, I need to give an swf file to end user so he / she can use that swf file directly without any modification. --- In flexcoders@yahoogroups.com, "Toby Ashley" <[EMAIL PROTECTED]> w