My application's creationComplete="onInit()" has a lot of processing. Therefore I want to mask the entire application with a lightbox-style loading screen while the processing is being handled. The screen should be dark and a loading animation image in the center. After onInit() is completed the loading screen is removed.
My thoughts a...
Hi guys, I was wondering if there are any good workarounds to load a MP3 file into a Flash app but not via the Sound class but as a ByteArray via URLLoader and then give it to the Sound class play playback/etc.?
I know about this workaround http://www.flexiblefactory.co.uk/flexible/?p=46#more-46 ... basically wrapping the loaded MP3 dat...
This took me a few hours to solve so I hope it helps someone else. My gotcha was one of the addition PHP ini files was loading an old version of ioncube. It was simple looking back...
If you are installing Ioncube Loader on Virtual Private Server with Plesk checkout
http://blog.ucvhost.com/?p=126
Get correct ioncube version from
ht...
I have five SWF files that are loaded into a main SWF. All five load when testing in the Flash CS3 IDE.
When testing in the browser, only three of the five SWF files load. Loading just haults after the first three. No IOErrorEvent is triggered, and I am sure that the URLs for the SWFs are correct.
I have used MonsterDebugger to pinpoin...
I'm working on a game engine and I'm too much of a wuss to write image loaders for multiple formats, so my question is this: Is there an abstracted image loading library to load image files? I just need to load files then splat them on to the screen using an array of pixels.
...
I'm building a project with ant and during the build I'd like to bundle a number of property/config files directly into the .jar to make distribution simpler. I've been successful in adding these files to the .jar, but I'm unable to load them in my program.
What is the procedure to open/read a file that's been bundled into a .jar file?
...
There are some others applications doing this, like Twitter, Facebook, or even native applications such as Android Market. When you want to display a list of items retrieved from the internet, this looks like a standard way for displaying the user some notification about action in progress. This is a white background screen with an anima...
Hello again, after reading the responses I have rewritten my question.
Let's say I have a theoretical php application that uses objects that do different things.
For every page that gets loaded by the application, different scripts will be run.
now I made a simple php script that creates a simple object.
(this is all made up, I'm just ...
I'm doing some research for a project that I might be doing soon, and I'd like to build it in Flex or Flash builder, but I just have a question.
I looking to build a sort of admin section of the application for users to sign and view personal data. The rest of the application would be split up into different sections or "modules" contai...
Hi guys,
I'm having a very annoying issue on Firefox 3.6.8.
I have this sample plugin:
(function($){
$.fn.test_plugin = function(settings){
$(this).load(function(settings){
alert('ok');
});
};
})(jQuery);
And at the bottom of the html page something like this:
$(function(){
...
Im thinking of storing a large number of files in a folder and load them into my C# program. The problem I thought about was the performance when loading a file to read from, from a folder that contains very many files. Will the time to load and read from a file be about the same when there is one file in the chosen folder or one million...
Say I have the following code in my html:
<html>
<....>
<img src="the-image.gif" />
<....>
</html>
Is it possible to avoid loading the image using javascript? I want to load it later, using javascript. But I don't want it to be loaded automatically.
I am trying to delay the request of the image.
Thanks
...
I have got list that is filled with data from internet.
Datas are downloaded in chunks. At the end of the list next portion of data is downloaded and added to the list.
I'm detecting list end with help of onScrollListner:
@Override
public void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount) ...
Hi All, When my application first loads on the iphone it throws up a black screen for about 1/2 a second than it goes into the app. Im just wondering what screen this is that first shows on load? I would like to edit it so i can show my logo on it so the user doesnt just get a black screen.
It is an application based off the standard na...
JSP/HTML page loading / rendering is taking too much time in Internet Explorer (IE).
Same JSP/HTML page is loaded/rendered in Firefox very fastly.
IE is taking 4 mins to load a JSP/HTML page and same page is loaded in Firefox in 1 mins 20 seconds.
It's really surprise to me.
What is the reason for taking too much time in Internet Ex...
Dear folks,
A question that hasn't popped here before:
How to start downloading / truly loading a page (html or php) inside a jQuery modal/dialog window, AFTER a link or button is clicked?
See, currently i blieve that all .load() url objects HAVE to be inside the page and load is actually just opens them, doens't really start fetching ...
Hi guys..
I am trying to build a youtube player in Actionscript 3 and I got a questions regarding video cue. I have my loaded progress bar and playheard in my player. Everything works fine if user just watch the video from beginning till end.
However, if the user clicks on my progress bar to jump to the specific part of the video, ...
I am having strange problem, whenever my site is loaded for the first time in the browser, its jquery and slider doesnt work at all........ then when i refersh the page it loads it properly....
I am using Firefox latest 3.6.8 version
CSS is loaded before jquery and slider scripts
here is the link for website link text
I fixed the butto...
Hi there,
I want to load jquery-admin.js while on admin module, and jquery-site.js while on the front end ( site ) module.
I also initiated the request from the bootstrap so that I can get Zend_Controller_Request_Http data before the bootstrap dispatches( I am afraid that it doesn't work ) like this:
public function _initRequest()
...
Im currently developing a car related website in which I want to create a very stylish progress bar with javascript (not flash). I want it to look similar to a speed indicator, like this: http://www.crestock.com/images/1260000-1269999/1260687-xs.jpg
So I have done great couple of Google searches for javascript bars but only found simple...