ActiveDen

Expanding Full Screen News Viewer

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

I like the concept :D

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 10 and 49 items
  • Netherlands
  • Referred between 50 and 99 users
BigZ says

very useful :)

4 years ago
  • Has been a member for 5-6 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Referred between 1 and 9 users
tabaheee says

like the idea: good work

4 years ago
  • Has been a member for 5-6 years
  • Referred between 10 and 49 users
seifip says

good idea

4 years ago
  • Has been a member for 4-5 years
  • Interviewed on the Envato Notes blog
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 500 and 999 users
Flash_Cart says

Nice File.

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 1 and 9 items
  • Australia
  • Referred between 200 and 499 users
nellie says
Author

thanks :)

4 years ago
  • Has been a member for 4-5 years
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Exclusive Author
  • Sold between 5 000 and 10 000 dollars
  • Bought between 1 and 9 items
  • Greece
  • Referred between 50 and 99 users
zefs says

Nice file there :)

4 years ago
  • Has been a member for 4-5 years
tiago says

It is in AS3 or AS2 ?

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 1 and 9 items
  • Australia
  • Referred between 200 and 499 users
nellie says
Author

AS2

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

Thanks for the help. I’m off to check this file out now. I bid you a do or something. Whatever it’s called. :O

4 years ago
  • Has been a member for 4-5 years
  • Bought between 100 and 499 items
  • France
Nizerot says
Purchased

Hello,

Very fine script, but I’ve a problem. Is it possible to use a link with a frame ? I tried with: target=”xxxx” but without success…..

Yours faithfully

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 1 and 9 items
  • Australia
  • Referred between 200 and 499 users
nellie says
Author

Nizerot, open the flash file and on line 221 of the actionscript you’ll find:

item_mc.imgHolder.onRelease = function() {
    getURL(this.myUrl, "_blank");
};

just replace the “_blank” with your frame name.

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

Hello Nellie,

just have one question, i’ve donne some small changes in your file to customize it, but i still need to do one more, is it possible to have in the scroll function at the middle a blank space, i mean not moving if the mouse is over the middle moveclip? or have like a pixel size in the middle… i hope you understand my question, and that it could be done!

really nice file!

thanks in advance

Alex

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 1 and 9 items
  • Australia
  • Referred between 200 and 499 users
nellie says
Author
Alex, on line 31 of the actionscript, change:
if (mouseX<=midX && clipX<=minX) {
    diff = (midX-mouseX)/speed;
    myClip._x = clipX+diff;

} else if (mouseX>=midX && clipX>=-maxX) {
    diff = (mouseX-midX)/speed;
    myClip._x = clipX-diff;
}

to:

if (mouseX<=(midX-100) && clipX<=minX) {
    diff = (midX-mouseX)/speed;
    myClip._x = clipX+diff;

} else if (mouseX>=(midX+100) && clipX>=-maxX) {
    diff = (mouseX-midX)/speed;
    myClip._x = clipX-diff;
}

You can replace the “100” with whatever value you like to increase or decrease the non-scrolling space in the middle.

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

Great concept. I’d love to see more stuff like this. More creativity is needed on flashden. I’ve bookmarked this for a later date. Really nice work :)

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

Hi Nellie,

Like this thing a lot, one question as Im a flash newbie; How do I exactly put my flash site in the middle? Its a pink square right now only for showcase right, I have to delete that right?

4 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
  • United Kingdom
believein says
Purchased

Hi,

Would it be possible to add a scrollbar rather than using the mouse position – that still worked when resizing the window?

3 years ago

by
by
by
by
by