Quote:
Originally Posted by Julio
Is there a way I can set width and height for the flash files? All of the flash files are shown in a small box. I need some to be show as 449 x 82, etc.
|
The replacement code should have been:
Code:
<embed src={param} width=600 height=750 type=application/x-shockwave-flash></embed>
with the width and height adjusted to your liking.