Skip to main content
Inspiring
September 13, 2013
Question

Flash Professional Question: About the compiler error window

  • September 13, 2013
  • 1 reply
  • 581 views

Sorry if this is the wrong forum however I was unable to post a question to the Flash Professional forum for some wierd reason. Basically my question is, when I get an error in my console in Flash Professional is there an elegant way of zooming to my intended editor, Flash Builder? The built in code viewer is useless and a hassle to use.

This topic has been closed for replies.

1 reply

Inspiring
September 14, 2013

Launch the movie Flash Builder:

Run > Test Movie will launch in Flash Pro and give compile errors in Flash Builder

Run > Debug As.. will start a debug session (in browser or AIR) and you can debug it from Flash Builder (runtime errors, breakpoints, etc.)

-Aaron

Inspiring
September 14, 2013

Thanks Aaron! I'll give this a try tomorrow.