Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/01/2010, 20:25
Avatar de dcreate
dcreate
 
Fecha de Ingreso: octubre-2009
Ubicación: Veracruz
Mensajes: 536
Antigüedad: 14 años, 7 meses
Puntos: 22
Respuesta: Problemas con un bucle for

no seria mejor


Código PHP:
Ver original
  1. <?
  2.  
  3. for ($c=1; $c>6; $c++){
  4.         $video=$row["video".$c];
  5.  
  6. ?>
  7. <script type="text/javascript">
  8. AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','512','height','288','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=<? echo $video ?>&autoPlay=false&autoRewind=false','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progressive' ); //end AC code
  9. </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="512" height="288" id="FLVPlayer">
  10. <param name="movie" value="FLVPlayer_Progressive.swf" />
  11. <param name="salign" value="lt" />
  12. <param name="quality" value="high" />
  13. <param name="scale" value="noscale" />
  14. <param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=<? echo $video ?>&autoPlay=false&autoRewind=false" />
  15. <embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=<? echo $video ?>&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="512" height="288" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />
  16. </object></noscript>
  17. <? } ?>