gesto
Posts: 42
|
| Posted: 10/04/2006, 6:57 AM |
|
Hi,
I have several SWF files to open as popups and the problem is that they all have different and random heights and widths
Is there any way to get the proper width and height of the flash movie to open a popup of the same size as load the movie with the correct width and height?
Thanks,
|
 |
 |
peterr
Posts: 5971
|
| Posted: 10/05/2006, 12:00 AM |
|
I'd recommend checking on Macromedia/Adobe or other Flash related forums.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
feha
Posts: 712
|
| Posted: 10/05/2006, 6:03 PM |
|
If you mean with PHP
http://www.vision.to/CMS/Home/index.php?pid=293
This works with flash files too
list($width, $height, $type, $attr) = getimagesize($file_name);
_________________
Regards
feha
www.vision.to
feedpixel.com |
 |
 |
|