ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

embedding quicktime movie

June 29, 2009 12:07am

Subscribe [3]
  • #1 / Jun 29, 2009 12:07am

    Deron Sizemore

    1033 posts

    I need to embed a quicktime movie into a template.

    I found this quicktime plugin: http://expressionengine.com/downloads/details/quicktimeplugin/ but it looks to be pretty old. Anyone used it recently with 1.6.7? Does it work?

    Are there better ways to do this?

  • #2 / Jun 29, 2009 12:17am

    vosSavant

    380 posts

    Deron,

    My guess is that it works fine with 1.6.7 since it was last updated in Dec. 08. Don’t hold me to it though 😉

    If your QT movies are appearing in a weblog entry, you could always add a custom field and upload the movie via the custom field. Then, in your template, you can add your custom field and show the movie with a simple {custom_field_name} tag. If you go this way, I recommend using the File extension.

  • #3 / Jun 29, 2009 12:18am

    Deron Sizemore

    1033 posts

    Not using a weblog on this one. Just one movie and it will be placed directly into a template.

    I hadn’t seen the last updated date.  :red: You’re probably right about it working fine.

  • #4 / Jun 29, 2009 12:49am

    vosSavant

    380 posts

    Since it’s a one-time deal, you can also hard code it directly into your template. I’d throw it in my uploads directory then link using:

    https://ellislab.com/asset/images/team-photo/movie.mov

    (instead of typing http://mydomain.com/path/to/movie.mov).

  • #5 / Jun 29, 2009 3:10pm

    Deron Sizemore

    1033 posts

    Since it’s a one-time deal, you can also hard code it directly into your template. I’d throw it in my uploads directory then link using:

    https://ellislab.com/asset/images/team-photo/movie.mov

    (instead of typing http://mydomain.com/path/to/movie.mov).

    I was under the impression that wouldn’t embed it into the site but would only display the download link?

  • #6 / Jun 29, 2009 3:22pm

    vosSavant

    380 posts

    Good point. You’d have to use an <embed> tag:

    <embed src="https://ellislab.com/asset/images/team-photo/sample.mov" width="200" height="240" autoplay="true">

    More on how to do this at Apple’s website.

  • #7 / Jun 29, 2009 3:30pm

    grrramps

    2219 posts

    I need to embed a quicktime movie into a template.

    I like using jQuery to handle media. Plenty of plugins which make it a breeze to drop in Flash, QuickTime, whatever, into an entry. Usually, it’s nothing more than a single line of code in the entry. The resulting page validates, too (or, rather, negates the need to worry about validation).

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases