SharedObject to play video only once?
I need a video to play automatically on the first page load and then require clicking a play button when returning to the page. This will save me a ton of bandwidth and prevent visitors from getting annoyed each time the page is reloaded/revisited. Of course, once the browser is closed and the session ends, the video will play automatically again the the process will repeat.
I'm using the TinyVid player and know that I need to use "SharedObject" but I have no idea what to code or where to put the code. Any help would be appreciated. Thanks!