--- cdn2_flowplayer/cdn2_flowplayer.module      6 Oct 2009 23:20:56 -0000       1.1.4.11
+++ cdn2_flowplayer/cdn2_flowplayer.module      10 Nov 2009 19:58:31 -0000      1.1.4.12
@@ -47,13 +47,8 @@ function theme_cdn2_flowplayer($node, $a
   $field_info = _cdn2_get_field_by_content_type($node->type);
   $name = $field_info['field_name'];
   $assets = $node->{$name}[0]['assets'];
-  foreach($assets as $new_asset) {
-    if($new_asset['preset_name'] == '320x240_thumb') {
-       $splash_image_file = '<img src="'. $new_asset['asset_fetch_url'] .'">';
-    }
-  }
+  $splash_image_file = preg_replace("%\.[^\.]*$%", "_thumb_009.jpg", $video_url);
 
-//  $splash_image_file = preg_replace('%_([^/]*)$%', '_'. $width .'x'. $height .'.jpg', $video_url);
   $flash_js = theme('cdn2_flowplayer_get_js',$node->nid, $preset->shortName, $player_path, $width, $height, $video_url, $splash_image_file);
   $top = ($height/2)-(46/2);
   $left = ($width/2)-(46/2);
