web "flash scroll bars"
- Started
- Last post
- 3 Responses
- Utopianacht
Hi,
I'm looking for a tip or two of how to build a site like this, http://www.beside.ca/ I mean the site is on flash as you can see, it uses flash based scroll bars, the content it's always on the center of the window, the background its static.. any tip?the site I want to build will have an image as background ( a big one for big monitor resolutions), and the content will be aligned to the left.. but I would like it has the scroll bars in flash.. thnx for any help or idea.
- Nairn0
Hmm. I can't see any scroll bars here, how odd. Means I can't see anything below the line.
I was going to chime in and mention that the Flash scrollbars I've seen annoy me a little (as does much in life, apparently) because I can't use my mouse scrollwheel with them.
I dig the animated rainbow stripe on that site, 'tis cute.
- pkny0
look up on how to set flash movies to 100% x 100% on google... and a tutorial on the "onresize" function that will resize the flash movie when the brwoser window is resized.. use the code from the tutorial to implement your "self adjust" content window
as for scrollbars - you can use the flash onmousewheel or something function that is windows only - no macs - to scroll content with the scroll wheel..
- Utopianacht0
:P that's it... I mean.. in xhtml and css there's something similar.. I don't know what doesn't come to my mind it wiould be called the same.. liquid layout.. searching as you suggested me I found a site with a tutorial named Liquid Flash Layout.. that's it..
http://www.tutorio.com/tutorial/…
for anyone searching something similar as I was.. thnx