flexbuilder - Running Basic Flex Projects over HTTP? -
How do you configure Flex Builder to run basic Flex projects on HTTP ()? How can I use crossdomain.exe files when running on some local level like a file: /// User / Me / Flex / MyPors ...
with Safari / Firefox Run on Mac
Thank you!
If you mention that OS is developed on: Windows, or Mac OSX?
In general, you have already made your build from Flex Builder on the web-accessible location on the IIS Web server (if on Windows), or Apache Web Server (if on OSX) already.
On Windows, you can usually choose an output folder such as C: \ inetpub \ wwwroot \ xyz ... xyz the output files of your project To keep is the name of the folder that you created
There is a good output folder to use on Mac OSX / user / your user / sites / xvi ... where yourusername Your username is, and xyz to create the output files of your project you create A folder name
Important: Make sure your local Web server installed and enabled.
In addition, you would like to change your run / debug setting so that the Flex Builder launches your project via http: // instead of the file reference.
I hope this will be helpful.
Comments
Post a Comment