I say you need first learn flash and than think of building website in flash. I'm not pro in this area but at least I do have some backround knowledge of this tool. Firstly get started with tutorials provided with your copy of flash/ get a book, than you may try some simple trick which are online.
If not you get your self into troubles and than you quickly abandon idea of using Flash
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
rinoa04
Junior Poster in Training
84 posts since Sep 2006
Reputation Points: 52
Solved Threads: 4
simple select that box view action panel and add this code. you will understand the code urself if you know about onClipEvent, if and all
onClipEvent (load) {
this._width = 1;
this._height = 1;
var i=1;
}
onClipEvent (enterFrame) {
if(i<=250) {
this._width = this._height=i;
i++;
}
}
vishesh
Nearly a Posting Virtuoso
1,381 posts since Oct 2006
Reputation Points: 85
Solved Threads: 42