[flexcoders] where to set actionScriptProperties file for mxmlc and compc

2009-02-25 Thread kuntamayu
Hi Folks, I am compiling my flex project on server ( Tomcat 6.0.18 ) through Java. My application gets compiled also. But I want to set certain specific properties for compilation ( e.g. FlashPlayer version 10.0.0 etc. ) And I also want to compile some modules too through same way with

[flexcoders] Event passing directly between module and Main application (Shell)

2009-02-18 Thread kuntamayu
Can any one guide me hot to pass Button / mouse events from a module to the Main application (Shell). The scenario is like this : I have two different modules appart from my Main applicaion (1) module for subscription / payment : SubscriModule.mxml (2) module for image slide show :

[flexcoders] Re: is it possible to track visitors / the page an swf is embedded on

2009-02-18 Thread kuntamayu
Try to track Application.application.url This may help you. :) --- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: Look into the BrowserManager, perhaps it will help. Tracy Spratt Lariat Services Flex development bandwidth available

[flexcoders] SWF Security - how to prevent browsers - FireFox / IE cache swf file

2008-12-10 Thread kuntamayu
Folks, How can restrict Firefox and other browsers to stop caching flex swf file. Because once swf file is cashed at client side, it can be easily be decompiled. I have seen some decompilers are, now, available to decompile AS3 - Flash Player 9 swf files. ~ MayKun

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

2008-09-03 Thread kuntamayu
--- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: kuntamayu [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, September 02, 2008 12:46 PM Subject: [flexcoders] Re: Want to build a SWF on the fly when someone requests

[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: flexcoders@yahoogroups.com Sent: Monday, September 01, 2008 2:51 PM Subject: [flexcoders] Re: Want to build a SWF on the fly when someone requests it Hi

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

2008-09-01 Thread kuntamayu
for each instance to populate the template. On Sat, Aug 30, 2008 at 12:10 PM, kuntamayu [EMAIL PROTECTED] wrote: From my flex project, I want to create a swf file on fly - to save clients' data . Clients' data may contains Image, Text, Video, Audio and web link. How to save

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

2008-08-30 Thread kuntamayu
From my flex project, I want to create a swf file on fly - to save clients' data . Clients' data may contains Image, Text, Video, Audio and web link. How to save this data in a swf file at server side. ( We are using java for server side code ) Waiting for reply.