This is a discussion on Displaying Progress bar within the Flash Actionscript Programming forums, part of the Web Development category; Can anybody tell me how to create progress bar that indicates how much of the movie has been loaded? Currently ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Can anybody tell me how to create progress bar that indicates how much of the movie has been loaded? Currently my flash animation is displaying nothing while the file is being loaded and this seems to be imperfect. Please help. |
| Sponsored Links |
| |||
| Hi, Why not. Use the CellRenderer API in flash. The CellRenderer API is a set of properties and methods that the list-based components (List, DataGrid, Tree, Menu, and ComboBox) use to manipulate and display custom cell content for each of their rows. This customized cell can contain a prebuilt component, such as a CheckBox component, or any class you create. <aramesh> |
| |||
| actually, i'm also interested in finding out how to make a progress bar. mind would just load the whole flash movie and show how much was loaded. then a play button would show up so that the animation can go on. It's not complicated, but i'm not sure how to do it. thanks |
| |||
| Hello buddies Try the following code to show a loading progress text for the movie Place the code in the first frame which has a text box named loading_txt Quote:
if you use any flash components it will take time to load the first frame, so the progress will be displayed after a short delay to avoid this you have to change the flash settings. ie instruct the flash to load the components & classes in the second frame( it means your components should be placed / used after the 2nd frame.
__________________ SeeSamJagan- Sky is not the "LIMIT", Death is not the END, There is still something beyond.... |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Merging two Data Tables and displaying in DataGrid | S.Vinothkumar | VB.NET Programming | 8 | 03-27-2008 02:37 AM |
| Two-Way Progress Bar in VB.NET | Gopisoft | VB.NET Programming | 0 | 07-13-2007 10:38 PM |
| Setup Project - Displaying Messages using Launch Conditions | raja | C# Programming | 0 | 05-08-2007 03:16 AM |