First I love this player.. The demo in the wizard looks great.
Now I have downloaded the player.
1. which files do i upload.
2.where do i upload them (i use cpanel file manager)
3. How do i set up the html page and where do i upload it.(is this the embed code thats given in the wizard)
help is appreciated..Im sort of a noobie at this it would be great if there was a step by step way to install.
Thanks
Upload:
mediaplayer.swf
swfobject.js (only if you are using the swfobject method of embedding)
HTML document
The most basic HTML page looks like this:
<html><head>
...various elements, like title, etc. ...
if you are using swfobject.js, then load the external file
<script type="text/javascript" src="swfobject.js"></script>
</head>
<body>
...the player code...
</body>
</html>
There are "Tutorials" at the top of this page and more information in the "Players" category.