|
||||||||||
|
|||||||
| GoogleCommunity Sponsor |
|
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Noogle
![]() Join Date: Mar 2009
Posts: 22
Thanks: 3
Thanked 0 Times in 0 Posts
![]() |
need help for reloading in flash file
Hello all
i need some help to solve a problem in my flash the problem is that flash file reloading on each page seperately, n usually its uploaded once y is this problem happening: using this script on loader: onClipEvent (load) { total = _root.getBytesTotal(); } onClipEvent (enterFrame) { loaded = _root.getBytesLoaded(); percent = int(loaded / total * 100); text = percent + "%"; gotoAndStop(percent); if (loaded == total) { _root.gotoAndPlay(2); } // end if } and this script on first frame: stop (); _root.aaaa = 10; setProperty("", _quality, "BEST"); _root.link = _root.button; _root.Olink = _root.link; _root.i = 2; n this on second: _root.em.useHandCursor = 0; please help out if anybody knows
|
|
|
|
|
Sponsored Links
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Signature File | PMHayes | Social Networking | 12 | 03-07-2009 03:50 AM |
| Log file | Hit man | Search Engine Optimization Forum | 3 | 07-31-2007 02:54 PM |
| How do i upload a file | h4mza | General Discussion | 4 | 10-22-2006 02:52 PM |
| Editing a php file | Anita | Web Design, Coding & Programming Forum | 3 | 06-20-2006 04:53 PM |
| Gmail infinitely reloading in both browsers! | rmagruder | Gmail Forum | 5 | 06-10-2006 12:11 PM |