Hi
Thanks for your enquiry.
To create a positon, you need to do the following:
1) Add a position name to CineSound by clicking 'List Positions' and adding the new name.
2) Add the following code in the PHP file which generates the page where you want to put the video content:
| Code: |
<!-- BOF CINESOUND AV -->
<tr>
<td class="main">
<?php require_once(DIR_WS_FUNCTIONS . 'cs_av.php');doCineSoundContent('XXXXX'); ?>
</td>
</tr>
<!-- EOF CINESOUND AV -->
NOTE: The XXXXX should be replaced by the name of the position you have saved in CineSound AV.
|
If you have done this and still can't see the video, or if you are unable to see video when using the default position in the index.php file, then check the following:
1) Make sure your content unit is set to 'Active'
2) Make sure only one content unit - active or not - is assigned to the position
3) Set the URL Substring to something that will cover the entire website, like the domain name only, for example
If none of these measure swork, I'll be happy to take alook at your installation if you send me your FTP and osCommerce admin access details as well as the URL of your site. However, I will only be able to look into this early next week as I am fully booked up for the rest of this week.
Regards
Nick