PHP: How to get shockwave .dcr file width and the height? -


as know function getimagesize() works images , swf files.

but doesn't support shockwave file (.dcr).

so, how can width , height of such file..

i not lingo/director expert, afaik won't able php.

.dcr file format not open won't find file format specification make own parser , extract info on own.

however, there should way using director movie on client side.

eg. load external dcr file inside own director movie (then able read width/height etc of loaded file). own director movie updates database info on specific loaded file can show width/height later on.

i've found artice dating 2006 guy suggests same thing: http://director-online.com/forums/read.php?1,20621,20621,quote=1

good luck mate! :)


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -