** flash gradient background **
** flash gradient background **
- Started
- Last post
- 3 Responses
- Dcsign
I am looking to create a flash movie with a gradient background which spans the whole browser window but does not resize the content layers.. Does anyone know how 2 do this without embedding another movie on top...??
cheers for the help!!
- fate0
without external movies? No.
- unfittoprint0
http://www.moock.org/asdg/techno…
it's possible___ use the onResize procedure and within the listener event write:resizeListener.onResize = function () {
myBG._y=myBG._x=0;
myBG._width = Stage.width
myBG._height = Stage.height
};
- Dcsign0
cheers unfittoprint .... much appreciated...