My application will be playing hundreds of videos, many of which may be added by the user after the app is installed, so some way of automating the process will be required.
Code: Select all
mobileControlCreate "player", "movie"
put the result into sPlayerID
mobileControlSet sPlayerID, "rect", "0,70,380,450"
mobileControlSet sPlayerID, "visible", true
mobileControlSet sPlayerID, "showController", true
mobileControlSet sPlayerID, "filename", "/sdcard/movies/carFactory.webm"
Any help appreciated.
Many thanks,
Jim