• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Flash Builder

 
Ranch Hand
Posts: 99
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All,

When I launch my application in Flash Builder eclipse plug-in, it does not launch the application and comes back with message, timed out compiled with debugger on.

Any advise on the same.

Thanks,
Ananth Ram
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There could be a number of reasons for this:
  • You did not compile your flash app. with the debug compiler
  • Your project has the wrong server details set up
  • You don't have a debug version of the Flash player installed


  • Assuming you used FlashBuilder to build the project the first one is unlikely (unless you also perhaps run an Ant task that uses the mxmlc compiler too?), so I'd check the second.
     
    reply
      Bookmark Topic Watch Topic
    • New Topic