Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Flash (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 20th, 2007, 03:00 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 347
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Adam H-W
Default random movie loading

Hi

I've got this code to load a random flash movie but it doens't seem to work - here's the code:

    filename = ["panorama.swf", "panorama2.swf", "panorama3.swf"];
    path = "http://www.mysite.com/panorama/";
    i = filename.length;
    k = Math.floor(Math.random()*i);
    loadMovie(path+filename[k], movieTarget);


I have created a movie called rnd.swf that has this actionscript in the first keyframe.

Can anyone help or does anyone have any better ideas for loading a random movie?

thanks

Adam


 
Old March 21st, 2007, 07:20 AM
Friend of Wrox
 
Join Date: Nov 2005
Posts: 223
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,

Your code seems to work just fine. Do you have a movieclip on stage with the <Instance Name> called movieTarget?

If that doest help your path isn't correct to your swf files

__________________________________________________ ________
I am DJ Kat...that's my name. Its a D and a J and a Kat with a K.
 
Old June 26th, 2007, 01:18 AM
Authorized User
 
Join Date: Feb 2007
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Default

well i cant help you but i got help from your code. i will try it on my own
thanks

Regards
Amitav Roy
Email: [email protected]
Web: http://www.pixelgroups.com

Blog: http://weandgraphic.blogspot.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
flash movie not loading smys123 Flash (all versions) 1 July 17th, 2007 06:39 PM
Flash movie not loading smys123 XSLT 2 June 13th, 2007 02:23 PM
Loading Movie Functionality helgaana1 Flash (all versions) 1 April 6th, 2005 04:19 AM
Random Numbers not so random... katsarosj ASP.NET 1.0 and 1.1 Basics 5 November 20th, 2003 12:55 AM
Loading Additional Movie in the Background [email protected] Flash (all versions) 0 July 22nd, 2003 10:26 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.