Error on Browser refresh

This is a discussion on "Error on Browser refresh" within the Flash & Multimedia Forum section. This forum, and the thread "Error on Browser refresh are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 9th, 2007, 19:48
New Member
Join Date: Sep 2007
Location: Oregon
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Error on Browser refresh

I am having trouble loading a random image in flash.
My images don't load on browser refresh.

Here is my code, let me know if I am doing something wrong
Code: Select all
 var ranNum;    
_root.onLoad = function() {
pics = ["/images/products/imagename.png", "/images/products/imagename.png", "/images/products/imagename.png", "/images/products/imagename.png", "/images/products/imagename.png","/images/products/imagename.png","/images/products/imagename.png"];
theURL = ["http://www.google.com", "http://www.skylabusa.com", "http://www.microsoft.com","http://www.pacsun.com","http://www.adobe.com","http://www.mac.com", "http://www.sun.com"];
 
 ranNum = Math.floor(Math.random()*pics.length);
 holder_mc.loadMovie(pics[ranNum]);
 holder_mc._url = theURL[ranNum]
}
* I replaced my image name with "imagename.png"
Reply With Quote

Reply

Tags
loading, problems, refresh

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to stop the browser refresh on clicking the webbrowser's refresh button ? camarun20 JavaScript Forum 3 Mar 18th, 2008 23:04
When Refresh go 1 again gncreditcards Web Page Design 2 Jan 30th, 2008 18:24
Keep getting error message Microsoft VBScript runtime error '800a01a8' cpando1974 Classic ASP 2 Aug 7th, 2007 12:00
Force refresh of browser Lchad Web Page Design 15 Feb 6th, 2007 18:49
Logo changes on refresh Ross Web Page Design 10 Dec 13th, 2006 09:48


All times are GMT. The time now is 15:03.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43