Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
fixed cdn for media
Browse files Browse the repository at this point in the history
  • Loading branch information
Jen Fong-Adwent committed Jan 24, 2012
1 parent 9a2201e commit b563658
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions apps/careers/templates/careers/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ <h1 class="home-header">Careers at Mozilla</h1>
<div id="current-video">
<div id="video-player" class="mozilla-video-control">
<video id="video" width="640" height="360" controls="controls" preload="metadata"
poster="http://videos.mozilla.org/serv/hr/HR-Why.jpg">
poster="http://videos-cdn.mozilla.net/serv/hr/HR-Why.jpg">

<source src="http://videos.mozilla.org/serv/hr/HR-Why.webm" type="video/webm">
<source src="http://videos.mozilla.org/serv/hr/HR-Why.theora.ogv"
<source src="http://videos-cdn.mozilla.net/serv/hr/HR-Why.webm" type="video/webm">
<source src="http://videos-cdn.mozilla.net/serv/hr/HR-Why.theora.ogv"
type='video/ogg; codecs="theora, vorbis"'>
<source src="http://videos.mozilla.org/serv/hr/HR-Why.mp4" type="video/mp4">
<source src="http://videos-cdn.mozilla.net/serv/hr/HR-Why.mp4" type="video/mp4">

<object id="flash_fallback_1" class="vjs-flash-fallback" width="640" height="360"
type="application/x-shockwave-flash"
data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf">
<param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf">
<param name="allowfullscreen" value="true">
<param name="flashvars" value='config={"playlist":["http://videos.mozilla.org/serv/hr/HR-Why.jpg",
{"url":"http://videos.mozilla.org/serv/hr/HR-Why.mp4",
<param name="flashvars" value='config={"playlist":["http://videos-cdn.mozilla.net/serv/hr/HR-Why.jpg",
{"url":"http://videos-cdn.mozilla.net/serv/hr/HR-Why.mp4",
"autoPlay":false,"autoBuffering":true}]}'>
<img src="http://videos.mozilla.org/serv/hr/HR-Why.jpg" width="640" height="360"
<img src="http://videos-cdn.mozilla.net/serv/hr/HR-Why.jpg" width="640" height="360"
alt="Poster Image" title="No video playback capabilities.">
</object>
</video>
Expand Down

0 comments on commit b563658

Please sign in to comment.