Active
Project:
Dash Media Player
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2010 at 02:25 UTC
Updated:
24 Jul 2010 at 21:23 UTC
I have a video player with an mp3 intro that would autostart until I upgraded to Flash 10.1.53.64. I also tried to play the mp3 by its self and it doesn't autostart. I upgraded to player to 1.37. But it didn't help. here's what I have in the block
$params['width'] =250;
$params['height'] = 250;
$params['playlist'] = 'videos';
$params['showplaylist']='false';
$params['showinfo']='false';
$params['autostart']='true';
$params['autoload']='true';
$params['intro']="sites/default/files/Kutless-What-Faith-Can-Do_0.mp3";
print dashplayer_get_player($params);
I am using services 6.x-0.15, in the config file api 3 and Drupal 6.16. If I press play it will play the intro and next the first video.
Any help would be appreciated, thanks.
Comments
Comment #1
greywolfsspirit commentedjust wondering, should your playlist not be audio not video if it's an mp3? Might want to try something as simple as that..