473,394 Members | 1,878 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Simple progress bar question

164 100+
hello flash gurus, I am trying to get a very simple task done and for the life of me I cannot get it!

www.shawnamariephotography.com

If you go there I am sure you will see my problem. I took the easy way out and used the progress bar component and the loader component.

I just need the progress bar to be invisible once loaded... Can anyone tell me what to add and where to add it???

here is my actionscript

//*
//Requires:
//- Loader component on Stage (instance name: my_ldr)
//- ProgressBar component on Stage (instance name: my_pb)
//
System.security.allowDomain(" http://www.shawnamariephotography.com");
var my_ldr:mx.controls.Loader;
var my_pb:mx.controls.ProgressBar;
my_pb.__set__source(my_ldr);
my_ldr.__set__autoLoad(false);
my_ldr.__set__contentPath(" http://www.shawnamariephotography.com/waiting.swf");
//when autoLoad is false loading does not start until load() is invoked
my_ldr.load();

thanks a ton everyone!
Oct 3 '07 #1
1 2446
mbatestblrock
164 100+
theres got to be someone that can help me with this!
Oct 4 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

13
by: Martin Mrazek | last post by:
Hi, I check data validity in html form by JS. Something like for (i=0; i<document.form.elements.length; i++) { chechkValidity(i); } Unfortunately, the form has about two thousands elements...
3
by: John Wells | last post by:
Guys, Bruce mentioned I should repost this with Progress in the title. My friend's company is desperately trying to move from Progress to an open platform and is seriously considering Postgres...
8
by: Dino M. Buljubasic | last post by:
I am trying to create a pop up progress bar (on a form) that would show progress from downloading files from an FTP server. any help will be appreciated
3
by: Geoff Jones | last post by:
Hi I posted a question yesterday but didn't get any replies - probably because I didn't give enough information to what I'm trying to do, so here we go again but this time with a bit more...
3
by: Benny Schudel | last post by:
hello how can i simple transfer a file from a server to my server and display the progress with ajax in the users browser? i've tried with curl, but i cant get the progress. are there any...
8
by: WhiteWizard | last post by:
I guess it's my turn to ASK a question ;) Briefly my problem: I am developing a Windows app that has several User Controls. On one of these controls, I am copying/processing some rather large...
0
by: serge calderara | last post by:
Dear all, In a status bar object there is a way to build Panels in order to organise inofrmation in the status bar. But How can I attach as a statusbar panel content, a progress bar control...
1
by: darrel | last post by:
I have a web form where people can/will be attaching rather large files via a file upload field. I'd like to provide a progress bar and the easiest way to accomplish that seems to be to...
4
by: David Bonnell | last post by:
I have a Windows Forms app that is intended to launch via the SendTo feature. I want it to perform work (in the background) while updating a progress bar in the main window. The problem: I want...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.