Rand portfolio
- Started
- Last post
- 29 Responses
- abizzyman0
experiment w/it then... I see no problem w/something like that. It's a unique idea that could actually be fun to deal with.
Seeing new empty things appear out of nowhere might just keep me around for a bit.
- johndiggity0
i think you could do it all in css and the load time would just be present on rollover, so it would be negligable.
- abizzyman0
do it.
- ********0
I'd like to-- just afraid I'll do all that work and it'll crash or corrupt or something-- that's whay I was wondering if there's a practical limit to how much flash can handle
- abizzyman0
test around 40 files.
it shouldn't be hard to streamline loading all these buttons dynamically.
- nice-land0
Don't see an issue if they load one after the other and you can start viewing after the first one loads. Just start with some strong ones.
- ********0
too much RAM for flash player allocation, probably
- unfittoprint0
every media [images, mp3, flv, ...] should always be acessed externally.
When you're dealing with a huge list of files, updating is almost imediate and you don't need to open your flash file even once.
here's simple image viewer:
http://pastebin.coconut.se/?id=3…
- Beech0
Thanks for that post unfit.
I'm not learned about xml really but I loved this bit of code
else {
trace("fuck this shit!");
}but seriously ... great post.