loader

Best approach for using AJAX loaders?

I've implemented a few poor solutions for bringing up an AJAX loader before dynamically updating a content DIV, but none seem to be "universal", and I find each time I do it I'm reworking it. If I have a DIV with content that updates depending on what a user clicks on the page, and I want to display the loader over this content DIV, what...

AS3 - How to assign names or tags to loader?

Hi, I have a list of images that i’ve loaded with the Loader class, but I’m having a tough time assigning them unique names. I need unique names because I want to remove certain images after a while. Is there a way to assign loaders a name or some unique tag so i can remove them later? thanks. Here's part of my code for (var i = start...

How loader Maps DLL in to Process Address Space

I am curious to know How the Loader Maps DLL in to Process Address Space. How loader does that magic. Example is highly appreciated. Thanks in advance. ...

passing paramaters to a swf via Loader

I have a swf (child.swf) that I wish to load into another (parent.swf). I wish to pass a parameter to child.swf through the loader I am using. Note that I am not trying to pass FlashVars that parent.swf already has, but rather I am trying to simply load a swf through another swf with custom arguments. Any ideas? ...

Environment overrides for Linux linker/loader

Earlier today I asked a question about environ, and one of the more interesting replies suggested that I could gather information using LD_DEBUG. Now I've known about some linker/loader environment variables (such as *LD_PRELOAD*) for awhile, but this one was new to me. Googling, I found a Linux-specific man page discussing environment ...

How can I instantiate class from a swf?

I have an FLA file with objects in the library which I have set to be "classes" (In CS3, right click an item in the library select properties, make sure it's set to export for actionscript, and has a class name) For this exercise, let's call the class "MyClass" If I publish that FLA to an SWC and SWF: I can load the SWC statically, an...

Unable to get ASP.Net UpdateProgress to display

I'm trying to display an update progress loading image whenever my update panel does it's Ajax thing. I've looked around at tutorials and it seems really straightforward but I'm having no luck. Here is pretty much what I have... <div id="panelWrapper"> <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional"> <Co...

Loading models in Zend_Form using Zend Framework

I'm trying to build a form using the Zend_Form component, but the number of elements varies. The information for each Zend_Form element is stored in a database (name, options, validators, filters, etc.). The application I'm working on consists of building surveys which contain a varying number of questions. Each question is associated w...

dynamic text won't disappear

My preloader won't disappear, i have any other graphic inside the progMC it will disappear but text stays there "Loading:100%" function loadProgress(event:ProgressEvent):void { var percentLoaded:Number = event.bytesLoaded/event.bytesTotal; percentLoaded = Math.round(percentLoaded * 100); progMC.prog.text = "Loading:"+String(percent...

What is the fastest way to load data into a ORACLE database with .NET?

I currently have a daily process that loads a large amount of data from a TXT file into a ORACLE database, using a shell script that calls sql_loader. I want to migrate that to a .NET service, but don't want to rely on executing sql_loader from my service. What is the best (and fastest) way to accomplish that? ...

Oracle SQL*Loader getting CDATA values...

Anybody knows how to do this? I know there's a better way of loading XML data to Oracle without using SQL*Loader, but I'm just curious on how this is done using it. I have already a code that can load XML data to the DB, however, it wont run if the XML file has values that contain a CDATA... Below is the control file code which works ...

swf movie over a html page (posh popup)

Hi everyone, I looking to hack something like this: An example >> Just click on "Start PicLens Lite Slideshow PicLens". Did you see how the swf/flash loads on top of the normal page? Im looking to do that :-D If there is some code out there the better otherwise any tips or hits are welcome. Thanks lots. ...

SQL Loader : Load into 2 Tables from 1 controlfile and 1 CSV

Table T1 Structure:col1 number,col2 number Table T2 Structure: col1 number,col2 number,col3 number csv file: row1:1,2,3,4,5,6 row2:1,2,3,4,5,6 I want data in Table T1 as: col1 col2 ===== ==== 1 3 1 3 I want data in Table T2 as: col1 col2 col3 ===== ==== ==== 1 3 5 1 3 5 following ...

easiest static model format to load with java?

What's the easiest static (non-animating) 3d model format to load with Java? I used .obj in C++, but that's a pain to do in java. Is there anything better? ...

Making loaded image draggable actionscript 3

Hi, i want to load an image to stage using Loader and then I want to make it draggable. Loading is done by selecting from tilelist as seen below, but I have no idea about drag and drop in AS3, can anybody help me? I want to make it as simple as possible. Here is my code to load image: var charge1:Loader = new Loader(); addChild(charge1...

How to get the background colour of a loaded swf?

When you load in an external swf at runtime is there any way to get the background colour of the swf? - That is the stage background colour. The loaded swf is uploaded by users, who may or may not know the correct colour. I know that normally this is specified in the html code to embed a swf, but if you run a swf in the standalone player...

Can an AS2 swf be loaded into an AS3 swf? How can I add this to the stage and interact with it from As3 swf?

I am trying to load a swf written in AS2 into an AS3 swf - using Loader class and listening for Event.COMPLETE. in my onCompleteHandler function i want to add this to the stage so Im trying - addChild(evt.currentTarget.content) ... but I get the following error message: Error #2180: It is illegal to move AVM1 content (AS1 or AS2) to...

Google AJAX API loader returning null

Hi, We have been using google AJAX API loader (to get the location of a client based on her IP) as described here: code.google.com/apis/ajax/documentation/#ClientLocation Earlier when the API loader was included in any file then it used to populate the google.loader.ClientLocation property with data about the client but two days back ...

Instruct Window's fusion loader to use system dll first?

i need to deploy an application with a DLL in the application's directory for users on Windows 2000. The dll was shipped with Windows XP an later as a system dll. Windows XP was also when Microsoft introduced the Fusion loader, to resolve assembly dependancies. Is it possible to instruct to not use the version of the dll in my folder,...

child process imports from debug runtime library cannot be resolved

I'm using Visual Studio 2005 Pro with SP1 under Windows XP 32 SP3 to build two native EXEs, A and B. A launches B. The following scenario occurs on my development system, which for now is also my test system. When I link A and B against the debug version of the runtime library, A launches happily but then fails to launch B because the s...