[Pro] embedding a mp4 movie

I am attempting to embed mp4 movies onto pages. I have always embedded .mov files created with quicktime. I was trying to embed mp4 files so that the browsers don’t ask for the quicktime pluggin.

I embedded the mp4 files and they still ask for the quicktime pluggin. In Safari and Chrome the player looks a little different than before.

SH

http://intuitionusa.com/Popups_Animation/whitemodel.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You have a lot of options in this area. Freeway 6 creates an HTML5 video element automatically. Just draw an HTML box, import your mp4 into it, and publish (assuming your page is set to the HTML5 doctype).

In Freeway < 6, you can use the VideoJS Action, the Sublime Player Action (with Sublime account, free or paid), or the HTML5 Video Action. The first two are my creation, and they also re-jig the page to be valid* HTML5 when they create the video tag. Both Sublime and VideoJS fall back to Flash if you are in the presence of a browser that doesn’t understand HTML5 video or doesn’t have a codec for MP4 (certain versions of Firefox and Chrome). I am not sure, but I believe that the HTML5 Video Action does something similar as well.

Walter

On Apr 26, 2013, at 9:11 AM, Steven Houtzager wrote:

I am attempting to embed mp4 movies onto pages. I have always embedded .mov files created with quicktime. I was trying to embed mp4 files so that the browsers don’t ask for the quicktime pluggin.

I embedded the mp4 files and they still ask for the quicktime pluggin. In Safari and Chrome the player looks a little different than before.

SH

White Model


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Forgot the footnote. *For certain definitions of valid. This is a naive translation, basically chopping off the existing DOCTYPE and bolting on an HTML5 version. My HTML5 Actions all cooperate in this manner, only performing this surgery once per page.

Walter

On Apr 26, 2013, at 9:32 AM, Walter Lee Davis wrote:

re-jig the page to be valid* HTML5


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options