Hi
im creating a website for my potfolio and have recentley come across a seemingly simple 100% flash website with scroll bars…the thing is that the browser scroll bars have been removed due to a change in the overflow css:
html {
height: 100%;
overflow: hidden;
overflow-y: hidden;
}
and the only scroll bars are flash scroll bars. But they dont seem to work like ordinary ui scroll bars which you attach to a text box. They only appear when the browser window is smaller then a certain height.
Now i’ve done abit of research and i know a similar effect can be acheived using swf object to embed the swf and some javascript and removing a doctype found http://blog.pixelbreaker.com/flash/swfforcesize there and that creates an effect like so … http://designarchives.aiga.org/#/home …but i want to know if you can get the same effect but replace the browser scroll bars with flash scroll bars like this… http://www.c-legfx.com/2010/main.html#/home/ … i have absolutley no idea of where to begin so any help would be appreciated. Also this is my first ever post so thouht this would be the best place to put it.
Thanks In Advance