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.

  • Select the properties on your Flex project
  • Select Flex Build Path in the left panel
  • Change Output to your project Folder .
  • 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.

  • Select the properties on your Flex project
  • Select Run / debug settings in the left panel
  • Select your application in the main list
  • Click the Edit button
  • URL or path to launch , uncheck Use
  • I hope this will be helpful.

  • Debug, change profile, and point the URL to your web-accessible location.

  • Comments

    Popular posts from this blog

    c# - How to capture HTTP packet with SharpPcap -

    php - Multiple Select with Explode: only returns the word "Array" -

    php - jQuery AJAX Post not working -