How to put a flash file in your tumblr’s header ? 🙂
1) put this code before the balise <style type=”text/css”>
<script src=”http://www.geoffreydorne.com/tumblr/AC_RunActiveContent.js” type=”text/javascript”></script>
(It’s a javascript link)
2) upload your swf file somewhere in the web (keep the url!)
3) put this code where you want your flash file to appear (Don’t forget to change the adress of your file in the code)
<script type=”text/javascript”> AC_FL_RunContent( ‘codebase’,’http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0’,’width’,’500’,’height’,’300’,’src’,’http://www.wemakethechange.com/swf/header.swf’,’quality’,’high’,’pluginspage’,’http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash’,’movie’,’http://www.wemakethechange.com/swf/header.swf’ ); //end AC code </script><noscript><object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0” width=”500” height=”300”>Â Â <param name=”movie” value=”http://www.wemakethechange.com/swf/header.swf” />Â Â <param name=”quality” value=”high” />Â Â <embed src=”http://www.wemakethechange.com/swf/header.swf” quality=”high” pluginspage=”http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash” type=”application/x-shockwave-flash” width=”500” height=”300”></embed> </object></noscript>
4) enjoy ! 🙂