Adobe Flash
--
Questions
--
Followers
Top Experts
wondering how to properly debug flex applications. when i run my flex app, i get the following error message
Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
i realize this must relate to a resource url, but how am i do determine what line in the code threw this error?
i tried running the app in debug mode, and got the
"Where is the Flash debugger host running?"
message, localhost didnt work.
can someone point me to some resource about learning how to debug flex apps and perhaps help with this issue?
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
 i've got the debugger/developer version of flash installed, and now i no longer see the message about where the flash debugger is. interestingly, i also no longer see my error message, but I haven't changed anything in the app. however, i put a simple trace statement in the init() function in the main.mxml page and i dont even see that in the console. i am running the app by pressing the debug button. what am i missing?






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
<mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:services="vnw.services.*"
xmlns:control="vnw.control.*"
xmlns:inc="vnw.view.includes.*"
xmlns:include="vnw.view.include.*"
xmlns:special="vnw.view.level1.special.*"
xmlns:local="*"
pageTitle="title"
initialize="init()"
layout="absolute"
frameRate="14" xmlns:windows="vnw.view.level1.windows.*">
etc...then
<mx:Script>
<
Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
There is another issue that seems to rear it's ugly head on occasion with Flex Builder - the resources sometimes do not get copied to the bin and bin-debug directories. Try manually copying over your resources to those locations and see if that fixes it.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
i dont have any other flash debugging tools installed. on the console tab is says (on the header section)
<terminated> main[Flex Application] file:/C:/workspace/flex/bi
yes, i am using firefox 3, when im using a product for some time, i would know to check for these kinds of things, but being new to flex, i couldnt imagine that was the problem. thank you!!

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Adobe Flash
--
Questions
--
Followers
Top Experts
Adobe Flash (formerly Macromedia Flash) is a cross-platform multimedia and software platform used to embed animations, video, and interactive applications into web pages and desktop and mobile applications and games. Flash displays text, vector and raster graphics to provide animations, video games and applications. It allows streaming of audio and video, and can capture mouse, keyboard, microphone and camera input. The ActionScript programming language allows creation of interactive animations, video games, web applications, desktop applications and mobile applications.