Hi,
How can I add a movie into my webpage that works in all browsers, I don't want to link to youtube I want to add my own video, lets say the path for my video is: videos/first.mp4.
Joe
Movie
Moderator: General Moderators
Re: Movie
Try this
Code: Select all
<object width="420" height="360"
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="movie.mp4" />
<param name="controller" value="true" />
</object>
-
YoussefSiblini
- Forum Contributor
- Posts: 206
- Joined: Thu Jul 21, 2011 1:51 pm
Re: Movie
This code is not outputting any thing, just empty space.
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: Movie
http://videojs.com/
Take a look at this;
Take a look at this;
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering