- Has been a member for 3-4 years
- Item was Featured
- Exclusive Author
- Author was Featured
- Sold between 10 000 and 50 000 dollars
- Bought between 1 and 9 items
- Europe
- Referred between 1 and 9 users
qtips // Hello, i sent a mail
Best regards
qtips // Hello, i sent a mail
Best regards
Heya Tigerworks ^
Thank you for mail. YES it was there all the time
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 
Please help ^^
Best regards
Q
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
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
qtips // I sent you an e-mail, please check
best regard
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?
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?
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!
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
Hey.
Can the linked image , be set to open in “_self” ?
Thanks a buch / Robin.
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.
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.
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!
<?xml version="1.0" encoding="utf-8"?>
<contents space="440">
<content>
...
</content>
” Can I completely leave away the text above items? ”
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>
Hello,
as3 version 4 : http://activeden.net/item/xml-slide-gallery-4/full_screen_preview/66234
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,
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;
}
var so = new SWFObject("preview.swf", "sotester", "100%", "100%", "8", "#cccccc");
var so = new SWFObject("preview.swf", "sotester", "847", "100%", "8", "#cccccc");
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.
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.
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
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
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
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.
open the attachMC movie Clip in the library.
change the button’s code named LinkButton
on ( release ) {
getURL ( linkButton . _link , ” _blank ” ) ;
}