I want to have an embedded video in one of my sites. The problem is that I know nothing about this. I don't want to use a youtube.com setup. I want to host the video myself and use Quicktime to display it to visitors. Any help is much appreciated. thx
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320"HEIGHT="180" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"> <PARAM name="SRC" VALUE="videofilename.mov"> <PARAM name="AUTOPLAY" VALUE="true"> <PARAM name="CONTROLLER" VALUE="false"> <EMBED SRC="videofilename.mov" WIDTH="320" HEIGHT="180" AUTOPLAY="true" CONTROLLER="false" PLUGINSPAGE="http://www.apple.com/quicktime/download/"> </EMBED> </OBJECT> There ya go
If you want it super simple you can upload the video to YouTube and then just use that embed code Hehe
Reply #2 is correct for your needs: http://forums.digitalpoint.com/showpost.php?p=1185284&postcount=2
This works fine with one problem. I can't seem to get the controller to display. I set the value to true but it still doesn't show up. Any ideas?
This link should explain it all to ya http://www.apple.com/quicktime/tutorials/embed.html Hope that helps
i just used a CMS with video gallery scripts so much easier, i had the same problem as jawinn and i had to use php so i could parse the filename ie index.php?filename=video.mov too complicated to call names from database and everything so video gallery works best for me but wish you all the best heh