Recent Tips
Using the xml file is very sample:
-you will see xml file in the zip file you download.
-put the xml where the xap file is located in your host
except when you want to change location of the xml file in your host you need to
change the location in the code look for videolist
.
Where?
-you can add Clips as much you like we recomended max 100
Clip.
|
Parameters |
Options
|
Example
|
Player
|
|
name |
Video or Clip name
|
name="video test"
|
Dynamic
Smooth
Lava
Fiber
media explorer
ICE
|
|
location |
Based host root
WEB URL
FTP URL
MMS URL
|
location="../video.wmv"
location="http://www.helnix.com/video.wmv"
location="ftp://www.helnix.com/video.wmv"
location="mms ://10.10.10.10:1111/medianame"
|
Dynamic
Smooth
Lava
Fiber
media explorer
ICE
|
|
image |
Based host root
WEB URL
FTP URL
|
image="../videoname.jpg"
image="http://www.helnix.com/img/videoname.jpg"
image="ftp://www.helnix.com/img/videoname.jpg"
|
Dynamic
Smooth
Lava
Fiber
media explorer
ICE
|
|
live |
video is live stream?
|
live="yes"
live="no"
|
Dynamic
Smooth
Lava
Fiber
|
Example Clip Format:
< Clip name="Star Trek"
location="http://www.helnix.com/ClientBin/Clips/StarTrek.wmv"
image="http://www.helnix.com/img/StarTrek.jpg">
Add video Description information here
< /Clip>
OR
< Clip name="Star Trek"
location="../ClientBin/Clips/StarTrek.wmv"
image="../img/StarTrek.jpg">
Add video Description information here
< /Clip>
all the locations based host root.
Example code in the xml file: