JS Version of Cantonese Input
I managed to reduce the size of the webpage to about 35K instead of 290K. Using javascript helps reduce the size of the page and speed up the download. The rendering of page is done on client side and computing load is distributed to the browser instead of the server. This is a far better … Read more
Audio Test
<embed src= “http://www.odeo.com/flash/audio_player_standard_gray.swf” quality=”high” width=”300″ height=”52″ allowScriptAccess=”always” wmode=”transparent” type=”application/x-shockwave-flash” flashvars= “valid_sample_rate=true&external_url=http://pcwong.org/wordpress/audio/1234.mp3″ pluginspage=”http://www.macromedia.com/go/getflashplayer“> </embed>For your reference.
Embedding FLV video
To embed personal FLV video into your webpage or blog, you need to understand the structure of the embedding codes as follows: If you understand this, you will do the same for YouTube video. Here is the snippet of the code: