Can i debug flash swf in html page and view trace in fd log?
Author
Message
umen
Member
Joined: Wed Jan 06, 2010 12:20 pm Posts: 14
Can i debug flash swf in html page and view trace in fd log?
Hi i didn't found any where maybe i don't know what to look for. ( im new to this .. ) i have swf with traces ( using haxe) now i like to debug it or run it from html page i did . that has java script function that calling swf ExternalInterface.addCallback i defined . so i just want to load this html page i did with my swf init . and when i trigger the javascript function i will see the traces i put in the callback function in flash log viewer. maybe there is other ways to test it .. Thanks
Wed Oct 19, 2011 10:50 am
umen
Member
Joined: Wed Jan 06, 2010 12:20 pm Posts: 14
Re: Can i debug flash swf in html page and view trace in fd
well i answering part of the question to my self. i found how to configure fd to load the bin/index.html file . from here : http://www.flashdevelop.org/wikidocs/index.php?title=AS3:Debugging but it load me the regular flash player i installed in my FF 7.01 version. how do i change it to use the Debugger flash player ?
Re: Can i debug flash swf in html page and view trace in fd
Personally I use FlashBug (you can give flashfirebug a try too) to view flash outputs within html pages with Firefox.
Wed Oct 19, 2011 12:30 pm
umen
Member
Joined: Wed Jan 06, 2010 12:20 pm Posts: 14
Re: Can i debug flash swf in html page and view trace in fd
thanks but there is not need, i even can set break points and debug like real i use to from c++
Wed Oct 19, 2011 12:55 pm
Philippe
Admin
Joined: Wed Aug 31, 2005 7:27 am Posts: 10747 Location: Paris, France
Re: Can i debug flash swf in html page and view trace in fd
FD has a Flash log viewer panel (see View menu) to watch regular trace().
If you have compiled with debug information then you can have FD open the HTML page instead of the SWF and have debugging as usual: - Project properties > Output tab - set Test Movie mode to "Open Document..." - click <Edit> and enter the path to the HTML page (ie. "bin/index.html")
Users browsing this forum: No registered users and 2 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum