ActiveDen

XML SLIDE GALLERY

  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 1 and 9 items
  • Europe
  • Referred between 1 and 9 users
tigerworks says
Author

qtips // Hello, i sent a mail

Best regards

Posted 3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 50 and 99 items
qtips says
Purchased

Heya Tigerworks ^

Thank you for mail. YES it was there all the time :P my bad.

Thank you for helping me find it ^ , worked great :)

I have another question for you, that I hope you could be helpful with.

I need to ADD a 3 tekst field. Working just like the other two, sent through the XLM . Do you have a tip, on how to add that one ?

I did try to do this myself, but I only get “Undefined” so I’m doing something wrong :P

Please help ^^

Best regards

Q

Posted 3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 50 and 99 items
qtips says
Purchased

Heya Tigerworks.

How to adjust the clip to NOT slowdown on the edges ? , It moves very, very slow, when it comes all the way left /right.

Any way around this ?

Thx for any reply.

Best regards Q

Posted 3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 50 and 99 items
qtips says
Purchased

Heya Tigerworks.

It’s me “pain in the butt” again ^

lol, sorry, but I have a question…..again

Ok, so I fixed the slow on edges , somehow, by just increasing the total speed….... even if i wish I could keep low speed, and not get snail on edges ^, but its ok now^

New Question, the edges, seem to fall out of place somewhat. Meaning, when loading first time on site. image all the way left is visible OK. But when scrolling right, the right one is barely on inside. And when scrolling back to left side again, the left is hard to get 100% visible again …. What am I doing wrong ? What elements to adjust ?

If i’m way off…..... I can pay for help on this one thanx ^

Best regards Q

Posted 3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 1 and 9 items
  • Europe
  • Referred between 1 and 9 users
tigerworks says
Author

qtips // I sent you an e-mail, please check

best regard

Posted 3 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
robincox says
Purchased

I can’t seem to get the links to work. I have tried the images with the link tag in the xml and I have written an a tag in the caption tag. What shall I do to get the linking to work?

Posted 3 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
robincox says
Purchased

I can’t seem to get the links to work. I have tried the images with the link tag in the xml and I have written an a tag in the caption tag. What shall I do to get the linking to work?

Posted 3 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
robincox says
Purchased

Aha I now know the problem. My browser blocked the links when I tested the gallery from my computer. Now it works fine.

Thanks for an awsome flash program!

Posted 3 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
leobacchetta says
Purchased

hi! is it possible to have more items and not only 10?

how have i to do?

i just put more items in the xml file but it keeps showing me the first 10 items…

can you help me?

thx

Posted 3 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
robincox says
Purchased

Hey.

Can the linked image , be set to open in “_self” ?

Thanks a buch / Robin.

Posted 3 years ago
Author
tigerworks tigerworks replied

open the attachMC movie Clip in the library.
change the button’s code named LinkButton
on ( release ) {
getURL ( linkButton . _link , ” _blank ” ) ;
}

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
robincox says
Purchased

Hi again Tigerworks.

Thanks for the help last time. Now I have another question for you. Is it possible to add an “ease in” and an “ease out” on the animation?

Cheers / Robin.

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
carloz says
Purchased

Hi tigerworks, I sent you an email cause I need your help about this issue: since I am loading your gallery in a movieclip in my project as an external swf, I need the gallery to scroll ONLY if the mouse is on the gallery itself, but the gallery actually is scrolling anytime, whenever is located the mouse. for istance, I reduced the vertical dimension of your gallery to let it fit in my project, but, moving the mouse in the menu area-which is below the gallery and in another movieclip, the gallery is sliding anyway, a unwanted effect. Please help, thanks in advance.

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
kiefern says

A few question before I buy this nice viewer: Can I change the spacing between the items? Can I completely leave away the text above items? Can I alter the file so items open a certain movieclip or jump to a certain frame in flash instead of functioning as links to webpages?

Thanks guys and girls!

Posted 2 years ago
Author
tigerworks tigerworks replied
” Can I change the spacing between the items? “

- you can edit with xml
<?xml version="1.0" encoding="utf-8"?>
<contents space="440">

    <content>
    ...
    </content>
” Can I completely leave away the text above items? ”
- yes, you can edit with FLA

- link opens only url(web pages)
Posted 2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
frankbongjio says
Purchased

hello tigerworks!

Is it posiible to have each individual pane to have set width of their own besides the set width of all of them?

