Link to non-YouTube Videos
Zmom
Registered Users Posts: 45 Big grins
Hello. Is it possible to put a link in a gallery to a non-YouTube video clip? Christmas movies are on my husband's mac website. Thanks.
Zmom
0
Comments
Welcome to Dgrin!
Portfolio • Workshops • Facebook • Twitter
Thanks, Andy, Here's the link:
http://homepage.mac.com/cdwjones/2006xmas/iMovieTheater61.html
Please also put it in your Dgrin profile (You!) upper left of dgrin screen.
Portfolio • Workshops • Facebook • Twitter
The site is http://zmommy.smugmug.com/
I believe I also put it in the Dgrin profile. Wasn't sure how to verify it shows up.
Thanks.
http://zmommy.smugmug.com/gallery/2315351
And the code, is like this:
<html>
<object width="480" height="288" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param value="http://homepage.mac.com/cdwjones/2006xmas/iMovieTheater61.html" name="SRC"/>
<param value="true" name="CONTROLLER"/>
<param value="Aspect" name="scale"/>
<param value="true" name="AUTOPLAY"/>
<param value="0" name="border"/>
<param value="webbrowser" name="target"/>
<param name="href"/>
<embed width="480" height="288" border="0" controller="true" pluginspage="http://www.apple.com/quicktime/download/" target="webbrowser" scale="Aspect" src="http://homepage.mac.com/cdwjones/.Movies/xmas movies/MVI_0321.mov" autoplay="true"/>
</object>
</html>
Portfolio • Workshops • Facebook • Twitter
Andy,
Thank you! This worked great on FireFox (XP and Mac) and Safari. Couldn't get IE to work but am guessing it's a security issue and don't care to explore it.
I found another post (http://www.dgrin.com/showthread.php?t=46290&highlight=video) questioning the need for a separate gallery for each movie, and attempted to follow the instructions to add and center multiple movies in one gallery. Tried this and it seems to work.
However, every movie tries to load (not play, I guessed at turning off auto-play) at the same time. Is it possible to turn this loading off or should I break these movies into two galleries?
I've attempted to put these multiple movies here:
http://zmommy.smugmug.com/gallery/2314362
Thanks again.
Portfolio • Workshops • Facebook • Twitter
unchecked "auto play" but it's still auto playing. I think that's meant for
each browsers plug-in so everyone would have to do it.
In you html there's a parameter that might be overriding.
Try changing the true to false below and see if it stops auto play.
target="webbrowser" scale="Aspect"
src="http://homepage.mac.com/cdwjones/.Movies/
xmas%20movies/MVI_0321.mov" autoplay="false"/ >
I don't know much about this but I'll go out and search and see if I can find
how to stop them from all loading.
Back later,
Al
EDit: Back. I've been searching and can't find any reference to loading movies on page load. Kinda hit a dead end so I hope someone else has a clue. Sorry.
My Website index | My Blog
Thanks, Allen. I'll double check that auto-play is off and just warn people it takes a while to load.
See if this is close to what you want.
Do you want to have the different size videos on their own page?
Do you need the titles, caption, or links?
If so, which ones do you need?
edit: added code..
Thanks, I'll take a look.
Another twist - turns out there is a download limit on the mac webpage so I think I'll move these to YouTube after all, unless we can find a away around the download limit.
Live and learn.
I'll P.M. you a different link, and I'll post a text file of the code needed to make the page.
I found the method to keep all the videos from loading on page load.
#5 on this page: http://quicktime.tc.columbia.edu/users/iml/movies/mtest.html
I'll write up the code I used to style the video gallery a little later today.
This code can be used to keep the videos from loading untill they are clicked, this will speed up page load times.
It worked for me, I hope it works for you. A Google search for "quicktime poster movies" will give you more information. Have fun....