![Cayin SMP-WEB4 User Manual Download Page 72](http://html1.mh-extra.com/html/cayin/smp-web4/smp-web4_user-manual_2575129072.webp)
USER MANUAL
64
Example 4:
Play all video files in the Media Folder
If you want to play all files in the Media Folder, you can use the attribute “play-local-all”.
Then, the media player will play all files in the alphabetical order.
<html>
<head>
</head>
<body>
…….
<object type="video/main" width="320" height="240">
<param name="play-local-all" value="1">
</object>
……
</body>
</html>
Example 5:
Play several video files in the Media Folder and move automatically to the
next Web playlist after playing the previous one.
In the following example, the player will notify the browser and move to next web playlist
item. We suggest you set the duration of all items in a web playlist as “
Always
”.
<html>
<head>
</head>
<body>
…….
<object type="video/main" width="320" height="240">
<param name="src" value="file://1.mpg">
<param name="src" value="file://2.mpg">
<param name="src" value="file://3.mpg">
<param name="play-next-item" value="1">
<param name="loop" value="0">
</object>
……
</body>
</html>
Summary of Contents for SMP-WEB4
Page 152: ...11 SMP Console...
Page 156: ...USER MANUAL 148...