I'm trying to use the following js to change the width and height of a swf.
$('object').attr({'width':100,'height':100});
$('object embed').attr({'width':100,'height':100});
The script works well on firefox, safari, IE8. However, it doesn't work on IE7.
Is there any solution?