I've two projects inside flash builder for PHP Premium. http://www.adobe.com/products/flash-builder-php.html[*]Flash Professional project type (because project has graphic and animation needs)[*]Flex and PHP project type (because of PHP requirements)This IDE offers integrated debugging of flex project with a php project but not with flash professional or action script project types and I needed to find a way, please note I really don't have a need for flex type, it's just there because of its integration with PHP. I've been thinking for approaches... Idea: create a swc from flash professional and link it with flex, then debug flex and hopefully when php call occurs, the IDE will change perspective to php debugging.Problem: swc are compiled libraries, source code needed for stepping through code,Idea: will it work if I link the flex project to flash professional and give access to source code too??? I'm not sure(flex temporary bridge, only swf from flash pro will be deployed)Or you can even suggest a different technique keeping in mind my need to work out a solution to debug a flash professional project type along with a php project.