Hello,
I have been trying to get the video to show on my website.
In the admin part i can correctly play the video but once i go to the main page, the video doesn't seems not to load because he doesn't get the filename. If i request more information i only get the url till catalog/av/cinesound_av/
I did figure a way arround it to change the code cs_av.php.
By changing the $filename in
| Code: |
$output .= "SRC=\"" . HTTP_SERVER . DIR_WS_CATALOG . "av/cinesound_av/" . $filename . "\" \r\n";
|
to the filename it plays but once i upload a new video, or want to play different video's on different place it won't show.
Any idea's what could be the issue and how to adjust it that it will get the filename?
Thanks in advance