How can I add a text preloader to this code

This is a discussion on "How can I add a text preloader to this code" within the Flash & Multimedia Forum section. This forum, and the thread "How can I add a text preloader to this code are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 3rd, 2007, 22:09
Junior Member
Join Date: Apr 2007
Location: Market Harborough
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
How can I add a text preloader to this code

Hi

I've been working on a site where swf's are loaded into main movie with transitions between the sections. I have the following code on the mcContainer...

Code: Select all
onClipEvent (enterFrame) {
if (!loaded && this._url != _root._url) {
if (this.getBytesLoaded() == this.getBytesTotal()) {
loaded = true;
_root.transition.gotoAndPlay("opening");
}
}
}
How can I add a text percentage preloader into this code? I can normally add a preloader to movies, but can't seem to put any of it into the existing code without errors or effecting the loading of swf's

Please help me...

Thanks
Wayne
Reply With Quote

Reply

Tags
preloader, text

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Code that will change variable name of Dynamic Text KathyDeV Flash & Multimedia Forum 0 Mar 5th, 2008 17:54
Allowing people to edit text without accessing the HTML Code. Eamon Starting Out 3 Feb 7th, 2008 20:11
Help with preloader tcpodg Flash & Multimedia Forum 2 Dec 6th, 2007 13:57
Help with preloader huminuh83 Flash & Multimedia Forum 4 Jan 6th, 2007 20:10


All times are GMT. The time now is 15:00.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43