Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/12/2009, 17:39
Avatar de Copia
Copia
 
Fecha de Ingreso: noviembre-2009
Mensajes: 309
Antigüedad: 14 años, 5 meses
Puntos: 4
Respuesta: ¿como implemento sFIR en una pagina web?

bueno... e tenido avances pero aun no tengo resultados:

este es el codigo que tengo
Código HTML:
<link rel="stylesheet" href="css/sIFR-print.css" type="text/css" media="screen" /> 
<link rel="stylesheet" href="css/sIFR-screen.css" type="text/css" media="screen" /> 
<script src="js/sifr.js" type="text/javascript"></script>
<title>headings 2</title>
<style>
	h1 {
color: #06C;
font-size: 250%;
font-family: Georgia, serif;
line-height: 1.45em;
}
</style>
</head>
<body>
	<h1>Este titulo sIRF</h1>
    <script type="text/javascript">
   if(typeof sIFR == "function")
   {
    sIFR.replaceElement("h1", named({sFlashSrc:"flash/alfredo_.swf"}));
	 sIFR.replaceElement("h1", named({sFlashSrc: "flash/alfredo_.swf", sBgColor:"#ffcc99", sColor:"#ff3300"})); 
	 }     </script> 
Estoy trabajando con sIRF 2.0 y he generado mi swf con sirf generator, y estube siguiendo este tuto:

http://pablotilli.com.ar/2009/01/tutorial-sobre-el-uso-de-sifr.html?showComment=1249997795876#c6014032094153 393296

pero al momento de correr en mi pc no me sale.