FlashFile
class FlashFile extends File (View source)
Properties
| protected | $container | from File |
Methods
static string
changePathnameExtension(string $pathname, string $extension)
Change the extension of a pathname
from
File
bool
render(string $inputFile, string $outputFile, bool $legacy_rendering = false)
Render the flash to PNG file
type
listEmbeddedObjects(string $inputFile)
List all embedded object of the current flash file
string
extractEmbedded(int $id, string $inputFile, string $outputFile)
Extract the specified Embedded file
extractFirstImage(string $inputFile, string $outputFile)
Extract the first embedded image found
Details
in
File at line 25
__construct(DriverContainer $container)
Build the File processor given the configuration
in
File at line 41
static protected string
changePathnameExtension(string $pathname, string $extension)
Change the extension of a pathname
bool
render(string $inputFile, string $outputFile, bool $legacy_rendering = false)
Render the flash to PNG file
type
listEmbeddedObjects(string $inputFile)
List all embedded object of the current flash file
string
extractEmbedded(int $id, string $inputFile, string $outputFile)
Extract the specified Embedded file
extractFirstImage(string $inputFile, string $outputFile)
Extract the first embedded image found