Showing posts with label html. Show all posts
Showing posts with label html. Show all posts

Saturday, December 19, 2009

How to Fast Start an Embedded QuickTime MOV file

I encountered this problem last week:

After embedding a QuickTime(MOV) file into your web page, it takes an eternity to start. The

reason is because the http request will ask the server to download the whole clip onto the client's

drive, then start the playback.

The solution is simple, and is called FAST START. Fast Start is a QuickTimefeature that enables

users to watch the movie as it's being downloaded (long before the whole movie has been downloaded)

from a standard web server. Fast Start works well for short-form movies where file size is limited.

It ensures high-quality playback regardless of the users' Internet connection speeds, though those

with slower connections will wait longer before media starts to play (
href="http://support.apple.com/kb/HT2438" >Apple QuickTime, 2009
).

Check the instructions on the QuickTime website here. It also explains how to optimize your video for online streaming.

Friday, July 10, 2009

Enabling audio on your webpage on page load

Hi Sara
There are many ways to play music on page load, including flash (easiest) or playlists.
You can load a m3u playlist to play your songs in order.
However, what you want to achieve (play one clip only once, and sequentially play another one, within a loop) is very complex, but not impossible.

First of all, playing mp3 files are not advised, given the huge size (~3mb or more).

My first guess to solve your problem is as follows:

Initiate both clips at the same time on page load (e.g. t=0).
Liberi Fatali should have a 3-5 seconds initial blank so that your first clip can be heard without interference.

To do this, place the following in the HEAD section of your page:


<embed src="http://emmie.surgero.com/HerGroovyTrick.mp3" width="310" height="45" autostart="true" autoplay="true" loop="false" volume="85%">
<embed src="http://emmie.surgero.com/LiberiFatali.mp3" width="310" height="45" autostart="true" autoplay="true" loop="true" volume="85%">


Remember to add 3-5 seconds blank in your Liberi Fatali clip and that should do the trick!

Denis

Sunday, June 21, 2009

Nomadic Hands - Volunteer Required for a Website

Hi guys

I just bumped into this webdesign ad and wanted to share it with you.

The person needs a complete re-design for her website, and it would help you enhance your HTML/CSS skills if you apply for this job.

I have donated a template, but she might want to do changes on it.

The website to be changed is

http://nomadichands.com

Please let me know if you are interested :)