Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Extensions and Plugins > Components

Reply
 
Thread Tools Rate Thread Display Modes
Old 07-18-2002, 06:17 AM   #1
BaliScott
Registered User
 
Join Date: Jul 2002
Posts: 9
Question Dynamic jpegs, scrollpanes, and slideshows=:(

I'm trying to create a slideshow where a "next" or "previous" button loads a scrollpane component with external jpeg images. The code for my button looks like this:
ActionScript Code:
on (release) { gotoAndStop("Scene 2", 1); MyScrollpane.loadScrollContent('MyImage.jpg'); }
...but for some reason, it doesn't work. What's up?

Quote:
Change yourself, and you've done your part to change the world.

Last edited by CyanBlue; 03-01-2005 at 12:52 AM.. Reason: AS tag is applied...
BaliScott is offline   Reply With Quote
Old 07-18-2002, 06:36 AM   #2
farafiro
Addicted To FLASH
 
farafiro's Avatar
 
Join Date: Dec 2001
Location: EGYPT
Posts: 12,439
Send a message via MSN to farafiro Send a message via Yahoo to farafiro
Default

here is a link for slide show
http://www.flashkit.com/tutorials/Dy...00/index.shtml

And another for scrolling pic

http://www.flashkit.com/movies/Basic...6888/index.php
__________________
â€* GOD Is Near â€*
Questions Don't PM for Questions . Thanks
An eye for an eye, make the whole world blind
_____________________________________________GHANDI
farafiro is offline   Reply With Quote
Old 07-18-2002, 06:54 AM   #3
BaliScott
Registered User
 
Join Date: Jul 2002
Posts: 9
Default

Thanks for the speedy reply, but neither link really addresses my question. Don't worry, though, cuz I figured it out. The button script just needs to go to the relevant scene/frame. For example:

on (release) {
gotoAndStop("Scene 2", 1);

Then in that frame place the code:

MyScrollpane.loadScrollContent('MyImage.jpg');
BaliScott is offline   Reply With Quote
Old 07-18-2002, 07:23 PM   #4
BaliScott
Registered User
 
Join Date: Jul 2002
Posts: 9
Default

Ok, now I have a new problem... When I test the above solution on my machine, it works fine. But when I test it online, the image is not masked at all, and the scrolling function is disabled. What's the deal?
BaliScott is offline   Reply With Quote
Old 02-28-2005, 09:02 PM   #5
reinierb
Registered User
 
Join Date: Feb 2005
Posts: 16
Default

are you loading the image in an MC that is on a masked layer??
..check your levels such.

EDIT:
D'OH !!!!!
reinierb is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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 Off
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:48 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.