jonathan12
03-31-2003, 02:08 AM
What are the tags for this? Is it like an image(<img src="blah.adfg">?? I can't figure this out
|
View Full Version : Putting movie clips on my site jonathan12 03-31-2003, 02:08 AM What are the tags for this? Is it like an image(<img src="blah.adfg">?? I can't figure this out zangerbanger 03-31-2003, 04:49 AM I'm not sure if you want the video up for download or playing right on your website. If you want the video up for download, go here: http://www.lissaexplains.com/fun4.shtml#downloads I'm not really sure how you put the media player on your page though... :( angelivion 03-31-2003, 07:53 AM <embed type='video/x-ms-asf-plugin' pluginspage= 'http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/' showcontrols=1 showdisplay=0 showstatusbar=1 autosize=1 autostart=1 width=268 height=150 displaybackcolor=black src='VIDEOFILE.asx'> OR <embed type="video/x-ms-asf-plugin" pluginspage= "http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" showcontrols=0 showdisplay=0 showstatusbar=1 autosize=1 autostart=1 displaybackcolor=black src="VIDEOFILE.asf"></embed> The video just has to be .asf or .asx. |