Is there a way to play videos with LibGDX?
I want to put a video as my splash screen in Android, but I dont want to use the Android SDK, because I am using LibGDX and I am almost finished :/
|
|
|
Playing video with LibGDX has been defined as out of scope for the project. So no, you cannot play videos using LibGDX. This does not preclude the possibility of writing code specific to Android to play videos though. It just means your application won't maintain the portability of LibGDX. |
|||||||||||||||
|
|
As Byte56 said, in libGDX you cannot play videos :( so i did this: I created a new activity "SplashScreen"
In the "onCompletion" method, I use the intent to call my new activity where the "initialize" call for the libGDX engine to work And a new layout for the videoView
|
|||||||||||
|