hello,

i had a similar issue a few months ago, here is a sample of how i had
it to work:

$(document).ready(function(){

// FLASH FILE EMBED

$('#playBanner').flash(
     {
         src: 'projects/fuTHOR.swf',
         width: 740,
         menu:true,
         height: 420,
         background: '#000000',
         id: 'mymovie',
         wmode: 'transparent',
         flashvars: { folder: 'nightmare_ice' }
      },
      {
          expressInstall: true,
          version: '8'
      }
 );

 });

the result is here: http://www.thor.be/creation.php?id=6


hope this helps,

Alexandre

Reply via email to