loading jpgs

This is a discussion on "loading jpgs" within the Flash & Multimedia Forum section. This forum, and the thread "loading jpgs 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 May 28th, 2007, 10:27
New Member
Join Date: May 2007
Location: Malta
Age: 23
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
loading jpgs

im trying to call a series of 10 jpgs near eachother along the x axes. i want them to come up near eachother. the problem is that only the 10th pic is coming up. can anyone help please?

thanks in advance

here is the code:

var x = 1;
var xes = 0;
var dept = 1;
while (x<10) {
_root.createEmptyMovieClip("image", dept);
_root.image.loadMovie("tfs/scroll/"+x+"big.jpg");
_root.image._x = xes;
_root.image._y = 0;
x++;
dept++;
xes = xes + 10;
}
Reply With Quote

  #2 (permalink)  
Old May 29th, 2007, 14:58
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: loading jpgs

Is the 10th pic named big.jpg?
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
Reply

Tags
loading jpgs

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
Loading octoberward Starting Out 7 Aug 2nd, 2007 21:32
Why does Flash resize jpgs that are coppied into it? jbruso Flash & Multimedia Forum 3 May 7th, 2007 16:31
loading geyids Flash & Multimedia Forum 5 Apr 29th, 2007 18:01
Preload and caching of externally loaded JPGs hip Flash & Multimedia Forum 5 Nov 8th, 2006 13:49
externally loading jpgs via rollover for a beginner brandon13 Flash & Multimedia Forum 8 Aug 16th, 2005 09:44


All times are GMT. The time now is 01:39.


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