for example <contents> <content space="440"> <item> </item> </content> <contents space="440"> <item> </item> </content> </contents>
Posted 2 years ago
Author
tigerworks tigerworks replied
  • Has been a member for 4-5 years
  • Bought between 1 and 9 items
carbone6 says
Purchased

Hi, The gallery is scrolling even when the mouse is not over the gallery. This makes it scroll way too far either way. I only want my gallery to be 847 pixels wide not 100% width of the screen. How do i go about doing this? Thanks,

Posted 2 years ago
Author
tigerworks tigerworks replied

Hi,
Edit FLA / maskMC._width = Stage.width; change to maskMC._width = 847;

resizeObjects = function () {
    backgroundMC._x         = 0;
    backgroundMC._y         = 0;
    backgroundMC._width  = Stage.width;
    backgroundMC._height = Stage.height;
    maskMC._x              = 0;
    maskMC._y               = 0;
    maskMC._width          = 847; //Stage.width;
    maskMC._height       = Stage.height;
    contentMC._x          = 0;
    contentMC._y          = Stage.height / 2 - contentMC._height / 2;
}

OR Edit HTML

var so = new SWFObject("preview.swf", "sotester", "100%", "100%", "8", "#cccccc");

change to:

var so = new SWFObject("preview.swf", "sotester", "847", "100%", "8", "#cccccc");

Posted 2 years ago
  • Has been a member for 4-5 years
  • Bought between 1 and 9 items
carbone6 says
Purchased

I tried changing the AS and it didn’t work. I can’t change the html either has it’s being loaded into a container in another (main) flash file.

Any other ideas? Thanks.

Posted 2 years ago
  • Has been a member for 4-5 years
  • Bought between 1 and 9 items
carbone6 says
Purchased

Hi, I figured out the previous issue. I just loaded the gallery into an external swf at the size of the photos.

Now i just want to slow the scrolling down. I played around in the AS and i can get the easing to increase but not the actual gallery to slow down. It’s moving really fast. Any help? Thanks.

Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
DomiChan says
Purchased

Hi,

I have made some change on the fla file, after I export to swf the “title” disappear, only the caption content is still there. what’s the problem with that? They supposed to be the same font, I didn’t change the font as well. Ican you help me on that?

one more thing, I want the hover effect to be “enlarge the photo a little bit” instead of being grey out. Can you change this for me too? Thanks in advance!!

Heidi

Posted 1 year ago
Author
tigerworks tigerworks replied

Hi,

How can I see the edited file, please send a private e-mail

Posted 1 year ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
  • United States
vampiru says
Purchased

Hi. I just bought you item. I have the same question as Carloz:

“Hi tigerworks, I sent you an email cause I need your help about this issue: since I am loading your gallery in a movieclip in my project as an external swf, I need the gallery to scroll ONLY if the mouse is on the gallery itself, but the gallery actually is scrolling anytime, whenever is located the mouse. for istance, I reduced the vertical dimension of your gallery to let it fit in my project, but, moving the mouse in the menu area-which is below the gallery and in another movieclip, the gallery is sliding anyway, a unwanted effect. Please help, thanks in advance.”

Please answer at daniel_movies@yahoo.com

THANKS

Posted 1 year ago
  • Has been a member for 4-5 years
  • Bought between 100 and 499 items
  • Argentina
lucasober says
Purchased

Hello, how can I slow down the slider, I been playing with the parameter but cant get a slow speed specially with lots of images, can you give me any tips thanks

Posted 4 months ago
Author
tigerworks tigerworks replied

Hi,

preview.fla

Line 24: scrollTSpeed = 0.7; //slider control move

Posted 3 months ago

You must sign in or sign up to purchase this item.

$10Regular Licence

$10

Regular Licence a website (commercial, personal, client), free game, e-card, or presentation - Details

$100Extended Licence

$100

Extended Licence an app, paid game, or other software project, a website template for sale - Details

141 Purchases 40 Comments

Buyer Rating
12345 ( 36 ratings )
tigerworks

tigerworks

  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 1 and 9 items
  • Europe
  • Referred between 1 and 9 users
View Portfolio
Created 26 November 08
ActionScript Version AS2
Documentation Well Documented
Flash Files Included Flash FLA, HTML Files, XML Files
Opens With Flash 8 (8+)
Published Size 17kb
Resolution Resizable
by
by
by
by
by