Manuál PHP | ||
---|---|---|
Předcházející | Další |
PHP offers the ability to create Shockwave Flash files via Paul Haeberli's libswf module.
Poznámka: SWF support was added in PHP 4 RC2.
The libswf does not have support for Windows. The development of that library has been stopped, and the source is not available to port it to another systems.
For up to date SWF support take a look at the MING functions.
Poznámka: Toto rozšíření bylo přesunuto do repozitáře PECL a již nebude součástí balíku PHP.5.0.0.
You need the libswf library to compile PHP with support for this extension. You can download libswf at ftp://ftp.sgi.com/sgi/graphics/grafica/flash/.
Once you have libswf all you need to do is to configure --with-swf[=DIR]
where DIR is a location
containing the directories include and lib. The include directory
has to contain the swf.h file and the lib directory
has to contain the libswf.a file. If you unpack the
libswf distribution the two files will be in one directory. Consequently
you will have to copy the files to the proper location manually.
Toto rozšíření nemá definováno žádné konfigurační direktivy.
Toto rozšíření nemá definován žádný typ prostředku (resource).
Tyto konstanty jsou definovány tímto rozšířením a budou k dispozici pouze tehdy, bylo-li rozšíření zkompilováno společně s PHP nebo dynamicky zavedeno za běhu.
Once you've successfully installed PHP with Shockwave Flash support you can then go about creating Shockwave files from PHP. You would be surprised at what you can do, take the following code:
Předcházející | Domů | Další |
wordwrap | Nahoru | swf_actiongeturl |