PHP Doku:: Sets the SWF version - function.ming-useswfversion.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenMing (flash)Ming Funktionenming_useswfversion

Ein Service von Reinhard Neidl - Webprogrammierung.

Ming Funktionen

<<ming_useconstants

The SWFAction class>>

ming_useswfversion

(PHP 4 >= 4.2.0, PHP 5 <= 5.3.0, PECL ming SVN)

ming_useswfversionSets the SWF version

Beschreibung

void ming_useswfversion ( int $version )

Sets the SWF version to be used in the movie. This affect the bahaviour of Action Script.

Parameter-Liste

version

SWF version to use.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Beispiele

Beispiel #1 ming_useswfversion() example

<?php

$movie 
= new SWFMovie();
ming_useswfversion(4); // Flash 4

?>


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
sneakyimp at hot mail dot com
15.11.2008 0:32
According to the docs at libming.net, this setting specifies which flash version to be used when creating your SWF file.  You can specify versions 4 through 8.  More here:

http://www.libming.net/docs/libming/Ming_useSWFVersion.html



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)