openfl / openfl-html5

[deprecated] OpenFL HTML5 backend
Other
0 stars 1 forks source link

Flixel: FlxSnake+NeonVector+ProjectJumper demos are not working at all on Openfl-html5, but do work on bitfive #25

Closed jgranick closed 6 years ago

jgranick commented 10 years ago

25 Issue by sruloart,

they don't seem to advance pass the preloader for some reason... http://haxeflixel.com/demos/FlxSnake/ http://haxeflixel.com/demos/NeonVector/ http://haxeflixel.com/demos/ProjectJumper/

jgranick commented 10 years ago

Comment by jgranick:

SoundJS is picky about sound formats, and doesn't handle errors well. If these have sound, do they work without sound, or if OGG, WAV and MP3 are included? (which is ideal for HTML5 titles, since no one format works for all browsers)

jgranick commented 10 years ago

Comment by sruloart:

You're totally right, but this SoundJS character is far pickier than you'd think. FlxSnake and ProjectJumper have quite normal WAV files, and NeonVector have quite normal mp3 files. They should work. They do work (on bitfive). But on openfl-html5 you need to delete them altogether to get pass the preloader.

Normally I would say OGG is the (only) way to go if you want to proceed safely, but currently bitfive supports only WAV files on Firefox, so this is a problematic statement...