No On-Rev support here?
Posted: Mon Dec 29, 2014 12:48 am
I cant figure out how to access a movie I uploaded to my public_html folder on my ON-REV account to play into my stack? Any ideas?
Max
Max
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
Code: Select all
set the filename of player "player" to "http://www.mysite.com/movies/mymovie.mp4"
Best to use LC 6.7.1 as there are bug fixes for the player here. This should also work in LC 7.0 as all the changes to the player in LC 6.7 are also in 7.0. Again best to use the latest version 7.0.1 to make sure you have the latest as far a bug fixes.We have also added support for getting information about the download progress of a remote multimedia file:
- The loadedtime of a player is the time up to which the movie can be played. The download progress is also displayed on the controller well.
You can also query the status property of the player. This property can take either of the values:
- loading (for remote multimedia files)
- playing
- paused