Nuevoplayer users can download in clientarea latest build: Nuevoplayer v.4.01
Unzip file and upload "player.swf" to folder where our player is located.
For clipshare script usually this is "nvlab/player"
For AVS: "media/nuevo/player"
You may also need to check player's playlist files if it generates video title.
Those are files "playlist.php" and "eplaylist.php"
For "clipshare" script in / Main movie <track> section, you may need to add:
- Code: Select all
print "<title>".htmlspecialchars($row['title'], ENT_QUOTES, 'UTF-8')."/title>\n";
For AVS script you can assign $title value after line: $video_id = $rs->fields['VID'];
- Code: Select all
$title = htmlspecialchars($rs->fields['title'], ENT_QUOTES, 'UTF-8');
Then in Main Movie <track> section add new xml item:
- Code: Select all
print "<title>".$title."</title>\n";
You can also download your Nuevoplayer package and check how it looks in supplemented files.
Finally you can ask us to update your files, but don't forget provide your FTP access first.
Due to limited time we will not reply requests if FTP access not provided.