Hosting de Calidad
  • Inicio
  • Precios y servicios
  • F.a.q y ayudas
  • Realizar pedido
  • Webs alojadas
  • Quienes somos
  • Foro HyD
  • Contacto

    Zona Dominios

    Entrar
    registro de dominios


    Zona Hosting

    Entrar
    alojamiento web


    5 Métodos de Pago
    Tarjeta de crédito
    Domiciliación
    Transferencia
    Soporte Epagado
    Soporte Paypal

    Liberalización .es

    Ver mas
    dominios .es


  •  
     
     
    SWFDisplayItem_>multColor

    SWFDisplayItem_>multColor

    (no version information, might be only in CVS)

    SWFDisplayItem_>multColor __ Multiplies the item's color transform_

    Description

    void swfdisplayitem_>multcolor ( [int red [, int green [, int blue [, int a]]]])

    Aviso

    Esta función es EXPERIMENTAL_ Esto significa que el comportamiento de esta función, el nombre de esta función y en definitiva TODO lo documentado sobre esta función, puede cambiar en una futura version de PHP SIN AVISO_ La advertencia queda hecha, y utilizar esta extensión queda bajo su propia responsabiliad_

    swfdisplayitem_>multcolor() multiplies the item's color transform by the given values_

    The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object_ It must have been added using the swfmovie_>add()_

    This simple example will modify your picture's atmospher to Halloween (use a landscape or bright picture)_

    Ejemplo 1_ swfdisplayitem_>multcolor() example

    <?php
    
      $b = new SWFBitmap("backyard_jpg");
      // note use your own picture :_)
      $s = new SWFShape();
      $s_>setRightFill($s_>addFill($b));
      $s_>drawLine($b_>getWidth(), 0);
      $s_>drawLine(0, $b_>getHeight());
      $s_>drawLine(_$b_>getWidth(), 0);
      $s_>drawLine(0, _$b_>getHeight());
    
      $m = new SWFMovie();
      $m_>setDimension($b_>getWidth(), $b_>getHeight());
    
      $i = $m_>add($s);
    
      for($n=0; $n<=20; ++$n)
      {
        $i_>multColor(1_0_$n/10, 1_0, 1_0);
        $i_>addColor(0xff*$n/20, 0, 0);
        $m_>nextFrame();
      }
    
      header('Content_type: application/x_shockwave_flash');
      $m_>output();
    ?>

     
       



    registro de dominios | alojamiento web | hosting por publicidad

       

     

    Manual de linux Manual de apache Manual de php Manual de mysql Manual de SQL Manual del Plesk Como funciona Paypal Manual de html