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

search for in the

SWFAction> <Fonctions Ming
Last updated: Fri, 14 Nov 2008

view this page in

ming_useswfversion

(PHP 4 >= 4.2.0, PHP 5)

ming_useswfversionDéfinit la version SWF

Description

void ming_useswfversion ( int $version )

Définit la version SWF à utiliser dans la vidéo. Ceci affecte la comportement de l'Action Script.

Liste de paramètres

version

La version SWF à utiliser.

Valeurs de retour

Aucune valeur n'est retournée.

Exemples

Exemple #1 Exemple avec ming_useswfversion()

<?php

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

?>



add a note add a note User Contributed Notes
ming_useswfversion
sneakyimp at hot mail dot com
15-Nov-2008 03:02
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

SWFAction> <Fonctions Ming
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites