Any way to play short video (intro video) in haxeflixel
-
Hi all,
Is there any way to play a short video in haxeflixel?
Thanks in advance :)
-
Not sure if these can help you but you can:
-
Barring that, you can make a sequence of FlxTweens. I tried both the SWF approach (from old Flash tools and also an alternative Flash creator) and I believe I tried the FLV approach too, in March, and as of the dev branches of everything at that point in time, I did not find a way to use an intro SWF that loaded and synced without issues.
-
@DleanJeans Thank you :)
-
@IBwWG said in Any way to play short video (intro video) in haxeflixel:
Barring that, you can make a sequence of FlxTweens. I tried both the SWF approach (from old Flash tools and also an alternative Flash creator) and I believe I tried the FLV approach too, in March, and as of the dev branches of everything at that point in time, I did not find a way to use an intro SWF that loaded and synced without issues.
Oh, thank you, I will try this :)
-
i tried the webm and didnt got it to work. Now i use small gifs!
-
@gamedevbynight said in Any way to play short video (intro video) in haxeflixel:
i tried the webm and didnt got it to work. Now i use small gifs!
No audio sync issues?
-
@IBwWG said in Any way to play short video (intro video) in haxeflixel:
@gamedevbynight said in Any way to play short video (intro video) in haxeflixel:
i tried the webm and didnt got it to work. Now i use small gifs!
No audio sync issues?
i don't need any sound. So gifs are ok. I would rather like videos, because gifs are very "heavy".
-
This is a question that fits better the openfl forums. Openfl is the framework on wich HaxeFlixel depends and it usually is in charge on low level stuff like this.
with a quick search I found this: http://community.openfl.org/t/showing-videos-in-openfl/1231/7
-
@Agustín-Pérez-Fernández said in Any way to play short video (intro video) in haxeflixel:
This is a question that fits better the openfl forums. Openfl is the framework on wich HaxeFlixel depends and it usually is in charge on low level stuff like this.
with a quick search I found this: http://community.openfl.org/t/showing-videos-in-openfl/1231/7
Well, sort of. In my case my solution was very HaxeFlixel-dependent.