Well I managed to crack video. I'm not too hot on Java coding though, so any chance somebody could help me out with a little IF statement?
All I want to do is have different settings for the player depending on whether the file is FLV or MP3, so that means post transcoding. Is there any way of doing this?
In psuedocode:
IF %s = *.flv then
blah blah set up video player
else if %s = &.mp3 then
blah blah set up music player
end if
If anybody wouldn't mind giving me a quick hand I'd be grateful!