Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rating: Thread Rating: 1 votes, 5.00 average. Display Modes
Old 2008-11-17, 03:06 AM   #1
tickler
If there is nobody out there, that's a lot of real estate going to waste!
 
tickler's Avatar
 
Join Date: Dec 2003
Posts: 2,177
"Star Wars" style vertical scroller for flash

Anybody know where to find one.

I have a vertical scroller I use , but it won't let me do individual lines(ie, a list of pornstars) on seperate lines.

Would also be handy if it would let me load the file with names + URLs externally.
__________________
Latina Twins, Solo, NN, Hardcore
Latin Teen Cash
tickler is offline   Reply With Quote
Old 2008-11-20, 04:05 PM   #2
LD
wtfwjd?
 
LD's Avatar
 
Join Date: May 2007
Posts: 2,103
Would something like this work:

http://www.lusciousdelights.com/webp...-Text/demo.htm

or

http://www.lusciousdelights.com/webp...ples/demo1.htm

The banner rotator they have is pretty cool too.
__________________
Artisteer Wordpress Theme Generator Create Custom Themes!
My Little Network
LD is offline   Reply With Quote
Old 2008-11-20, 07:31 PM   #3
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
http://jscroller.markusbordihn.de/

you might try http://ajaxrain.com/ for more -- there are a number of different text scrollers.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
Old 2008-11-21, 10:52 AM   #4
Useless
Certified Nice Person
 
Useless's Avatar
 
Join Date: Oct 2003
Location: Dirty Undies, NY
Posts: 11,268
Send a message via ICQ to Useless
Quote:
Originally Posted by cd34 View Post
you might try http://ajaxrain.com/ for more -- there are a number of different text scrollers.
I surfed that site for over two hours last night and now I know of an entire slew of nifty tricks that I'd love to employ, but probably shouldn't. That site is wonderful.
__________________
Click here to purchase a bridge I'm selling.
Useless is offline   Reply With Quote
Old 2008-11-21, 12:53 PM   #5
tickler
If there is nobody out there, that's a lot of real estate going to waste!
 
tickler's Avatar
 
Join Date: Dec 2003
Posts: 2,177
Some nice scripts! THX folks.

But I was looking(finally found) for a FLASH ActionScript code to do a vertical MARQUEE type of animation.
__________________
Latina Twins, Solo, NN, Hardcore
Latin Teen Cash
tickler is offline   Reply With Quote
Old 2008-11-21, 01:23 PM   #6
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
Quote:
Originally Posted by Useless Warrior View Post
I surfed that site for over two hours last night and now I know of an entire slew of nifty tricks that I'd love to employ, but probably shouldn't. That site is wonderful.
The thing I dislike about jquery/mootools and dhtml is that most of those libraries are not built to fail gracefully if javascript is turned off. You can do some really powerful things with things like flot (google uses flot for their stock charts where you can grow/shrink the graph) or scriptaculous -- directv and tvguide (maybe not tv guide now) used it to expand the table row to show you the program information without a popup, etc.

There are other cool things -- http://webdev.stephband.info/parallax.html is one that is neat, but, I find it difficult to find a real practical use for it. And, since it uses css and layers, it does fail gracefully.

You're welcome for the productivity hit.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
Old 2008-11-21, 02:24 PM   #7
Useless
Certified Nice Person
 
Useless's Avatar
 
Join Date: Oct 2003
Location: Dirty Undies, NY
Posts: 11,268
Send a message via ICQ to Useless
Quote:
Originally Posted by cd34 View Post
The thing I dislike about jquery/mootools and dhtml is that most of those libraries are not built to fail gracefully if javascript is turned off.
Well, you know me. I'm not one to fail gracefully.
They'll never take me alive!
__________________
Click here to purchase a bridge I'm selling.
Useless is offline   Reply With Quote
Old 2008-11-21, 02:32 PM   #8
Simon
That which does not kill us, will try, try again.
 
Simon's Avatar
 
Join Date: Aug 2003
Location: Conch Republic
Posts: 5,150
Send a message via ICQ to Simon Send a message via AIM to Simon Send a message via Yahoo to Simon
Quote:
There are other cool things -- http://webdev.stephband.info/parallax.html is one that is neat, but, I find it difficult to find a real practical use for it. And, since it uses css and layers, it does fail gracefully.
I haven't been able to find a practical use for those effects since you first showed that site to me, but that sure doesn't stop me from *wanting* to use it.

And yeah... thanks.

__________________
"If you're happy and you know it, think again." -- Guru Pitka
Simon is offline   Reply With Quote
Old 2008-11-21, 06:41 PM   #9
pc
Shift Out / X-On
 
pc's Avatar
 
Join Date: Jul 2007
Location: unknown
Posts: 2,298
Send a message via ICQ to pc
The stephband is sick.I love it.
I think I will purchase the communizine wp theme.Great for social blog.
cd 34 thanks for sites.
pc is offline   Reply With Quote
Old 2008-11-21, 11:30 PM   #10
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
http://jscroller.markusbordihn.de/example/up/

I think this is ultimately what you were asking for -- even though you have a flash actionscript -- you might find this to be a little easier as you just need to put the things in the <div> container
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
Old 2008-11-22, 04:34 PM   #11
[CF]Rico
Internet! Is that thing still around?
 
Join Date: Nov 2008
Location: Belgium
Posts: 4
!!!!!Hello eveyone this is my first post in this board!!!!!

I use this scripts too, its very confortable and good documentaded.
[CF]Rico is offline   Reply With Quote
Old 2008-11-23, 02:34 AM   #12
tickler
If there is nobody out there, that's a lot of real estate going to waste!
 
tickler's Avatar
 
Join Date: Dec 2003
Posts: 2,177
Quote:
Originally Posted by cd34 View Post
http://jscroller.markusbordihn.de/example/up/

I think this is ultimately what you were asking for -- even though you have a flash actionscript -- you might find this to be a little easier as you just need to put the things in the <div> container
Actually, no.

I want to embed a little clickable banner thingy with a vertical unlimited text scroll loaded from an outside text file to the end of a flash movie clip.
__________________
Latina Twins, Solo, NN, Hardcore
Latin Teen Cash
tickler is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:04 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc