ActiveDen

XML SLIDE GALLERY – V3 (AS3)

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

If i want to use different sizes for the jpgs scrolling how do i adjust that in the scroller?

Posted 3 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
zainal says

is it OOP ? or procedural ?

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

“Thanks for all comment

mbudm // This is not difficult; You can add a transparent graphic in movieclip OR you can edit code.”

Can you be more specific what movie clip to add a transparent graphic or what piece of code?

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

dude69 // No need to make changes in the code ( You can edit the item mc )

You can send us a mail, We’ll send you a sample file.

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

what’s the best way to start and stop the scrolling function ….. 150 pixels greater than the x position of content_mc … without adding a dummy image?

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

xonyd // We’ve sent you an e-mail !

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

Hello can I load swf file ?

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

Hello, I sent you an email hoping you can help figure out why my movie won’t load the xml when put on a server. Works fine locally, but once I put it online it doesn’t show. I’ve tried different variations of the path to the xml but nothing seems to work? Please help! It is a great file, just want it to work on my server :)

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

BTW , I figured out the problem, and wanted to post it in case anyone else had problems. I had to fix the xml file, my server didn’t like that “utf” was lowercase. 5 hours of troubleshooting to find out it was that. Picky servers. Ugh. At least it is fixed and I can stop pulling my hair out :)

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

how do i target self in the url

Posted 2 years ago
Author
tigerworks tigerworks replied

Line 167 : navigateToURL ( link ) ;

change to

navigateToURL ( link , “ _blank ” ) ;

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

thanks that worked added “_self” instead of “_blank” however cheers t

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

Hi! I purchased your gallery today and I really like it but how can I change the size of images? All my images have same height but width is different. So I need to set specific width for each one of them. Could you help me with that? Thanks

Posted 2 years ago
Author
tigerworks tigerworks replied

fixed width…

Posted 2 years ago
Purchased
Default-user olgaminkevitch replied

What is that supposed to mean?

Posted 2 years ago
Author
tigerworks tigerworks replied

should not be different width of the image, you can use a single width…

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

Interested in purchasing, but wanted to check and see if there is a simple way to loop the file set?

Additionally, would your recommend popup functionality be located in the primary file or in the individual .swfs being loaded?

Thanks for your help.

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

We used this AS at http://collezione.istanbulnet.com/index.php?id=120000 and we would like to use JQuery Colorbox as the pop-up opener instead of a new pop-up window. We need to input an attribute named rel to urls listed on the XML . How do we edit following lines within the swf to include this rel attribute?

function onMouseClick(e:MouseEvent):void { var link:URLRequest = new URLRequest(xmlList[e.currentTarget.id].url); navigateToURL(link); }

To end up as follows when clicked:

Posted 2 years ago
Author
tigerworks tigerworks replied

function onMouseClick(e:MouseEvent):void {
    var link:URLRequest = new URLRequest(xmlList[e.currentTarget.id].url);
    navigateToURL(link ,"_blank");
}



more … / tigerworks[at]hotmail[dot]com
Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
  • Croatia
bruno_is says

hello great work!

is it possible to navigate to a frame or load external swf file? the file is greath but i do not have any use of it if i can not do that

best bruno

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

Is it possible to change the height of the pictures?

/Henke

Posted 2 years ago
Author
tigerworks tigerworks replied

- yes possible, you can change from fla file

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

Hi again, I really like this but have problem to find where you can change the size of my pictures. I want them to be larger. I looked into the xml file to, but there you only can change the space between the pictures.

Would be very glad if you can help me with this. Step by step please.

/Henrik

Posted 2 years ago
Author
tigerworks tigerworks replied

Please send me an e-mail…( tigerworks[at]hotmail[dot]com )

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

Grate Gallerry, I included the gallery in one the links for the website I am doing but if I try to include the gallery in another link I have got a lot of problems. Can you tell me the changes I will have to do, to have the same gallery in my web site two ice. thanks

Posted 2 years ago
Author
tigerworks tigerworks replied

Hi,
change url tag …

<item>
        <image>images/1.jpg</image>
        <text>description text</text>
        <url>http://yourwebsite.com</url>
</item>

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

Hi Tigerwoods,

I purchase your horizontal image scroll and I need to have bigger images.

I edit the movie clips and make them bigger but the images overlap and I am getting crazy looking where to change the sizes of the images container and avoid this problem.

Can you help, please.

Alex M

Posted 2 years ago
Author
tigerworks tigerworks replied

Hello,
I sent you an e-mail.

Posted 2 years 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

108 Purchases 39 Comments

Buyer Rating
12345 ( 16 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 4 May 09
ActionScript Version AS3
Documentation Well Documented
Flash Files Included CSS Files, Flash FLA, HTML Files, XML Files
Opens With Flash CS3 (9+)
Published Size 54kb
Resolution Resizable
by
by
by
by
by