The specified image is split into pieces and then gradually rejoined, restoring the original image.
| Name | Description | Format | Default Value |
|---|---|---|---|
| image | Image | URL | none |
| display | Time span for displaying the image | Seconds | 1 |
| partnumber | Number of splits | Integral number more than 2 | 4 |
| sound | Sound | URL | none |
| sound_mode | Playback sound mode | once or loop | once |
| bg_color | Background color | Color | lightGray |
| pause | Frame interval | Milliseconds | 200 |
| href | Link | URL | none |
<applet codebase="ImgSplit"
code="ImgSplit.class" width=149
height=55>
<param name=image value="./ImgSplit/wnew_e1.gif">
<param name=display value="2">
<param name=partnumber value="">
<param name=sound value="">
<param name=sound_mode value="">
<param name=bg_color value="">
<param name=pause value="50">
<param name=href value="">
</applet>