Is it possible to change the position of the FMS chat component in different frames?
i have developed application using various fms2 communication components. 1 of chat component. application has various display modes (minimized, normal, maximized). these display modes require chat component instance resized , repositioned on screen. took approach of having separate frame represent each of display modes.
the problem having chat component won't resize or relocate size/position on first frame. visual layout isn't respected, , calling this.moveto(x,y) has no effect either. way can component have desired behavior comment out last line of chat component actionscript:
this.setsize(this._width,this._height);
of course, doing this, chat component appearance horrible. have narrowed down 2 set assignments occur within setsize function. if either one, or both called, component gets "stuck". assignments are:
this._xscale = 100;
this._yscale = 100;
anybody else run , come solution?
try chat_mc._height , chat_mc._x instead.
More discussions in Adobe Media Server
adobe
Comments
Post a Comment