Page is a not externally linkable
- Code, Content, and Presentation
-- Flash and Shockwave
---- flash ads


eelixduppy - 8:30 pm on Jul 8, 2008 (gmt 0)


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;

This would have to be done with some sort of event -- up to you.

Hope this helps


Thread source:: http://www.webmasterworld.com/flash/3683252.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com