Hi,
I'm compiling a ST app using PhoneGap. It uses the Video components, to play embedded videos. The videos play correctly the first time, but the second time I need to tap twice the play button to get it playing.
Also I noticed that in Xcode I got this error:
Code:
2012-04-24 19:59:29.321 MyApp[17407:207] setting movie path: file:///Users/user1/Library/Application Support/iPhone Simulator/5.0/Applications/3EB25F1C-1B0C-4CB9-BFEF-23CBEB242355/MyApp.app/www/resources/videos/video1.m4v
[Switching to process 17407 thread 0x207]
2012-04-24 19:59:29.412 MyApp[17407:207] Error loading /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn: dlopen(/System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn, 262): Symbol not found: _CFXMLNodeGetInfoPtr
Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security
In Chrome, the videos play just fine.
Any Ideas will be really appreciated.