I want to autoplay my video on mouse over. Can anybody tell me how to make it play via media player or flash player?
PS: Can I play WMV/ASF/MP4 in flash player?
I want to autoplay my video on mouse over. Can anybody tell me how to make it play via media player or flash player?
PS: Can I play WMV/ASF/MP4 in flash player?
I have finally found one way to resolve this by using flow player.
Well I have found that it is easiest to use swf files to show movies in the browser for two reasons: Easy to use javascript to control them and they work in old browsers. (It is easy to convert any movie format to swf).
Also there is the simplistic freedom of the swf, I looked into at the time quite intensively and could not find a single flashplayer that allowed me to control it 100% even if I was willing to spend time researching and programming.
And luckily for you I have a simple JS framework I made myself for embedding and controlling movies in a webpage (should work in all browsers) [Note: I understood JS classes back then even less then I do now so].
To use (I think, it has been awhile):
If you have any more specific questions then feel free to ask.