Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
preloader za vanjski swf

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Flash
View previous topic :: View next topic  
Author Message
Rino



Joined: 16 Jun 2009
Posts: 7
Location: split

PostPosted: 12.12.2009 17:04    Post subject: preloader za vanjski swf Add user to your forum ignore list Reply with quote

Znam da je ovo pitanje postavljeno već miljon puta ali eto nisam uspio naći pravo rješenje... uglavnom radi se o jednom swf (25 mb) koji je ubiti swf exportan iz AE i nemogu ga editirati niti niti otvoriti i davati akcije na frejmove...

Dakle trebam taj B.swf pozvati u neki A.swf i isto tako da iman preloader u A.swf za B.swf...nadam se da ste me skuzili Smile

Ja sam to pokusao na sljedeci nacin


FREJM 1:

total_bytes = _root._level1.getBytesTotal();
loaded_bytes = _root._level1.getBytesLoaded();
remaining_bytes = total_bytes-loaded_bytes;
percent_done = int((loaded_bytes/total_bytes)*100);
bar.gotoAndStop(percent_done);
if (percent_done > 99)
{
gotoAndPlay("start");
}


loadMovie("intro.swf", 1);
_root._level1.stop();


FREJM 2:
gotoAndPlay("1");


FREJM 3:
stop();
_root._level1.gotoAndPlay(1);



i naravno ne radi... loader se samo vrti u krug...

_________________
www.studiobaranda.com
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Flash All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group