ActiveDen

ItemOverview

  • Has been a member for 5-6 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 100 and 499 items
  • United States
  • Referred between 100 and 199 users
arala22 says
Purchased

did you get my email?

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

Great script!

But i change on the .fla file the “_blank” to “_self” but when i click on the image its still open a new window. How can i make the link in the same window?

4 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
Jackie20004 says
Purchased

Hey akubane, i have the same problem. Did it works now?

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

Hi, I just purchased this file and I need to know how to place more than 3 items per row.. I need 4 items..

can you please help me asap.. I would appreciate if you can tell me where to look in the code so I can understand what is happening so if I make the change I will not have to get back to you time and again.

Thanks

Amir

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

Sorry.. ignoore my last msg.. I found how to do it..

4 years ago
  • Has been a member for 4-5 years
  • Bought between 1 and 9 items
ikamu says

can this be added to a video background? like to purchase it now…if it can be added.

4 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
Jackie20004 says
Purchased

Well i find it, on line 33 are the settings LinkURL and nothing to set in the window field that works its open in the same window :o) So have fun.

4 years ago
  • Has been a member for 5-6 years
  • Won a Competition
  • Contributed a Blog Post
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Netherlands
  • Referred between 100 and 199 users
jurgenv says
Author

Note to (potential) buyers: Due to my absence I have not been able to answer a lot of questions on my files. I will not get back to any questions asked earlier, but I will answer those asked from now on. So please, if you still have the same question, repost it here.

Regards,

Jürgenv

4 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
comparsas says
Purchased

Hi, i really liked your gallery, it was very usefull.

I was wondering if it would be possible to open the web page in a popup window. I tried a javascript code but it didn’t work.

Thanks!

4 years ago
  • Has been a member for 5-6 years
  • Won a Competition
  • Contributed a Blog Post
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Netherlands
  • Referred between 100 and 199 users
jurgenv says
Author

Then you’ve probably done something wrong with the javascript. It should be possible using something like “javascript:window.open(etc)”, but I can’t give you the exact code.

4 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
comparsas says
Purchased

I was trying “MM_openBrWindow(etc)”, but it didn’t work. Where should I put that javascript, in the xml file or in the flash file?

4 years ago
  • Has been a member for 5-6 years
  • Won a Competition
  • Contributed a Blog Post
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Netherlands
  • Referred between 100 and 199 users
jurgenv says
Author

In the “act” layer, change line 47 of the actionscript to:

getURL(“javascript:window.open(’”linkURL”’,’windowname’,’width=200,height=100,scrollbars=yes,toolbar=yes,location=yes’;); void(0);”;);

4 years ago
  • Has been a member for 5-6 years
  • Won a Competition
  • Contributed a Blog Post
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Netherlands
  • Referred between 100 and 199 users
jurgenv says
Author

oops. try again:

getURL("javascript:window.open('"+linkURL+"','windowname','width=200,height=100,scrollbars=yes,toolbar=yes,location=yes'); void(0);");
4 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
comparsas says
Purchased

Now it worked!!! thanks a lot!!!

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

hey guys…was wondering if you could help me out with this file…what am i to do to make the thumbnails open in a fixed sized pop-up window of 600p x 450p?

hope you can help me…

3 years ago
Author
jurgenv jurgenv replied

Hi sumi, try the following:

getURL("javascript:window.open('"+linkURL+"','windowname','width=600,height=450,scrollbars=yes,toolbar=yes,location=yes'); void(0);");
3 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
dperedo says
Purchased

Hello,

Great file I will use it as an portal intro and the idea is to have 5 company logos, 3 on the first row and 2 ore on the second row, clicking on each logo will redirect the visitor to that company’s website, I have 2 qs:

1.- How can I center the 2nd row with only 2 logos. I want the 2 logos centered to the upper row, they look like this:

1    1    1 
1    1

An I want them distributed like this:

1    1    1 
   1    1

2.- I changed the _blank parameter to _self and _parent but when clicked the link to the company’s webpage doesn’t load.

Thanks

3 years ago
Author
jurgenv jurgenv replied

1. To alternate the rows go to line 31 of the actionscript and replace it with this:

thumbRef._x = xOrigin + (n%rowCount+(Math.floor(n/rowCount)%2*0.5)) * (imageWidth+20);

2. Are you sure? It should look like:

getURL(linkURL, "_self");
3 years ago
  • Has been a member for 4-5 years
  • Bought between 100 and 499 items
maverick4u2nv says
Purchased

To open in the same window put _self like given below between inverted commas on line 33.

getURL(linkURL, “_self”);

Have fun.

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

Is there a way to make the clicked item show it´s been clicked? Maybe change the text color? Thanks.

2 years ago
Author
jurgenv jurgenv replied

That would require a bit of ActionScript with which I can’t help you out that quickly. Good luck trying :)

2 years ago
by
by
by
by
by