Skip to main content
Participant
October 20, 2008
Question

Rotatiing Gear or Symbol for loading

  • October 20, 2008
  • 5 replies
  • 965 views
Hello Forum Members,

I have seen (particularly when a MAC computer boots up, etc) a "gear-like" symbol that gives the appearance
of rotation that some flash programmers use when an image loads. I have seen this on various flash sites (like JetPhoto.com). Where can I get that symbol? I would like to use that instead of text indicating percent loaded, etc.

Any tips?

Thanks
eric
This topic has been closed for replies.

5 replies

October 28, 2008
XML stream... sorry, not sure what you mean. There's no such thing as an XML video stream. Are you using an FLVPlayback component? Are you using NetStream and NetConnection to connect a video to a Video object?
Inspiring
October 29, 2008
Hi,

I am sorry, I did mean "NetStream and NetConnection to connect a video to a Video object". Thanks for your time.
I've been a busy bee lately, and am sorry for the delayed response.

Kind Regards,

Boxing Boom
Inspiring
October 30, 2008
Hi,

I am sorry, I did mean "NetStream and NetConnection to connect a video to a Video object". Thanks for your time.
I've been a busy bee lately, and am sorry for the delayed response.

Kind Regards,

Boxing Boom
October 27, 2008
Well, the code snippet would depend on how you are loading the video. :) How are you loading video?
Inspiring
October 27, 2008
Hi,

XML stream.

Kind Regards,

Boxing Boom
October 27, 2008
Well, it depends on how you load the video. But whatever way you do, you'll want to listen for a video event that tells you the video has started playing.
Inspiring
October 27, 2008
Hi,

Thanks Abeall. Has anyone on this forum, got any code snippets in relation to this?

Kind Regards,

Boxing Boom ;)
eholzOneAuthor
Participant
October 20, 2008
hello Boxing Boom,

gear = new Loader();
gear.load(new URLRequest("images/ajax-loader.gif"));

//when your image is loaded (from a loader)
photoLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, showProgress);

photoLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, removeTimey);

This web site has a really good example of this:
http://chrisbrimelow.com/blog/?p=20

and abeall - thanks for the link
Inspiring
October 20, 2008
Hi,

Very nice; That's what I'm talking about ;)

Kind Regard,

Boxing Boom
October 20, 2008
The gear graphic, if you're thinking of the same thing I am, often called a spinner, usually does not serve the purpose of showing any sort of percentage of completion -- it simply tells the user to be patient because the computer is thinking/loading, and should be done soon.

It's pretty easy to make one in Flash. But if you are looking for one already made, you can get animated GIFs here:
http://www.ajaxload.info/
Inspiring
October 20, 2008
Hi,

Have you got a code snippet at hand, such as COMPLETE for showing and removing the gif within a mc; when content has finished loading. ;)

Kind Regards,

Boxing Boom