Share options

Forum to report possible Nuevoplayer bugs and issues and Nuevoplayer 4 fixes by Nuevolab Team

Share options

Postby nuevolab » Wed Oct 27, 2010 12:07 am

In first Nuevoplayer 4 version we missed to add code for certain video details that are sent to social networks from SHARE menu window.
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.
nuevolab
Site Admin
 
Posts: 99
Joined: Sun Sep 06, 2009 2:32 am

Return to Nuevoplayer 4 Reports

Who is online

Users browsing this forum: No registered users and 0 guests