SWFAction->__construct()

(no version information, might be only in CVS)

SWFAction->__construct() -- Creates a new SWFAction

Beskrivelse

class SWFAction {

SWFAction __construct ( string script )

}

Advarsel

Denne funktion er EKSPERIMENTABEL. Virkemåden af denne funktion, navnet på funktionen, og andet ellers dokumenteret om denne funktion, ændres muligvis uden advarsel i en fremtidig version af PHP. Brug af denne funktion er på ejet ansvar.

Creates a new SWFAction and compiles the given script in it.

Parameterliste

script

An ActionScript snippet to associate with the SWFAction. See SWFAction for more details.