how to imbed video direct to site?

montyp

BANNED
Jan 1, 2008
68
141
i am on a mac and making my movies with screenflow. how can i take my finished movie and just put into my webpage? i do not like to use vidshare sites for all of them and would just rather have the movie play on its own and not put up "other related videos" when finished playing.

i usually export to quicktime. if anyone knows how to do this please let me know.

thanks
 
Have a look on

http://cit.ucsf.edu/embedmedia/step1.php

for instance:

<table border='0' cellpadding='0' align="left">
<!-- begin video window... -->
<tr><td>
<OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="320"
height="255" codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
<param name='src' value="http://servername/path/to/media.file">
<param name='autoplay' value="true">
<param name='controller' value="true">
<param name='loop' value="true">
<EMBED src="http://servername/path/to/media.file" width="320" height="255" autoplay="true"
controller="true" loop="true" pluginspage='http://www.apple.com/quicktime/download/'>
</EMBED>
</OBJECT>
</td></tr>
<!-- ...end embedded QuickTime file -->
</table>
 
thank you very much for that. now for the uber-noob question: when i import to quicktime it saves to my desktop (hard-drive), where do i get the code (address of the video) to imput into the above and where does that code go in the above?

thanks for your patience.
 
no problem.

do you already have a webpage? experience with hosting? experience with html? For the first and last I would recommend some html introduction which zillions available in the net.

Just trying it on your local computer: create a simple html page and ensure that the vid is in the same directory. You could therefore just make a html on your desktop and fill with:

<html>

blabla the code above

</html>

and then open the html with your browser. Just ensure that the path/to/mediafile is just the name of the vid on your desktop.
 
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock