01-06-2005, 02:12 PM
|
#2
|
|
|
WOW!! THANKS K MAN!!!!!!
I was trying to figure that out forever....  !!!!
__________________
|
|
|
08-14-2005, 06:41 PM
|
#5
|
|
|
Quote:
|
Originally Posted by dream
please help.
how do you make the text to link too
|
Make a movie clip to go under your text. in my case i called the instance "textlink"
Then within you code add this under the picturelink code.
textlink.onRelease = function() {
getURL(link[p]);
};
|
|
|
08-18-2005, 05:48 AM
|
#9
|
|
|
hi!
i'm also very interested in fading the images out and
changing the method from alpha to brightness, somehow
i can't get it
 thanks!
|
|
|
09-21-2005, 07:30 AM
|
#14
|
|
|
Combining The Slide Show and Picture Viewer
I have read and applied the tutorial named Photo Slideshow Using XML and Flash, but I had needed the slideshow function too. So I started to search topics about this tutorial and I found out this topic. I have downloaded 2 flas. One of them does the next and previous function and other one does the slideshow function. I need those 2 functions together
I have also added a play button and try to achieve what I want with putting the codes together from those 2 fla's. I have just copied these codes from pg_hyperlink's fla into the slideshow_link's fla
PHP Code:
previous_btn.onRelease = function() { prevImage(); }; next_btn.onRelease = function() { nextImage(); }; play_btn.onRelease = function() { slideshow(); };
Next Function works and Previous Function works but slideshow function does not works right.It gos crazy showing some images and not showing some of them.
So can u guys help me to achieve this? Also I am posting the fla I have changed.
|
|
|
09-26-2005, 04:33 PM
|
#15
|
|
|
if link is undefined...
Hi all,
Im using the kirupa's xml photo gallery.
When i click the photo i get a link, using:
Code:
picture.onRelease = function() {
getURL(link[p], "_blank");
};
My question is.. some of my photos dont have a link but the photo remains "clickable" and it opens an error page.
Can i change this?
Thank you so much!
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 06:27 PM.
|
|