1
vote
1answer
62 views
How do I load multiple large images and video in Actionscript 3.0?
I am creating a Flash site for a client who wants to display many (about 15) fairly hi-res photos as well as a video. I am using the Video class to display and control the video, a …
1
vote
2answers
38 views
Preloader in actionscript 3 - Reference Error on getDefinition()
I'm writing a preloader:
package {
import flash.display.DisplayObject;
import flash.display.Sprite;
import flash.text.TextField;
import flash.display.LoaderInfo;
…
0
votes
0answers
33 views
Flash AS3 Preloader error: 1120 access of undefined property, preloader?
I'm a complete newbie to this, I've been watching tons of tutorials, reading tutorials, reading the Adobe site, etc... The last time I programmed was BASIC on Apple IIe...
I'm t …
0
votes
0answers
27 views
AS3 project workflow when using bulkloader in a preloader
I've worked on some recent projects where I load many swfs and other assets in a main site preloader, then access these items later (from other classes, not within the preloader) w …
1
vote
1answer
54 views
Preloading Images defined in a CSS file
Hi,
I am aware of ways I can preload images (and css files) using hidden embedded tags/includes, css styles and javascript but these all rely on the need to embed an extra tag or …
0
votes
3answers
65 views
Main SWF preloader problems
Hi,
I'm trying to set up a preloader to show the load progress of the main swf, which has all of it's assets embedded. I found the factory class method as described on bit-101, bu …
0
votes
1answer
19 views
preloader for external as2 swf
all i need is a preloader to run and when it detects the swf is loaded it will stop and the map.swf will start to run. I have trawled the net for weeks with no luck. I have a mas …
0
votes
3answers
71 views
How to create WPF Application Preloader (like one on this Word 2010)?
How to create WPF Application Preloader (like one on this Word 2010 Prt Scrn)? Drag able and Close able=)
0
votes
1answer
40 views
Preloader size guidelines
Hi guys,
I'm working on a high-end flash site (AS3) with lots of video, hi-res graphics, and sound effects; needless to say, the initial preloader's got a lot of work to do (just …
1
vote
1answer
62 views
How do I get rid of white background on my SWF file?
I'm putting a SWF file into an HTML page in GoLive, and even though all my code and SWF file are set to a blue background, there is a quick second during the loading of each page w …
0
votes
0answers
22 views
Coda slider sans preloader
Hi, I am working with the latest version of the Coda Slider
http://www.ndoherty.biz/2007/10/coda-slider-11/
and I was wondering if anyone had any ideas for me on how to handle t …
0
votes
0answers
34 views
Preloader doesn’t work online
My preloading bars work fine on my computer, but get all crazy when put online.. they either stop in the middle and the actual swf doesn't appear, or they don't work at all.
How ca …
0
votes
1answer
58 views
Preloader problem in flash actionscript2.0
I am having two problems in the loader, the bar "bar" does not increase and mc_home get the position y = 0 no matter where I place the pages_mc nor their place the pages_mc._y = 10 …
0
votes
2answers
96 views
Flash actionscript 2 preloader quicky
Hello,
just a quick question reguarding how to make a preloader animate backwards. So the bar decreases in width as the load number gets larger.
Here's my code
onClipEvent …
0
votes
2answers
77 views
AS3 - Unordered XML IMG loading
Hello,
I have this code that loads thumbs and full images in my project:
private function processXMLHandle(e:Event):void
{
var xml:XML = new XML(e.target.data);
for each ( …
