New blog post

Nicu Buculei nicu_fedora at nicubunu.ro
Thu Oct 8 07:53:45 UTC 2009


On 10/07/2009 10:10 PM, Colby Hoke wrote:
> I wish I was on the web team at Red Hat and could do this stuff. I wish
> we had more people on the web team that had time to work on all of this.
> It's very exciting and I'm glad it's coming to fruition now. That said,
> they're swamped and I know there's some redesign work happening on the
> site. Stuff I don't even know all of the details about. I'm happy to
> ping them and see about the HTML5 stuff and having flash as a fallback.
> 
> That would be tremendous. I just have no concept of whether it's doable
> for them right now. I'll see what I can find out.

Let me chime in,, right now the code for embedding the video in the web
page is:

<object
id="http://www.redhat.com/v/swf/redbox/redbox-player.swf?oid=http://www.redhat.com/v/swf/red-hat-code-into-rhel.flv"
data="http://www.redhat.com/v/swf/redbox/redbox-player.swf?oid=http://www.redhat.com/v/swf/red-hat-code-into-rhel.flv"
type="application/x-shockwave-flash" height="325" width="400">
<param name="movie"
value="http://www.redhat.com/v/swf/redbox/redbox-player.swf?oid=http://www.redhat.com/v/swf/red-hat-code-into-rhel.flv">
<param name="bgcolor" value="#000000">
<param name="quality" value="high">
<param name="flashvars"
value="file=http://www.redhat.com/v/swf/red-hat-code-into-rhel.flv&amp;vid_skin=http://www.redhat.com/v/swf/redbox/redbox-gui.swf&amp;autoStart=false&amp;image=http://www.redhat.com/g/video_stills/red-hat-code-into-rhel-400x300.png&amp;omniEnv=redhatcom">
</object>

To make it work with the VIDEO tag, it shoud just be encompassed with
<VIDEO src="http://www.redhat.com/v/ogg/red-hat-code-into-rhel.ogg"
controls> and </VIDEO>

So the result will be:

<VIDEO src="http://www.redhat.com/v/ogg/red-hat-code-into-rhel.ogg"
controls>
<object
id="http://www.redhat.com/v/swf/redbox/redbox-player.swf?oid=http://www.redhat.com/v/swf/red-hat-code-into-rhel.flv"
data="http://www.redhat.com/v/swf/redbox/redbox-player.swf?oid=http://www.redhat.com/v/swf/red-hat-code-into-rhel.flv"
type="application/x-shockwave-flash" height="325" width="400">
<param name="movie"
value="http://www.redhat.com/v/swf/redbox/redbox-player.swf?oid=http://www.redhat.com/v/swf/red-hat-code-into-rhel.flv">
<param name="bgcolor" value="#000000">
<param name="quality" value="high">
<param name="flashvars"
value="file=http://www.redhat.com/v/swf/red-hat-code-into-rhel.flv&amp;vid_skin=http://www.redhat.com/v/swf/redbox/redbox-gui.swf&amp;autoStart=false&amp;image=http://www.redhat.com/g/video_stills/red-hat-code-into-rhel-400x300.png&amp;omniEnv=redhatcom">
</object>
</VIDEO>

-- 
nicu :: http://nicubunu.ro :: http://nicubunu.blogspot.com/




More information about the marketing mailing list