[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 
'compc'

So, plz. guide me from where to provide 

1.   .actionScriptProperties   and
2.   .flexProperties  files.


Thanking in advance.



[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 : SlidesModule.mxml

now, I want to notify my main application on the click of OK button 
from a module ( i.e. SubscriModule.mxml) to main application (shell)

So, how to dispatch and listen of modules and shell swf (application 
swf) in each other.


Thanking you in advance.



[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 
 
 
 
 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] 
On
 Behalf Of uclamerrick
 Sent: Wednesday, February 18, 2009 12:24 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] is it possible to track visitors / the page an 
swf
 is embedded on
 
  
 
 Lets say I run a video site like youtube, how can I capture the url 
of
 the page where my swf object is embedded.
 
 For example someone takes the embed code from
 http://youtube.com/videoid123 http://youtube.com/videoid123  and
 places it onto the page at
 http://myblog.wordpress.com/this_video_rocks
 http://myblog.wordpress.com/this_video_rocks 
 
 I know how to use HTTPService to report this information back to my
 server and store it in the database, but I don't know how to use 
Flex
 3 / Actionscript 3 to determine the URL of the page that embeds an
 swf. In the example above I would want to capture:
 
 http://myblog.wordpress.com/this_video_rocks
 http://myblog.wordpress.com/this_video_rocks 
 
 Thanks.






[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
Hi Folks,

There is nothing to hide about it.

See, the thing is : I like to make a web application with Flex as well
as its counter part desktop version in AIR.

The application will be of like Flex Flip Book and it also offering
some other features like slideshow, calender view, zoom In zoom Out
etc features.

I want my end user come to online version and can make his own stuff -
 - My system will provide him some layout of 
 - client will choose any layout and provide data for that particular
 layout 
 - clients input data will be like image / video etc.
 - system will save that page(layout) by page 
 -  at the end client will get a swf file to use at his conveniences. 

Same way I want to offer same functionality with AIR version, too.

 ~ Paul, is it information ok to understand you what the application ?

Folks, can you guide me the proper way now ?

Awaiting response



--- 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 it
 
 
  Hi Daniel Freiman, Paul  and  Toby Ashley
 
  Thanks for your reply.
 
  But for this same product we have to crate an AIR (desktop) version
  too. That's why also, as an end product from my application, I have to
  give an swf to end client.
 
 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 
 supplying the application + customisation files.
 
 Can you not say what this application is?
 
 Paul
 
  Folks, do you have any other suggestions . . . !!!
 
  --- In flexcoders@yahoogroups.com, Paul Andrews paul@ wrote:
 
  - Original Message - 
  From: kuntamayu kuntamayu@
  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...
  
   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.
 
  End users aren't normally given swfs - they are generally either
  provided
  with an application that they install, or they go to a web page.
  Just what
  is your plan?
 
  If they use a web page there's no need to have everything in a
  single swf,
  if they have an application an installer can install an application
  file
  plus any other files required for customisation.
 
  Your proposed solution is fraught with difficullty as an automated
  process.
 
  Paul
 
   --- In flexcoders@yahoogroups.com, Toby Ashley lowpitch@ wrote:
  
   You'd most likely be better off storing your users' data / choices
   as XML or
   something, then build a SWF which can read in that XML and load /
   display
   the relevant text / video / audio / links / whatever. Rather than
   creating
   one SWF for each user, just create one SWF and pass it different
  XML for
   each instance to populate the template.
  
  
  
   On Sat, Aug 30, 2008 at 12:10 PM, kuntamayu kuntamayu@ 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 this data in a swf file at server side.
   
( We are using java for server side code )
   
Waiting for reply.
   
   

   
--
Flexcoders Mailing List
FAQ:
  http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo!
  Groups
Links
   
   
   
   
  
  
  
  
   
  
   --
   Flexcoders Mailing List
   FAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives:
   http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo!
Groups
   Links
  
  
  
  
 
 
 
 
  
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: 
  http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups 
  Links
 
 
 
 





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

2008-09-02 Thread kuntamayu
Hi Daniel Freiman, Paul  and  Toby Ashley

Thanks for your reply.

But for this same product we have to crate an AIR (desktop) version
too. That's why also, as an end product from my application, I have to
give an swf to end client.

Folks, do you have any other suggestions . . . !!!



--- 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...
 
  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.
 
 End users aren't normally given swfs - they are generally either
provided 
 with an application that they install, or they go to a web page.
Just what 
 is your plan?
 
 If they use a web page there's no need to have everything in a
single swf, 
 if they have an application an installer can install an application
file 
 plus any other files required for customisation.
 
 Your proposed solution is fraught with difficullty as an automated
process.
 
 Paul
 
  --- In flexcoders@yahoogroups.com, Toby Ashley lowpitch@ wrote:
 
  You'd most likely be better off storing your users' data / choices
  as XML or
  something, then build a SWF which can read in that XML and load /
  display
  the relevant text / video / audio / links / whatever. Rather than
  creating
  one SWF for each user, just create one SWF and pass it different
XML for
  each instance to populate the template.
 
 
 
  On Sat, Aug 30, 2008 at 12:10 PM, kuntamayu kuntamayu@ 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 this data in a swf file at server side.
  
   ( We are using java for server side code )
  
   Waiting for reply.
  
  
   
  
   --
   Flexcoders Mailing List
   FAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives:
   http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo!
Groups
   Links
  
  
  
  
 
 
 
 
  
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: 
  http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups 
  Links
 
 
 
 





[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] wrote:

 You'd most likely be better off storing your users' data / choices
as XML or
 something, then build a SWF which can read in that XML and load /
display
 the relevant text / video / audio / links / whatever. Rather than
creating
 one SWF for each user, just create one SWF and pass it different XML 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 this data in a swf file at server side.
 
  ( We are using java for server side code )
 
  Waiting for reply.
 
 
  
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
  http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
  Links
 
 
 
 





[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.