Page is a not externally linkable
eelixduppy - 8:30 pm on Jul 8, 2008 (gmt 0)
This would have to be done with some sort of event -- up to you. Hope this helps
You might be able to use javascript to resize the object on the fly. You'd have to change the attribute values:
var e = document.getElementById('movie');
e.width = 150;
e.height = 100;