tags:

views:

60

answers:

1

Hi,

i have swf file: www.link.com/file.swf

How get height and width?

Thanks

A: 

You can get SWF width and height with getimagesize() in PHP, then you need to pass this info to Smarty.

serg