Try to create video Playlist HTML5 beachfront animate - I can't make it work. Help, please!

Hi all

I am creating an interactive site through edge animate and I'm trying to create a Playlist of video HTML 5 feature to animate within edge.

Courses - example:

I have 3 videos that need to be played on a specific page.

I created a symbol and dragged the videos of the scene and concealed them in the chronology of this symbol.


I then use thumbnail images in a selection side to each. remove();. hide(); a video and. show(); the next.

But when I make a hide / show option, the video still plays in the background, if I create also an if/else statement to pause.

My concern with a break, is that it will continue to load and significantly slow down the loading time of the site.

References:

I found which seems very useful but do not know how to add to the composition of edge.

http://Demosthenes.info/blog/909/create-an-automatic-HTML5-video-playlist

Please help or put me in the right direction to create a playlist would be huge... SURPRISINGLY... useful.

Thank you

Jason

Hi Jason,

If you don't count to the user to go back and play a video, and then adding each video to its own symbol and then removing the symbol when the user switches to the next video is the fastest and simplest way to achieve this. Otherwise, hide/show you will be asked to pause the video that you noted, and it won't stop downloading until the browser thinks it has enough to read without a break.

If you do intend for the user to go back, it is more difficult but still possible - you may createChildSymbol to add symbols video back. If they are all of the same image size, you could avoid the entire structure of the symbol/delete/createChildSymbol and use a single video clip and change the src files, then use the load() to reload the video element - method but if you are concerned about the performance of video playback, only the first file source will preload in the browser. But it is more in line with the idea of playlist that you have linked to. You can also use addEventListener to have these things happen when video events such as past shot and even follow where the user was in the variables and restore them if they're coming back (if that's what you wanted).

In summary, there are several ways to approach this problem - maybe the hardest part could be the tail it with what you want the user to be able to do.

HTH,

Joe

Tags: Edge Animate

Similar Questions

Maybe you are looking for