User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Graphics and Multimedia section within the Web Development category of DaniWeb, a massive community of 392,371 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,688 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Graphics and Multimedia advertiser:

Designing website in flash

Join Date: Oct 2006
Location: India
Posts: 1,289
Reputation: vishesh is on a distinguished road 
Rep Power: 4
Solved Threads: 32
vishesh's Avatar
vishesh vishesh is offline Offline
Nearly a Posting Virtuoso

Re: Designing website in flash

  #6  
Oct 16th, 2006
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++;
    }
}
Last edited by vishesh : Oct 16th, 2006 at 3:03 pm.
Reply With Quote  
All times are GMT -4. The time now is 12:56 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC