pagelinkarg flashvar problem
Hi there!
it looks like pagelinkarg flashvar is not getting processed properly.
Whatever value I pass to it, the pagelink returns the URL it takes from node->path my drupal view provides for that particular node.
Also, 2 numbers are added to the end of the url, separated by "/", here is the example:
yyize.com/video/charlie-trash-truck/0/5
I was blaming drupal path_auto for a while, but figured out it actually receives the wrong path from player.
Everything was ok before 1.38 upgrade, please help...
below are parameters passed to the player:
$params['width'] = 485;
$params['height'] = 150;
$params['playlist'] = 'related_video';
$params['pagelimit'] = 10;
$params['arg1'] = $node->nid;
if (!empty($node->taxonomy))
$params['arg2'] = implode('+', array_keys($node->taxonomy));
$params['id']='related_video';
$params['votingenabled'] = 'true';
$params['pagelink'] = 'true';
$params['pagelinkarg'] = 'node/';
$params ['playlistskin'] = 'hplaylist';
$params['vertical'] = 'false';
$params['playlistonly'] = 'true';




I will approach this as a possible bug. I will try to get to it sometime this weekend time permitting.
Thanks for your patience.
Travis.
International Open Source Solutions
What can Alethia build for you?