How can we embed a .mp4 Video into our website?

  • ukndoit
  • Born
  • Born
  • No Avatar
  • Joined: Feb 20, 2009
  • Posts: 1
  • Status: Offline

Post February 20th, 2009, 2:49 am

We have been trying to get this done for hours and have finally given up for now.

We would appreciate any advice you can give.
Thanks,
Richard
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post February 20th, 2009, 2:49 am

  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post February 25th, 2009, 1:38 pm

from reading looks like you need to embed Apple's quicktime player.

I got this code from Apple's website
Code: [ Select ]
<OBJECT

CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"

    CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"

    WIDTH="320" HEIGHT="256" >



    <PARAM NAME="src" VALUE="My.mp4" >

    <PARAM NAME="autoplay" VALUE="true" >



<EMBED SRC="QTMimeType.pntg" TYPE="image/x-macpaint"

PLUGINSPAGE="http://www.apple.com/quicktime/download"

    QTSRC="My.mp4" WIDTH="320" HEIGHT="256"

    AUTOPLAY="true" >

</EMBED>



</OBJECT>
  1. <OBJECT
  2. CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
  3.     CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"
  4.     WIDTH="320" HEIGHT="256" >
  5.     <PARAM NAME="src" VALUE="My.mp4" >
  6.     <PARAM NAME="autoplay" VALUE="true" >
  7. <EMBED SRC="QTMimeType.pntg" TYPE="image/x-macpaint"
  8. PLUGINSPAGE="http://www.apple.com/quicktime/download"
  9.     QTSRC="My.mp4" WIDTH="320" HEIGHT="256"
  10.     AUTOPLAY="true" >
  11. </EMBED>
  12. </OBJECT>


It came from a link for Quicktime 6 and they say the information is obsolete so you might want to browse around the Apple site if that doesn't work.

http://developer.apple.com/documentatio ... on_13.html

Here:
http://developer.apple.com/documentatio ... ion_6.html

That looks a bit more current.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • graphixboy
  • Control + Z
  • Mastermind
  • User avatar
  • Joined: Jul 11, 2005
  • Posts: 1828
  • Loc: In the Great White North
  • Status: Offline

Post February 25th, 2009, 2:40 pm

As long as you target the Flash 9 player and use Actionscript 3 you can stream non flv files through the netConnection and display them with the video player component.

You can use .mov, .mp4, in addition to .flv but the .mov and .mp4 files MUST be compressed using the H.264 codec or they won't work in flash.

More info http://bordesign.co.nz/blog/?p=1
If at first you don't succeed F1... If that doesn't work try Google!
//// Designer, Developer & Teacher - Interactive, Motion and 3D \\\\
Portfolio at WhenImNotSleeping.com
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post February 25th, 2009, 2:47 pm

oops. my bad. wasn't paying attention that this was in the Flash forum. Thought it was in Web design.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.

Post Information

  • Total Posts in this topic: 4 posts
  • Users browsing this forum: No registered users and 38 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.