how to have play , pause,rewind support codes of videos in HTML?

Onkar

New member
I'M in a website competition i've have to include some swf videos in the page web pages please provide a solution to it . i need ot have play , pause support for videos.
I'M in a website competition i've have to include some swf videos in the page web pages please provide a solution to it . i need ot have play , pause support for videos.


please provide the javascript codes or the html so that i can make ti
 
swf are the compiled files for Flash. Making a play, pause and stop are easy, and have nothing to do with Javascript. It's ActionScript you use, and it's all in the creation of the video file. I would suggest googling Macromedia, well Adobe now, Flash.
 
Well, if the swf files do not include their own controls, like for example youtube videos. then you need to write in Javascript, make image thumbnail of the swf file, then when user click on the image, it loads the swf, when user click stop, the swf stop, all via javascript.

Edit:
to the answerer below, I already said, if the swf files do not include their own controls, aka because the asker don't have access to the source files, then use javascript. please read before you post
 
Back
Top