I have a Video.js flash player (the requirement is that it be flash, so I am using it in flash mode as the tech). It sits as a main 'jumbotron' type video on the top of the page. When the user scrolls down, it needs to detach and appendTo the dom tree in the sidebar. The problem is, when it does, the video crashes (at least I think it is a crash), resets to 0.00 time, and is just black. It cannot be restarted without reloading the page.
Has anyone had any success in moving a flash video across the DOM without a crash with video.js? If not video.js, do you recommend a player that could do this? I have succeeded in having it work with HTML5 video in video.js, but flash is the requirement.
Thank you