Hi I’m having some problems playing a movie on an iPhone 3G.
The movie is 320x180 H.264, AAC
I’ve transfered the movie to the iPhone to test that it plays and it works fine.
The iPhone is running os 4.1
I’m using Unity 3.0.0f5
I have 1 scene file with just a camera and a java script attached to play the movie
function Update ()
{
iPhoneUtils.PlayMovie("EN_01_Intro-YOGA.m4v", Color.black);
}
I only get a blue screen (the background) and no video playing