image
image

Go Back   macosx.com > Design, Media, Programming & Scripting > Design & Media

Reply
 
Thread Tools
  #1  
Old January 24th, 2003, 12:22 PM
themacko's Avatar
Barking at the moon.
 
Join Date: Sep 2001
Location: Tempe, Arizona
Posts: 1,695
Thanks: 0
Thanked 0 Times in 0 Posts
themacko is on a distinguished road
A little help needed embeding QuickTime movies....

I've taken on the task of building my own website instead of using the Apple Homepage builder.

I have a few little QuickTime movies that I want to embed into a page, I found a site on Apple.com that explains how to do this but I'm doing something wrong. Here is my source code:

PHP Code:
<table width="640" height="69" border="0" cellpadding="0" cellspacing="0">
  <
tr
    <
td height="69"> <span class="textBold">Sun Devil Football</span><br>
    <
center>
    <
embed src="videos/asu.mov" width="32" height="48" autoplay="false" controller="true"></embed>
    </
center>
    </
td>
  </
tr>
</
table
The movie is 32x32, so I added 16 onto the height to make room for the controller. I just don't understand what's happening. Here's link to the posted webpage:

http://homepage.mac.com/scottmackey/vidASU.html
__________________
"May all your trails be crooked, winding, lonesome, dangerous, leading to the most amazing view, where something strange and more beautiful and more full of wonder than your deepest dreams waits for you."
-Edward Abbey
Reply With Quote
  #2  
Old January 24th, 2003, 02:14 PM
Sogni's Avatar
*gone*
 
Join Date: Sep 2001
Posts: 1,574
Thanks: 0
Thanked 0 Times in 0 Posts
Sogni is on a distinguished road
I'm having a different problem where video does not seem to work with Windows Internet Explorer... works fine on any other browser on any OS (that can run Quicktime).

This is my code:
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="260">
<embed src="images/Rustler_Jump.mp4" width="320" height="260"></embed>
</object>

The video is here:
http://www.dtechnoart.com/~sogni/rc.php

Hope that helps...
__________________
I'm not around here (much) anymore...
Look for me in friendlier places.
Reply With Quote
  #3  
Old January 24th, 2003, 04:10 PM
Registered User
 
Join Date: Nov 2001
Location: Kansas City, MO
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
coolgrafix is on a distinguished road
You need to place your EMBED tag inside an OBJECT tag, and it doesn't look like either of you are really providing enough info for the browser. Both the EMBED and OBJECT tags need the same info, so it's duplicated. It's this way because some browsers see EMBED, while others see OBJECT.

Try this general form:
Code:
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" 
    codebase="http://www.apple.com/qtactivex/qtplugin.cab" 
    height="232" width="320">
    <param name="cache" value="true">
    <param name="src" value="path/filename.mov">
    <param name="autoplay" value="true">
    <param name="controller" value="true">
    <param name="type" value="video/quicktime">
    <embed height="232" pluginspage="http://www.apple.com/quicktime/download/"
        src="path/filename.mov" type="video/quicktime" width="320" controller="true"
        autoplay="true" cache="true"> 
</object>
Substitute your own values for the width/height. Don't know if this will solve your problem, but here's hoping. =) There's a really good book on QuickTime called QuickTime 6 for Macintosh and Windows: Visual QuickStart Guide. I have the QT5 edition and it is very, very, helpful.

http://www.amazon.com/exec/obidos/tg...books&n=507846
Reply With Quote
  #4  
Old January 24th, 2003, 06:36 PM
Registered User
 
Join Date: Nov 2001
Location: Kansas City, MO
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
coolgrafix is on a distinguished road
See also: http://www.apple.com/quicktime/authoring/embed.html
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Longhorn 3D GUI Engine Quicktime movies Devlinite Apple News, Rumors & Discussion 23 September 11th, 2003 05:05 AM
Embedding Quicktime movies on web site jove Mac OS X System & Mac Software 0 June 14th, 2002 06:17 PM
QuickTime 6 and DivX movies spitty27 Mac OS X System & Mac Software 6 June 6th, 2002 08:37 PM
How to convert DVD movies to Quicktime movies? ddma Apple News, Rumors & Discussion 20 March 27th, 2002 04:45 PM
OmniWeb 4 won't save QuickTime Movies dantjie Apple News, Rumors & Discussion 2 May 8th, 2001 10:59 PM


All times are GMT -5. The time now is 04:15 AM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.