guide below

Comments

mikeytown2’s picture

Upgrade to jwplayer 5.3
http://www.longtailvideo.com/players/jw-flv-player/

in theme_emvideo_youtube_flash (location: media_youtube/providers/emvideo/youtube.inc)

...
      $flashvars['image'] = theme('emvideo_video_thumbnail', NULL, $options['item'], 'emvideo_thumbnail', $options['node'], TRUE, $tn_options);
      $flashvars['image'] = str_replace('?type=video', '', $flashvars['image']); //line added
      $flashvars['image'] = str_replace('?fs=1', '', $flashvars['image']); //line added

      $flashvars['file'] = $url;
      $flashvars['file'] = str_replace('?type=video', '', $flashvars['file']); //line added
      $flashvars['file'] = str_replace('?fs=1', '', $flashvars['file']); //line added
...
HongPong’s picture

Edit - oh I didn't read carefully enough. trying. having troubles w dang embed :(