- Forums
- »
- Programming with Haxe
- »
- Get started with HTML5 target
|
Viewing 1 to 4 (4 Total) Get started with HTML5 target |
|
|---|---|
ZeroCreativity1Total Posts: 22
Joined: December 22, 2011
|
I write games using haxe nme and use the flash target to create flash games. But i wanted to start use html5 targets (and possibly other targets), but the index.html file that is generated only displays a white screen.
Tags:
Posted on December 22, 2011 at 7:20 PM
|
ZeroCreativity1Total Posts: 22
Joined: December 22, 2011
|
Re: Get started with HTML5 targetUploaded the Source:http://code.google.com/p/circle-madness-nme/source/browse/... (if that helps).
Posted on December 24, 2011 at 7:53 PM
|
grumpytoadTotal Posts: 63
Joined: November 21, 2011
|
Re: Get started with HTML5 targetHey, I went through the code with a debugger, it seems to fail because of the newlines in the texts. I will try to fix this.
Posted on December 25, 2011 at 4:16 PM
|
ZeroCreativity1Total Posts: 22
Joined: December 22, 2011
|
Re: Get started with HTML5 targetThank you, it does seem the \n in the Text field caused the program to crash. I also discovered that the trace statements are append the the htmlDoc and can viewed using firebug. That seem help alot. I guessing the jeash project needs a bug report on this issue, i can't believe that a \n should cause the html app to crash.
Posted on December 29, 2011 at 11:15 PM
|
