| Author |
Flex with Java
|
Rahesh Kumar
Ranch Hand
Joined: Sep 10, 2004
Posts: 53
|
|
Hi,
I have started to learn Flex and have a query regarding it. I came to know after going through the basics that FLex converts the code (Action scripts and mxml) to swf file which can be ran directly in the client side. can you please let me know while packaging the delivery for clients, is it enough if we send only these generated swf files? I may be wrong in my understanding, Kindly correct me if I am wrong.
Thanks for your help in advance
Regards,
Rahesh
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
is it enough if we send only these generated swf files?
Yes.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Satish Kore
Author
Ranch Hand
Joined: Feb 10, 2004
Posts: 43
|
|
Flex application are compiled into .SWF files and SWF files are rendered and executed by Flash Player either in browser or stand-alone. When you are developing Flex applications to run in browser it makes no sense to send raw SWF files. Usually Flex applications are packaged as an web archive .war file and like any other web project and deployed on your web server such as Tomcat.
Thanks,
|
Satish Kore
"Flex 3 with Java" @ packtpub.com and amazon.com
|
 |
Rahesh Kumar
Ranch Hand
Joined: Sep 10, 2004
Posts: 53
|
|
Paul/Sathish,
Thanks a lot for your responses....
|
 |
 |
|
|
subject: Flex with Java
|
|
|