Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
QT and Javascript

Looking at the source code, they use javascript to control the QT movie and have created a custom interface to control the embedded clips. Probably using Apples WebObjects:

<!-- #include virtual="/finalcutstudio/includes/scripts.inc"-->
<script src="/global/scripts/slider.js" type="text/javascript" charset="utf-8"></script>
<script src="/global/scripts/ac_quicktime.js" type="text/javascript" charset="utf-8"></script>
<script src="/global/scripts/lib/event_mixins.js" type="text/javascript" charset="utf-8"></script>
<script src="/global/scripts/frontrow_redux.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
defaultId = 'intro';
</script>

Personally, I've started to convert all my QT to .FLV and use flash to customize the look. That way you don't need QT or WMP (for Mac or Windows users).
 
Looking at the source code, they use javascript to control the QT movie and have created a custom interface to control the embedded clips. Probably using Apples WebObjects:

<!-- #include virtual="/finalcutstudio/includes/scripts.inc"-->
<script src="/global/scripts/slider.js" type="text/javascript" charset="utf-8"></script>
<script src="/global/scripts/ac_quicktime.js" type="text/javascript" charset="utf-8"></script>
<script src="/global/scripts/lib/event_mixins.js" type="text/javascript" charset="utf-8"></script>
<script src="/global/scripts/frontrow_redux.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
defaultId = 'intro';
</script>

Personally, I've started to convert all my QT to .FLV and use flash to customize the look. That way you don't need QT or WMP (for Mac or Windows users).

What are you using to convert to flash? Can I embed an flv on my .mac site?
 
Converting QT to Flash

I use Flash's Video Encoder to convert QT to FLV files. If you don't have Flash, a free alternative would be FFMPEG:

http://www.ffmpegx.com/flv.html

As far as placing .flv and .swf files on a .Mac account I've never tried it. Shouldn't be a problem though.
 
Please don't use Flash. Flash video sucks! QuickTime provides a much cleaner, richer image. They have info on the developers pages on how to customize QuickTime for the web.
 
Please don't use Flash. Flash video sucks! QuickTime provides a much cleaner, richer image. They have info on the developers pages on how to customize QuickTime for the web.

This isn't completely true. While I will agree that many of the Quicktime formats are a bit better, overall it depends on how compressed the videos are. Generally, people compress Flash videos (.flv) down to just a few megabytes, while they leave Quicktime videos at 30-100 megabytes.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.