ActiveDen

10-Pack Preloaders (AS3)

  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 1 and 9 items
  • United States
  • Referred between 10 and 49 users
RJFlash says

Very nice! Cool effects and Great styles! :)

3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
  • Referred between 1 and 9 users
zillustrator says

nice pack

3 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
  • India
  • Referred between 1 and 9 users
satya4satyanm says

Dude all your works are nice

I will make them use in projects

3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • Egypt
  • Referred between 1 and 9 users
dalemo says

very nice

3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 1 and 9 items
  • Belgium
Grafik_fighter says

very nice pack…

3 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
mgason says
Purchased

Hi, I am using the TrailingNumbersPreloader. I am not getting any text appearing, just the line. I installed the font. I checked the textbox, numerals for that font are embedded in the properties panel.

To test I took your supplied sample file, added a frame and put in a large photo in frame 2 with a stop action. when I tested, using simulate download, I get the line, no numbers falling.

any ideas?

mark

3 years ago
Author
Modulus Modulus replied

Hi mgason,

It definitely sounds like an embedding issue. Make sure that you type the name of the font in the ‘Settings’ action frame. It needs to be spelled exactly the way that the font is named on your system. You also need to make sure that you embed the numerals which it sounds like you did already. Here’s the variable you need to change:

var txtFont:String = “Alte Haas Grotesk”;

Change Alte Haas GrotesK to whatever the name of the font is that you’re using. That should be all that you need to do. If that doesn’t work, try a test run just using ‘Arial’ or another common font just to see if it will work. Some fonts do not include numerals, so you may also check to make sure that numerals are included with the font that you chose in the event that Arial works for you. If none of that helps, contact us through the contact form on our profile page and we can work you through it. Thanks for purchasing.

3 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
mgason says
Purchased

Hi again, thanks for the reply.

I tried other fonts, no luck.

I did change the font both in the properties/character dialog and the code.

I did download Alte Haas Grotesk. Both bold and regular.

It appears in my font list in flash.

The embed dialog says numerals are embedded.

I was surprised to see the text box is set to input text.

making it dynamic made no difference.

I am using CS4 .

After messing around for a while I took a fresh copy of your file from the download.

I touched absolutely nothing except to…

add a second frame with a 250k photo file

put a stop action in frame 2.

I get the line but no numbers as before.

My file is here if you want to take a look. http://dl.getdropbox.com/u/381686/TrailingNumbersPreloader_problem.fla.zip

I am baffled Thanks Mark

3 years ago
Author
Modulus Modulus replied

That is indeed baffling, because your FLA is working for me just fine. Without making any alterations, I can publish and the SWF shows the numbers. Run locally, it loads so quickly that all of the numbers are at the end already and display in one large flourish. If I simulate the download in Flash it runs as expected, with the numbers appearing as the line moves across the stage. I understand that you’ve downloaded the font, but I wonder if it is in fact installed correctly. Do you receive any messages when opening the FLA in regards to having to pick a substitute font?

I’m also able to change the font without issue. Again, this is a two-step process, requiring you to first change the font of the text field in the MovieClip, and then assigning the ‘txtFont’ setting in the MovieClip to the exact name of the font as it appears in the font list in Flash.

I apologize if I’m repeating myself, but since your FLA works successfully on my machine, I’m left to assume it is still an issue of having the font properly installed. If you have further issues with it, please e-mail us from the contact form on our profile page. From there we can e-mail you directly regarding the issue and perhaps send you a few variations of the file to try and pinpoint what’s causing your problem.

3 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
saamarth says
Purchased

Hi,

I am doing the steps as given in the documentation, but while compiling the file, it gives me lot of errors and loader is not working for me.

Steps i am following are:

====================== Using this preloader in your project is easy to do! To get it set up, follow these steps:

Open the CapsulePreloader.fla file that came with your purchase. Copy the MovieClip in the library (named “Capsule Preloader”) Paste the MovieClip into your project’s library. On Frame 1 of your project’s timeline, drop an instance of the Capsule Preloader MovieClip onto the stage/canvas. Have the rest of your project start on Frame 2. That’s it! The preloader will automatically stop your project on Frame 1 until it has finished loading, at which point it will begin playing at Frame 2.

========================

I am using CS4 for this.

Some sample errors:

The class or interface ‘uint’ could not be loaded.

2 years ago
Author
Modulus Modulus replied

Hi saamarth,

From your sample error, it looks like you’re trying to use the preloader(s) in an FLA that’s set up for AS2 . The preloaders are written in AS3 , and need to be used in FLAs that are set up for AS3 .

You can change the version of Actionscript being targeted by going to File >> Publish Settings. On the window that appears, click on the tab labelled, “Flash”. There you should see a drop-down menu for which version of Actionscript is being used for that FLA .

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
cfusion says

Can any of this preloaders preload external files? Thanx.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
pipelayer83 says
Purchased

Hello. I am using fullscreenlinepreloader.

My site is built on AS 3 .0 CS4

I followed directions and placed it in my first frame.

I made sure there is no other content in that frame at all.

I get this message after preloader runs.

TypeError: Error #1009: Cannot access a property or method of a null object reference.

at index_fla::FullscreenLinePreloader_1/reDraw()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at fl.containers::UILoader/drawLayout()
at fl.containers::UILoader/draw()
at fl.core::UIComponent/callLaterDispatcher()

again I made sure I have nothing in the first frame not even an actions layer it is blank. Then my 2nd layer begins my intro to site. What am I doing wrong.

2 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
johnblaze says
Purchased

Hi Modulus I purchased your complete 10 loader pack and I am using the wave loader but I noticed that it is always centered in the middle of the stage…What do I have to do or what code do I have to delete so that I can place the loader anywhere I want on the stage??? please let me know thanks…great work.

johnblaze jmgraphix@hotmail.com

2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Brazil
ghost77 says
Purchased

Hi i have purchased your preloaders, they was working great with flash cs3 but now i’m gettin problems with flash cs5, there is only dots of the adobe default preloader, and your preloader apears only at 100%, can you help me to fix this problem please Thanks a lot

2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Brazil
ghost77 says
Purchased

No answers anymore ?

1 year ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 10 and 49 items
  • United Kingdom
FlashMatrix says
Purchased

Great Pack!, works perfect.

1 year ago

by
by
by
by
by