PDA

View Full Version : Website Question - Getting a .mov file to appear within a page?



Ekliptix
10-15-2006, 06:04 PM
never mind, got it:
http://www.photosbygraham.com/Ian/Virtu/museum.mov

AllGoNoShow
10-15-2006, 06:06 PM
tried using image links instead of url links?

AllGoNoShow
10-15-2006, 06:07 PM
nevermind foudn it for you


<EMBED src="http://www.yoursite.com/yourmovie.mov" width="320" height="250" target="QuickTimePlayer"></EMBED>

speedracer
10-15-2006, 06:08 PM
Did you try this?



<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320">

<param name="src" value="http://www.yourdomain/your.mov">
<param name="autoplay" value="true">
<param name="type" value="video/quicktime" height="256" width="320">

<embed src="http://www.yourdomain/your.mov" height="256" width="320" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/">

</object>

Ekliptix
10-15-2006, 06:18 PM
Figured it out. Does the scene work for anyone at this link? Try using your shift and ctrl button please:
http://www.photosbygraham.com/Ian/Virtu/museum.mov

another:
www.photosbygraham.com/Ian/Virtu/index2.htm

Ekliptix
10-15-2006, 06:41 PM
Hmm, I noticed that there should be zoom button below the scene. They show up when linking the file but not at the links above.
http://www.photosbygraham.com/Ian/Virtu/museum.mov

cityhunter2501
10-15-2006, 06:59 PM
nice 360 and 270(?) 3d pics.

yeah the zoom buttons aren't there.

best suggestion I can give you, is go to a site that offers 3d pics like those and learn from their source.

I'll try look for it aswell

EDIT: found it man
<EMBED SRC="url" HEIGHT=### WIDTH=### CONTROLLER=TRUE></EMBED>

you need to add CONTROLLER

AllGoNoShow
10-15-2006, 07:01 PM
Vids work, no zoom

AllGoNoShow
10-15-2006, 07:02 PM
but hey


Shift zooms in

Ctrl zooms out :D

Ekliptix
10-15-2006, 07:08 PM
Originally posted by cityhunter2501
nice 360 and 270(?) 3d pics.

yeah the zoom buttons aren't there.

best suggestion I can give you, is go to a site that offers 3d pics like those and learn from their source.

I'll try look for it aswell

EDIT: found it man
&lt;EMBED SRC=&quot;url&quot; HEIGHT=### WIDTH=### CONTROLLER=TRUE&gt;&lt;/EMBED&gt;

you need to add CONTROLLER
Cool. :thumbsup: Do I stick that anywhere in the code? I've been using the visual interface w/ Dreamweaver.

Also, I can use Shockwave instead of a Quicktime Plugin, but Flash doens't seem to be working for me. Any input on which of the 1st two methods is better?

cityhunter2501
10-15-2006, 07:13 PM
Originally posted by Ekliptix

Cool. :thumbsup: Do I stick that anywhere in the code? I've been using the visual interface w/ Dreamweaver.

Also, I can use Shockwave instead of a Quicktime Plugin, but Flash doens't seem to be working for me. Any input on which of the 1st two methods is better?

yeah you stick it inside the embed code.
so ie:


<embed src="Location%206.mov" width="550" height="550" align="middle" border="2" controller=true></embed>

just open the html with notepad or code view of Dreamweaver, look for embed and add controller=true in it.

and I would just say stick with Quicktime plugin.
If it ain't broken, don't fix it :thumbsup:

Ekliptix
10-15-2006, 08:21 PM
Sweet, thanks city hunter
http://www.photosbygraham.com/Ian/Virtu/museum.mov