Hello. I finished the first app and am in the process of making you tube movies and setting up a website for it. (user androidalchemy on YouTube, video Mama Vrs Adult Son) Now I need to write the next app and getting videoview to work would be a priority. I had problems before and now I think it was because I didn't address the directory correctly.
When writing this line here:
vv.LoadVideo(File.DirRootExternal, "somefile.mp4")
Assuming I have webstorage at (only an example) "www.webspace.com/user2000/myfiles" would I just put
vv.LoadVideo(www.webspace.com/user2000/myfiles, "somefile.mp4")
or should I pass the http as a string?
Thank you. I seem to be able to write the most complex things with b4a yet stumble on some issues to which the solution should be obvious
Anton
When writing this line here:
vv.LoadVideo(File.DirRootExternal, "somefile.mp4")
Assuming I have webstorage at (only an example) "www.webspace.com/user2000/myfiles" would I just put
vv.LoadVideo(www.webspace.com/user2000/myfiles, "somefile.mp4")
or should I pass the http as a string?
Thank you. I seem to be able to write the most complex things with b4a yet stumble on some issues to which the solution should be obvious
Anton