PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SWFMovie->remove> <SWFMovie->nextFrame
Last updated: Fri, 22 Aug 2008

view this page in

SWFMovie->output

(No version information available, might be only in CVS)

SWFMovie->outputDumps your lovingly prepared movie out

Descripción

SWFMovie
int output ([ int $compression ] )
Warning

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 responsabilidad.

Dumps the SWFMovie.

Don't forget to send the Content-Type HTTP header file before using this function, in order to display the movie in a browser.

Lista de parámetros

compression

The compression level can be a value between 0 and 9, defining the SWF compression similar to gzip compression.

This parameter is only available as of Flash MX (6).

Valores retornados

Return the number of bytes written or FALSE on error.

Ejemplos

Example #1 Displaying your $movie in a browser

<?php
header
('Content-type: application/x-shockwave-flash'); 
$movie->output();
?>



add a note add a note User Contributed Notes
SWFMovie->output
There are no user contributed notes for this page.

SWFMovie->remove> <SWFMovie->nextFrame
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites