Quicktime Vid, Putting on in your post |
![]() ![]() |
Quicktime Vid, Putting on in your post |
Aug 27 2004, 02:11 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Aug 2004 Member No: 43,897 |
CODE <!-- begin code provided by createblog.com --> <object ID="Player" CLASSID="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6"> <param name="AutoStart" value="True"> <param name="Loop" value="True"> </object> <script LANGUAGE="JavaScript"> <!-- function StartMeUp1() { Player.URL = "http://www.ffmoonlight.net/video/ffx2/opening.mpeg" } --> </script> <FORM> <INPUT TYPE="BUTTON" NAME="BtnPlay" VALUE="realEmotion" OnClick="JavaScript:StartMeUp1()"> </FORM> <!-- end code provided by createblog.com --> I used this code and when i try and put the video in place of the ffmonlight.net, it, one- wouldnt play two- was windows media player, not quicktime The video ending was a .mov which, from what i know, is a quick time video. so yeah, any help on this? CODE <!-- begin code provided by createblog.com --> <embed name="RAOCXplayer" src="VIDEO GOES URL HERE" width="320" ShowControls="1" ShowStatusBar="0" AutoSize="false" EnableContextMenu="0" DisplaySize="0"> <!-- end code provided by createblog.com --> Also tried this code, it puts it in quicktime and it does play however, it dosent fit the video. It gives it a small strip across the top of the player leaving out all the buttons and the rest of the video. |
|
|
|
Aug 27 2004, 02:16 PM
Post
#2
|
|
![]() We are the cure. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,936 Joined: Jan 2004 Member No: 1,456 |
^ Change the width of the second one, add a height tag too.
|
|
|
|
![]() ![]() |