Video player for .MOV? |
![]() ![]() |
Video player for .MOV? |
Dec 26 2004, 06:07 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Nov 2004 Member No: 65,026 |
My video is in .MOV form(Quicktime maybe?), and its not working from the code that I had previously gotten. Is there a special Video Player that I need to play .MOV videos?
Here is the video if anyone needs to see it. CODE <!-- begin code provided by createblog.com --> <OBJECT style="filter: alpha(opacity=100)" ID="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab# Version=5,1,52,701" STANDBY="Loading Microsoft Windows?Media Player components..." TYPE="application/x-oleobject" width="0" height="0"> <param name="fileName" value="http://www.geocities.com/ohlordithinkimightcrapmypants/000_0228.MOV"> <param name="animationatStart" value="true"> <param name="transparentatStart" value="true"> <param name="autoStart" value="true"> <param name="showControls" value="true"> <param name="Volume" value="0"> <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="http://www.geocities.com/ohlordithinkimightcrapmypants/000_0228.MOV" name="MediaPlayer1" width=300 height=400 autostart=1 showcontrols=1 volume=0> </OBJECT> <!-- end code provided by createblog.com --> and thats the code if you can tell me what i did wrong. Thank you. |
|
|
|
Dec 26 2004, 06:11 PM
Post
#2
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,729 Joined: Feb 2004 Member No: 4,674 |
can't you just do a <embed src="">???
|
|
|
|
Dec 26 2004, 06:15 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Nov 2004 Member No: 65,026 |
im not sure what that is, but maybe
|
|
|
|
Dec 26 2004, 06:18 PM
Post
#4
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,729 Joined: Feb 2004 Member No: 4,674 |
i mean using instead of a specific player |
|
|
|
Dec 26 2004, 06:26 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Nov 2004 Member No: 65,026 |
oh yeah, but is there any way i could get rid of the controls down at the bottom?
If not, its fine. |
|
|
|
![]() ![]() |