Adobe® Flash® ActionScript® 3.0 Loader class, used to load SWF files or image (JPG, PNG, or GIF) files
-4
votes
0answers
32 views
obj. file doesn´t show the hole object
I have a problem with the object loader. It shows the object but only some triangles. It doesn´t fill the whole object. I tried with different .obj files and there is always something missing. So it ...
1
vote
1answer
20 views
AS3 Loading Image URLrequest - getBounds returns no values
I need to get the width and height of a flag I am loading into another movie so I can place it in the right location. Why is my getBounds not picking up the dimensions of the flag?
function ...
0
votes
2answers
14 views
TypeError: Error #1034: Type Coercion failed:
Attempting to load up an swf inside my file and I'm getting the following error:
TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::MovieClip@32264f91 to ...
0
votes
0answers
5 views
Can you have a loader without fragments
Very basic loader question.
My WIMMOne watch uses Android 2.1 (version 7).
There are no orientation changes, etc. with a watch. The small screen does not have room for any layout changes. So no ...
0
votes
1answer
22 views
How to “white out” old content while loading new with ajax?
I just made my first activity loader which I will display while loading a shipping_estimate.php file into the current file. What I also want to do is to have the old content covered with ...
0
votes
1answer
29 views
how can getActivity() be used to return context in a fragment class?
I found some example code that does not make sense, this.getActivity() method is used in the code shown below. in the parameters for the CursorLoader() method, the first parameter is context, and ...
1
vote
1answer
19 views
Oracle external table logfile showing file not found when table not accessed
We're using in Oracle 11g Release 2 an ORACLE_LOADER type external table to import data from a CSV file to a table. The external table has a dummy filename set for the LOCATION value, as the users ...
0
votes
2answers
29 views
Use Loader class within a hook in CodeIgniter
I have this function that is in a hook:
public function checkIfLogged() {
$this->CI = & get_instance();
if(!$this->CI->session->userdata('logged') ){
...
0
votes
0answers
26 views
Loader seems to be in an endless loop
I've tried this with several different SWF files to make sure it wasn't something to do with the one I actually want to load
package
{
import flash.automation.ActionGenerator;
import ...
-1
votes
0answers
35 views
OpenGL OBJ Loader Objective-C Mac OS X
I have looked everywhere over the internet for wavefront OBJ loaders. I have found ones for iOS written in objective-c and ones written in c & c++ but none in objective-c for mac os x. Please if ...
1
vote
1answer
28 views
How to write RequireJS loader plugin with cache?
I'm writing a RequireJS loader plugin. The plugin fetches html fragments cross domain via EasyXDM. It's invoked using the loader syntax, like this:
'html!someTemplate,#fragmentSelector'
Since ...
0
votes
2answers
53 views
AS3 loader within class instances
I'm designing a small game and I'm creating a class for a mob object. The class contains some broad variables that will be useful in creating multiple instances of this object. I was wondering if it ...
0
votes
2answers
60 views
Show loader while waiting for servlet to forward to next page
I have an index.html where I have a form. When I press submit that form does a POST request to my servlet. This servlet does some heavy things and then forwards to a jsp. What I want is when I press ...
0
votes
0answers
70 views
Zend Guard Run-time support missing
I have Installed Zend guard loader on my CentOS 6 VPS but when going to my site its showing "Zend Guard Run-time support missing!".
when I run this # php -i | grep Zend I got
Zend Extension => ...
0
votes
0answers
43 views
Android Loader application resume
I am building an application that scans the sdcard for music files and put it in a listview.
Since it's a big process I put it in a loader and my callback will create a new adapter and set it in my ...
-2
votes
0answers
11 views
Bar Page Loader
im searching for a jquery script that shows a progressbar when the page are loading.
As example mega.co.nz.
Someone knows a script for this?
I know how to do with a page loader gif file, but i want ...
0
votes
1answer
20 views
Knockoutjs default loader doesn't show up on first click
I'm using a knockoutjs extension to place a loader on top of an element that is loaded from an ajax request so that a loading gif is show while the request is executing.
The fiddle is very basic:
...
0
votes
1answer
21 views
Download Files using a For Each Loop
Please keep in mind that I am a TOTAL NOOB. I am not asking anyone to code my entire project, but I am easily lost in many cases. Your help and patience is much appreciated ...
My AS3 code looks ...
0
votes
0answers
27 views
Pageloader as sample mega.co.nz
Im searching for a nice clean loading screen in jquery, as sample : mega.co.nz
Its clean and nice, does someone know ?
Thank you
Chris
0
votes
1answer
18 views
Confluence: SWF/SWF Linking Works in Preview, Not on Live Page
Has anybody encountered where your loader SWF loads the SWF it links to just fine in Preview mode, but then when you Save and view the live page, the loader doesn't load the SWF? This is my first ...
0
votes
1answer
85 views
AS3 SWFs Loading External Files; Change default location
If I have a SWF and an XML file sitting in the same folder, is there a way to get the loader to use the location of the SWF as its starting point for loading the external file (as opposed to the HTML ...
0
votes
0answers
98 views
How do I properly use asynctaskloader in Android?
I'm writing a twitter android app, using OAuth. when I do consumer = new CommonsHttpOAuthConsumer(Constants.CONSUMER_KEY, Constants.CONSUMER_SECRET);, I believe it tries to access the internet. Since ...
0
votes
1answer
20 views
Dispatch custom event onto a dynamicaly loaded SWF
in my Main class I dispatch an event that should be recived by a .swf file, I did load earlier (via loaderMax). Unfortunately the eventListener doesnt recive the dispatched event and therefore doesnt ...
0
votes
0answers
15 views
Force Apache to return Content-Length for regular PHP pages?
I am bulding an ajax website and it needs to have a percentage loader for the new pages. New pages are ajax loaded, cached and slided with animation. Anyway, in order to do that, I need to fetch ...
0
votes
2answers
148 views
Universal Image Loader use from asynctask
I want to use UIL from asynctask.
import com.nostra13.universalimageloader.core.DisplayImageOptions;
import com.nostra13.universalimageloader.core.ImageLoaderConfiguration;
public class ...
0
votes
1answer
38 views
Loading in a movie clip after score reaches certain amount
I have almost finished my project, however when I try to load in a movie clip in my library when the score I have reaches 100, it removes the game from the stage, but doesn't show the screen that I am ...
0
votes
0answers
57 views
java.lang.ClassCastException with android on loaders/asynctaskloader
Making a twitter android app. Trying to make the OAuth work. I'm getting a java.lang.ClassCastException when trying to initialize the consumer.
Here's my main activity plus the asynctaskloader class:
...
0
votes
1answer
63 views
NullPointerException with android on loaders/asynctaskloader
Making a twitter android app. Trying to make the OAuth work. I'm getting a nullpointerexception when trying to initialize the consumer.
Here's my main activity plus the asynctaskloader class:
public ...
0
votes
0answers
191 views
How use Android Universal Image Loader to catch image(s) and use them into layout background?
I'm doing some research on Universal Image Loader library and I found It awsome. But I have a doubt. I want to download an image from an URL, catch It into SD/Internal memory and use It into a Linear ...
0
votes
1answer
29 views
Jquery loader only works for the first request
I'm actually trying to had an 'ergonomic touch' for my app, so I got 3 links that get html content and load it into a div. All works fine except the loader which only appears during the first request. ...
0
votes
1answer
69 views
php - Create adodb db2 loader in codeigniter
can anybody helpme to create adodb loader for db2 database in codeigniter. I've try to use some library and it work for oracle database, but now i'm confuse of connecting my new codeigniter ...
0
votes
0answers
38 views
Using Loaders with Cursors
I want to use CursorLoaders to load date from database but the problem is i dont want to handle a CursorAdapter or it decants i want to have the Cursor as it is .
here is what i did
class MyClass ...
0
votes
0answers
108 views
SQL Loader difference between Oracle 9i and 11g
With Oracle 9i/Unix, the code below works well:
fields terminated by "," optionally enclosed by X'07'
Table fields, a varchar2(4), b varchar2(4)
Data
1001, "abcd"
1002, "1234"
BUT with ...
0
votes
1answer
38 views
AS3 FLASH AIR - Loader not finding url
I'm having an issue with loading an image using the Loader class.
Can someone see what I'm doing wrong?
// get file folder location
var file = new File(File.applicationStorageDirectory.nativePath);
...
1
vote
1answer
79 views
Adding a button mode to a loaded object/image : ReferenceError: Error #1056
ReferenceError: Error #1056: Cannot create property buttonMode on flash.display.Loader.
This was the error when i wrote a code like this
load123 = new Loader();
url1 = new URLRequest("abalblal.png");
...
0
votes
0answers
23 views
errors trying to use loaders in android
So I'm trying to make AOuth work in android for twitter. Here's the code I'm having errors with:
@Override
public Loader<OAuthConsumer> onCreateLoader(int id, Bundle arg1) {
consumerLoader ...
0
votes
1answer
115 views
Trouble in ListFragment with BaseAdapter
I am trying to create a list with a custom BaseAdapter. I am getting nullpointerexception error, it seem like I could not properly load the data into the Adapter or the View is wrong.
Below are my ...
0
votes
2answers
133 views
Overriding or modifying a Java class constructor at runtime
Ok im basically just looking for a point in the right direction
I have a class being instantiated as part of a sequence (a method goes through a random list of classes and creates 3 instances of ...
0
votes
1answer
97 views
How to create a sprite from an image loaded in Loader()?
I'm loading a background image via the Loader() class and wanted to know if there's a way to create a sprite from that loaded image?
I'm wanting to put a function in an external class file to put ...
0
votes
0answers
53 views
SQL Loader - Load into different tables related to each other
I have the following problem.
I want to load something into different tables (lets say 3) with the SQL Loader.
No problem so far, I know how to do that.
Problem is:
The tables have relations to each ...
0
votes
0answers
263 views
android universal image loader viewpager getting page position
i'm try to get the current page position in order to use it for setting wallpaper and etc i tried to use SimpleOnPageChangeListener on my Viewpager to get the position via onPageSelected my problem ...
1
vote
1answer
68 views
3D perspective not displayed properly if loaded into another animation
For past week I've been trying to make 3D perspective work properly with no luck. I have one "parent" .swf and other "child" .swf loaded into parent. Two of those "child" .swf contain 3D ...
0
votes
1answer
44 views
concrete5 page in content-<div> not editable
I am loading my content into a div using jquery like this:
function loadContent(elementSelector, sourceUrl) {
$(""+elementSelector+"").html('<img src="preloader.gif " />')
...
0
votes
0answers
157 views
Gridview with universal image loader images are loading slowly
i'm using universal image loader to populate thumbnails into gridview from assets gallary but images are loading slowly during scrolling up or down so i think because images are being loaded with ...
0
votes
2answers
70 views
How to add pictures to a container Sprite with forEach and progress bar?
I am successful in loading a single image and creating it using addChild(). Now I am trying to load multiple images into a sprite "Container" using a forEach loop increasing the X value for each image ...
0
votes
1answer
39 views
I have already add an obj model in threejs. How to remove it?
var loader = new THREE.OBJMTLLoader();
loader.addEventListener( 'load', function ( event ) {
var object = event.content;
object.position.z = -700;
scene.add( object );
});
...
0
votes
0answers
159 views
Loading image from another domain in flash
I have a flash application which is emded into an iframe, that is hosted on my domain (hc.ru). However, the swf file is situated at cs1234.vk.me and loads from there. The iframe is emded in the page ...
1
vote
1answer
130 views
Failed to open stream: No such file or directory & Failed opening required
Disclaimer: There are similar kind of issues posted in stack overflow but those questions are their respective answers, neither suited this issue nor their answers helped to fix. Those problems are ...
0
votes
1answer
62 views
simple modal loader
I am new in using jquery. I am trying add in the simplemodal.js (Eirc Martin's simple modal) a function called 'jBox' that will take the data (ie link) and options and using ajax will load the content ...
-1
votes
1answer
53 views
Showing Loader image till Application get JMS response [closed]
I have an application where my request go to JMS and gets response back.
As it is asynchronous, Web page get loaded but sometimes due to large volume of data JMS response comes after some delay.
So I ...




