I'm looking into developing a game using the flexSDK instead of flash. I'm kind of not sure how to start.
One question I have - does Flex have a timeline like Flash, with frames etc? Is there a main/root timeline?
i making an uploader for 3rd party site, i don't want upload through my host (user upload to host, host upload to 3rd party site), it waste bandwidth so i decided choose flex, but i want know clearly about flex before i tried with it, can it handle http response after upload (redirect header, html response, json ...)
Hi,
I have encrypted my data using RSA in Asp.net. Now i need to use the data in flex by decrypting it. Could any one guide me how to decrypt the data in Flex which was encrypted in .Net using RSA.
Thanks in Advance.
Hello
I'm new to Perl as well as Flex. I've just gone through the basic(and exciting) stuffs in both of them. I just want to call a Perl subroutine from Flex. Is it possible? If so how?
Thank you
NLV
Using Flex Builder :
I have created a new Actionscript Project.
I want to use mx.controls.Button class in it,
so I did the following :
Added '-locale=en_US -source-path=locale/{locale}' to the Actionscript compiler arguments
Added 'framework.swc' to the library path
But now I get this error:
unable to open 'locale/en_US'
I looked up and I do…
Hi All,
I want to play Audio in flex application.I am using SWFLoader for it.Is there any other way to load audio into Flex applications.
Thanks & Regards,
Prasanth Babu
I have a button in my flex app that creates a popup overtop of everything. However, it seems like flex automatically puts this transparent overlay overtop of the stage when this happens. How do I disable this? I have tried contentBackgroundAlpha="0" and backgroundAlpha="0" with no luck.
anyone know what the proper syntax is for disabling this…
Hi,
I was trying to find a bandwidth profiler in flex like there used to be one in Flash but couldn't really find one. Is there a way, that I can do bandwidth profiling of my local swf?
I'm using Flex Bulider with a AS3 project.
I would like to write myself a pretty printer for java using bison and flex. I have written a pretty printer for a script language, but I was only writing visitors, which made the printing. How can I turn a program using my formal grammar into a tree of nodes (made using C++ classes), that afterwards I could visit using my visitor? Maybe you…
While this not necessarily a technical question, I believe it will help a lot of developers (including myself!).
With Silverlight 4.0 and Flex 4.0 both in beta, I thought I would put out an open question to the community and see what everyone likes and dislikes about each framework and why. I've worked with Flex in the past but have…
Hi,
I am looking for a flex component that could allow me to edit rich text with images.
Something like the RichTextEditor from flex except it allows you to add and preview images too, and which can generate the HTML code too.
I would like to write myself a pretty printer for java using bison and flex. I have written a pretty printer for a script language, but I was only writing visitors, which made the printing. How can I turn a program using my formal grammar into a tree of nodes (made using C++ classes), that afterwards I could visit using my visitor?…
What's the best way to organize functionality modules in a flex project? I saw some people put all modules in one view stack ,and so the application interface is only load once, but when the application get larger, the whole compiled swf would be very big. If we put swfs in different pages, we pass request parameters through HTTP…
i have used adobe flexstore and modified it for my own application, but in the flex store the compare cars option does not work properly as it displays the same data fr all cars.
plz sum1 temme how to implement the compare part. the code wud rilly be appreciated.
btw i m using flexstore in flex 3.
from flex, when calling a .net web method that returns a custom class, I always recieve an ObjectProxy, even if I have the same class created on flex. How do I manage this ObjectProxy as the class I have?
thanks.
Anyone know of any documentation that would help me with trying to embed a web browser component into adobe flex.
I've seen in Adobe Air that there is a Item; however, in Adobe Flex 3 for a .swf file that would be somewhere - I do not see it.
Any ideas?
I am urgently looking for tutorials about integrating flex and asp.net mvc in an application via json. What I basically need is sending and getting data to/from the asp.net app and visualizing it using flex
I'm having problems with Flex (3.5) auto converting "ü" into a "u". As soon as I paste the character in, it transforms.
Is there something I need to turn on to enable these other character sets? I thought Flex supported UTF-8?
Thanks!
Hi Friends,
I have a html page with 4 iframes out of these 4 one is a static html page and other 3 are html generated by flex. I have a button and list in one of the flex applications and the list will be populated on click of the button. Now what I want is to have a custom busy cursor to appear on the top of the whole html page…
Hey guys,
My Flex client app has got some data from the back end (RemoteObjects, BlazeDS, Spring). Client has got all the data it needs, it now needs to put some information in a CSV format and make it available for download.
Using Flex 3 for this. Any ideas?
Thanks,
Sri
hi,
how can I set embed parameters for html wrapper using Flex Builder ?
For example, I would like to generate the code that allows fullscreen, directly from Flex Builder, so I can debug properly.
Where can I find these parameters ?
thanks
I have a flash app using the flex framework - I would like to bind a display object textField with data from my dataModel.
How do I do this without the flex binding brackets "{ }"
Thanks in advance everyone.
Currently I'm building my Flex projects using Flex Builder's "built in" build system (ie, "clicking the run button"), but I'd like to start running scripts before/after the build.
What's the easiest way to do that? Or, even, where should I start looking?