Hi everyone,

I'm trying to fill my browser window with my flash movie, but without resizing my nav buttons. My other element on stage is an FLV so I should be able to assign it's width & height, right?

This is my code which does NOT work:

Stage.scaleMode="noScale";
var stageL=new Object();


stageL.onResize = function(){
      this.video._width = Stage.width - this.navigation_exit._width
      this.video._height = Stage.height - this.navigation_left._height
}

Stage.addListener(stageL);

What I want the movie to do is not resize the entire flash movie since I don't want the navigation buttons to change size, but instead, just resize the rest of the content (ie. the FLV on stage and some dynamic text elements.) I guess I could do it the other way around, where I scale to fit everything, and then size down the nav buttons. I have tried that as well, but no luck.

I found similar code to the above on other forums, and it works for other people. Am I constrained/limited because it's an externally linked FLV that I'm trying to resize?

What am I doing wrong??

Thanks!

C.
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to