2007年12月17日 星期一

Lab Movie Player by AJAX

1. Go to Laszlo and enter (Laszlo in 10 minutes).
2. Study and play around the "scripting" and "video" examples.
3. Use this script to control movie playing.
4. If you push the "pause" button, the movie pauses.
5. If you push the "resume" button, the movie resumes.


下圖為一個撥放mp3的程式。我們可以看到有一個 為play 的屬性,另外有一個true的值。
利用此特性,來改寫程式。

















(影片暫停)
[button onclick="video.setAttribute('play',false)"]pause[/button]

(影片繼續)
[button x="120" onclick="video.setAttribute('play',true)"]resume[/button]

沒有留言: