I need to be able to play a list of videos.
ie when one finishes play the next in the list.
Also how would I be able to set different pauses between the videos.
Cheers
SteveW [import]uid: 4585 topic_id: 8517 reply_id: 308517[/import]
I need to be able to play a list of videos.
ie when one finishes play the next in the list.
Also how would I be able to set different pauses between the videos.
Cheers
SteveW [import]uid: 4585 topic_id: 8517 reply_id: 308517[/import]
i would try “media.playVideo” (http://developer.anscamobile.com/reference/index/mediaplayvideo), a table with the paths to all the videos and a listener to watch the completion event. [import]uid: 42078 topic_id: 8517 reply_id: 30516[/import]
Thanks I found that.
It says that you cannot play local files on android.
This is a problem as the app is to run on android tablets but storing the videos locally.
Anyone know if this will changes. I noticed that ansca are dropping anything below android 2.3.
Will this mean an equal api on both devices? [import]uid: 4585 topic_id: 8517 reply_id: 30521[/import]
we are dropping 2.1 and below.
2.2 and above will work.
As for local video playback, its a known bug and we are addressing it.
C. [import]uid: 24 topic_id: 8517 reply_id: 30545[/import]