Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debug Flash

Status
Not open for further replies.

klaforce

Programmer
Mar 25, 2005
124
US
Hi, what I have is a ColdFusion page that the user picks a date, and then it passes that date (in a URL variable) to the Flash swf file that I have. In the Flash I connect to a CFC using NetServices, however, I do not think that the URL variable is being passed correctly to the CFC, and I am having trouble discovering how to debug this. Does anyone know how to debug the Flash file from the browser? I can not use the in Flash debugger because I need the URL variable. Any help would be appreciated. Thank you.


Keith


The most likely way for the world to be destroyed, most experts agree, is by accident. That's where we come in; we're computer professionals. We cause accidents.
 
Well for those who want to know. If you go to Window->Other Panels-> NetConnection Debugger and include the NetDebug.as in the first frame of the, file you can open up swf files in your browser and still see the results from the CFC connection in that panel, which helped out tremendously.


Keith


The most likely way for the world to be destroyed, most experts agree, is by accident. That's where we come in; we're computer professionals. We cause accidents.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top