Is it possible to start an FE with an intro video (more likely animated menu)
I would like my FE to start with a hanger door that opens (splits down the middle ) and reveals the emulator choices.
Am I just living in oblivion or can this be done.
I'm not a FE developer, but I'd say it could be done with a simple animated GIF/MNG. It would have a relatively big filesize, but they are pretty easy to make, tools are readily available (PSP 8 is now $40 for an upgrade!), and transparency support is built into the image format.
There just needs to be support for animated images and intro images (as opposed to an intro video) in the FE and you're golden.
*shrug* Just a thought.
/Steve
Sorry, those methods won't work. Animated gifs flicker like mad with gdi-based fes and they aren't natively supported by opengl or directx. Mng is a worthless format that never caught on.... it's nearly impossible to support mng as there are 6 or 7 types of files that are all called mng. Not only that, but again... opengl, directx, and the gdi don't support mng files. Now in terms of images (not video) the only viable solution is a sequence of png files. I do this for my logos already. Images for an intro will never be supported by my fe. It's just plain silly.
But for the record, if you take a png image or a jpeg or bitmap image and rename it "intro.mpeg" then it should display... you just don't have any control over how long it displays.
So stick to kymaera, it's your only choice atm.