swfobject embedding transparent swf


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. var flashvars = {};
  2. var params = {wmode:"transparent"};
  3. var attributes = {};
  4.  
  5. swfobject.embedSWF("abc.swf", "anim", "300", "200", "1.0.0","/swfobject/expressInstall.swf", flashvars, params, attributes);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.