LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-08-2004, 10:43 AM
andybateman andybateman is offline
Registered User
 
Join Date: Sep 2004
Location: Taunton
Posts: 5
Rep Power: 0
andybateman is on a distinguished road
Loading an externally defined image

What i'd like to do here is, load the asp file every 20 seconds, and load the image defined in the asp file...

thefile=http://helpdesk.richuish.ac.uk/announce/background/rhc.jpg

so i've got a bit further than this but i've rolled it back to this which is what i can understand


loadVariablesNum("http://helpdesk.richuish.ac.uk/announce/image.asp", this);

var wwinc_mcLoader = new MovieClipLoader();
wwinc_Listener = new Object();

wwinc_Listener.onLoadComplete = function(target_mc) {
trace ("help");
target_mc.onEnterFrame = function()
{
this._width = 822;
this._height = 565;
}
}

wwinc_mcLoader.addListener(wwinc_Listener);
wwinc_mcLoader.loadClip(thefile, "Image");


Any help would be very useful, i have found lots of bits of code out there but am stuggling to put it together..

Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Change the loading screen to a custom image? NicoLakesDesign Flash Catalyst 1 06-28-2011 02:18 PM
loading files externally.. aa7on Flash CS3 / Flash 9 1 09-01-2009 09:29 AM
loading external image, reisizing, and basic animation help Eternius Newbies 0 08-20-2006 02:27 PM
Loading image into a movie spaced Flash MX ActionScript 1 02-05-2005 03:43 PM
Loading the same image multiple times marcushouse Flash MX ActionScript 5 08-29-2003 07:30 PM




All times are GMT. The time now is 07:55 PM.