android - Embed Video in DreamweaverCC and Phonegap not working correctly -


hi all.

i making dreamweavercc mobile app. have working through phonegap build , can .apk.

however html 5 "video" tag dose not seem working correctly.

for instance , following works correctly when linked movie on internet, , can play video correctly , without problem on phone.

<video poster="http://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/teddy_bear_27.jpg/250px-teddy_bear_27.jpg" controls>     <source src="http://www.w3schools.com/html/movie.mp4" type="video/mp4"> </video> 

however local video file display place holder , show "controls" keeps showing spining box if "loading" never dose:

<video width="560" height="340" controls>     <source src="videos/broken_compas.mp4" type='video/mp4; codecs="avc1.42e01e,mp4a.40.2"'> </video> 

so question : why android not picking embedded video ?

remember , been packed through dreamweavercc , phone-gap use on mobile (.apk) file.

both videos work fine on dreamweaver "live" option.

i know video been packed due file size of apk.

is simple file refference path issue ?


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -