| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 | |
|
Registered User
Join Date: Jul 2002
Posts: 9
|
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:
Quote:
Last edited by CyanBlue; 03-01-2005 at 12:52 AM.. Reason: AS tag is applied... |
|
|
|
|
|
|
#2 |
|
Addicted To FLASH
|
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 An eye for an eye, make the whole world blind _____________________________________________GHANDI |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jul 2002
Posts: 9
|
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'); |
|
|
|
|
|
#4 |
|
Registered User
Join Date: Jul 2002
Posts: 9
|
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?
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Feb 2005
Posts: 16
|
are you loading the image in an MC that is on a masked layer??
..check your levels such. EDIT: D'OH !!!!! |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|