I'm trying to program tags for use in smart posters that will be able to call a video file stored on a MicroSD card within a 6131. Does anyone know how to do this?
I'm trying to program tags for use in smart posters that will be able to call a video file stored on a MicroSD card within a 6131. Does anyone know how to do this?
FileSystemRegistry.listRoots() to list the roots (you'll get c:// for the phone memory and e:// for the memory card, normally)
(FileConnection)Connector.open(path) to open a file
path is for example :
file://e://myvideo/...
But I don't know how to call a video player