when i test my movie using the regular object embed, i am able to scale my movie by changing the width and height parameters in the embed tags. but when i test my movie using swfobject, when i change the width and height variables i send it, it does not affect the size of my movie, it remains the size that it was exported out at. does anyone have any ideas why? i'd like to be able to change the width and height of the movie when i write out the swfobject.
When the swf is embedded regularly, the swf hears the event and adjusts. When I embed using SWFObject, no go. The event only fires once, when the stage come up (it did this before).
I thought maybe the NO_SCALE param needed to be set like this:
so.addParam("scaleMode", "noScale");
but no joy. Any luck on this? The stage no longer seems to fire the resize event when the browser is resized...