Okay the problem was i was using a wrong flash player
I downloaded:
Flash Player projector content debugger
from http://www.adobe.com/support/flashplayer/debug_downloads.html#fp15
I wish the documentation would mention that.
Thx.
Okay the problem was i was using a wrong flash player
I downloaded:
Flash Player projector content debugger
from http://www.adobe.com/support/flashplayer/debug_downloads.html#fp15
I wish the documentation would mention that.
Thx.
Hello there i really like this engine, but when following this guide :
http://haxeflixel.com/documentation/visual-studio-code/
my launch.json file:
{
"version": "0.2.0",
"configurations": [
{
"name": "flash build + launch",
"type": "fdb",
"request": "launch",
"program": "${workspaceRoot}/export/flash/bin/game.swf",
"preLaunchTask": "flash debug (build only)"
},
{
"name": "flash launch",
"type": "fdb",
"request": "launch",
"program": "${workspaceRoot}/export/flash/bin/game.swf"
}
]
}
the debugging doesn't seems to work what do i need to do?