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 ! 🙂




Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

Ce site utilise Akismet pour réduire les indésirables. En savoir plus sur comment les données de vos commentaires sont utilisées.