Name: Anonymous 2007-04-29 14:04 ID:a78rIU2Q
Hi everyone.
I finally got my site to work. The only problem I have is with properly displaying flash files. I have to specify height and width for every file.
Something like...
<embed src="something.swf" quality=high type="application/x-shockwave-flash" width="640" height="480"></embed>
otherwise the animation won't be displayed properly (it will show nasty stuff on right and left or just won't look good).
I have loads of swf files I need to get this somehow automated. There has to be a way to either get the around this problem or to somehow "detect" the swf dimensions.
Is there any "trick" for this?
I'm using PHP and GNU/Linux.
I finally got my site to work. The only problem I have is with properly displaying flash files. I have to specify height and width for every file.
Something like...
<embed src="something.swf" quality=high type="application/x-shockwave-flash" width="640" height="480"></embed>
otherwise the animation won't be displayed properly (it will show nasty stuff on right and left or just won't look good).
I have loads of swf files I need to get this somehow automated. There has to be a way to either get the around this problem or to somehow "detect" the swf dimensions.
Is there any "trick" for this?
I'm using PHP and GNU/Linux.