ActiveDen

Logo scroll

  • Bought between 50 and 99 items
  • Has been a member for 5-6 years
liquidws Purchased

============== You can pass the XML as flashvars, by commenting the path in the actionscript file, and sending it as a variable instead.

would love to do this, but am scared i will screw something up lol. anyway you can help me?

  • Bought between 10 and 49 items
  • Elite Author
  • Exclusive Author
  • Has been a member for 6-7 years
  • Microlancer Beta Tester
  • Referred between 500 and 999 users
  • Sold between 100 000 and 250 000 dollars
+1 more

Please get in touch for a quote.

  • Bought between 10 and 49 items
  • Has been a member for 5-6 years

bobocel,

I am looking for something like this, with a reflection of the bar underneath, and a picture increase of like 50% when moused over.

Not looking for customized work (yet anyway, but I have always kept you in mind if and when I need it!) but if it is easy enough for you to upload a v2 of this file, I would diffently purchase. (This would be for an upcoming project, so I am in no rush)

Nice file by the way, I probably use this one in the near future as well…

  • Bought between 10 and 49 items
  • Elite Author
  • Exclusive Author
  • Has been a member for 6-7 years
  • Microlancer Beta Tester
  • Referred between 500 and 999 users
  • Sold between 100 000 and 250 000 dollars
+1 more

Hi – please check my 7th file under the Creative navigation above.

  • Bought between 10 and 49 items
  • Has been a member for 5-6 years

Dont know how I missed it, tired I guess. Thanks Bro

  • Bought between 10 and 49 items
  • Has been a member for 5-6 years
draga17 Purchased

Hi bobocel, We had spoken briefly in the forum… grabbed the file and sent you out an email.Please let me know if at some point today you don’t receive an note regarding the custom work on the file. Thanks man, m.

  • Bought between 10 and 49 items
  • Elite Author
  • Exclusive Author
  • Has been a member for 6-7 years
  • Microlancer Beta Tester
  • Referred between 500 and 999 users
  • Sold between 100 000 and 250 000 dollars
+1 more

I received it. I’ll get back to you soon, thank you. :)

  • Bought between 100 and 499 items
  • Has been a member for 5-6 years
  • United States
selias Purchased

bobocel,

Tried to contact you via your profile page a few weeks ago regarding the array randomization you had offered bemex63 on your logo scroll…appears my effort to contact you never reached you. No worries, but I still greatly need your randomization function. Please let me know the best way to contact you if not here.

Thanks so much.

  • Bought between 10 and 49 items
  • Elite Author
  • Exclusive Author
  • Has been a member for 6-7 years
  • Microlancer Beta Tester
  • Referred between 500 and 999 users
  • Sold between 100 000 and 250 000 dollars
+1 more

Please use flashden at andreipotorac.com

  • Bought between 100 and 499 items
  • Has been a member for 5-6 years
  • United States
selias Purchased

Thanks for the response bobocel. I’ve emailed my request to the email address you’ve provided.

Thanks so much.

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

The Logo Scroll is exactly what I was looking for, but I need to confirm: Can I click on each logo to go to a different site? Seems that it would be the obvious behavior, but I don’t see that stated anywhere…

Thanks

  • Bought between 10 and 49 items
  • Elite Author
  • Exclusive Author
  • Has been a member for 6-7 years
  • Microlancer Beta Tester
  • Referred between 500 and 999 users
  • Sold between 100 000 and 250 000 dollars
+1 more

Yep.

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

Hi bobocel,

Thanks for your scroller – just what I needed…

Question: I’m trying to get links in same window and have added _self to line 95 of Actions.as: getURL(urlArray[this.nr], “_self”;);

It still shows up in new window. I have read that the ‘allowScriptAccess’,’always’, might help this but swfobject.js already has this if I’m not mistaken.

Any ideas why _self will not work?

Thanks very much.

  • Bought between 10 and 49 items
  • Elite Author
  • Exclusive Author
  • Has been a member for 6-7 years
  • Microlancer Beta Tester
  • Referred between 500 and 999 users
  • Sold between 100 000 and 250 000 dollars
+1 more

_blank is for new window, _self is for the same window – make sure you compiled the swf file again.

  • Has been a member for 4-5 years

Would it be possible for you to share just the XML file, so I can view what switches are available for customization? If not, I wanted to know if the following were possible:

Turn off ‘Stop on mouseover’. Disable/Hide arrows. Disable linking. Adjust scroll speed.

Thanks.

  • Bought between 10 and 49 items
  • Elite Author
  • Exclusive Author
  • Has been a member for 6-7 years
  • Microlancer Beta Tester
  • Referred between 500 and 999 users
  • Sold between 100 000 and 250 000 dollars
+1 more

@ricecowboy: in the XML , you can edit the images only. For more features, you need to edit the source files, that come with the purchase.

  • Bought between 10 and 49 items
  • Has been a member for 6-7 years

Hi, I have a question, is there a way to make the logos monochromatic while the mouse is out, and change (or fade it) to color when the mouse moves over the logo?

  • Bought between 10 and 49 items
  • Elite Author
  • Exclusive Author
  • Has been a member for 6-7 years
  • Microlancer Beta Tester
  • Referred between 500 and 999 users
  • Sold between 100 000 and 250 000 dollars
+1 more

Yes, please contact me for custom work if you want me to implement that feature on your file.

  • Bought between 10 and 49 items
  • Has been a member for 5-6 years
amac08 Purchased

Great file.

I’m looking to randomize the images on load. I noticed a few users here have requested the same feature… Is it possible to post the code?

I’ve sent you an email to clarify.

Thanks

  • Bought between 10 and 49 items
  • Elite Author
  • Exclusive Author
  • Has been a member for 6-7 years
  • Microlancer Beta Tester
  • Referred between 500 and 999 users
  • Sold between 100 000 and 250 000 dollars
+1 more

With the code below, generate an array and then use that array to get the values for the logos and links:

Array.prototype.randomize = function() { var i = this.length; if (i == 0) return; while (—i) { var j = Math.floor(Math.random()*(i+1)); var tmp1 = this[i]; var tmp2 = this[j]; this[i] = tmp2; this[j] = tmp1; } return this; }

arr1 = new Array(“one”, “two”, “three”, “four”, “five”;); arr1.randomize(); trace(arr1);

by
by
by
by
by