Log in

View Full Version : changing content



scottyt63
07-03-2006, 03:19 AM
Wow, I know what I want but I can't get it. Since a example is worth a thousand words: http://espn.go.com/ If you see the part on the left were it says: "spotlight", it is has auto changing tabs.

Well i have been trying to get somthing like this on my site. I what a tab like interface that keeps changing dynamicly. But I don't know how. I have searched the whole day and found nothing(thats not in flash) Any help would really make my day!

Thanks

djr33
07-03-2006, 07:21 AM
Heh. THAT is in flash. Just use flash. Why not?
HTML isn't capable of doing complex interactive graphics. That's why flash exists.

BLiZZaRD
07-04-2006, 11:07 PM
That's why flash exists.


I am completely confident that is what Macromedia Back Room Scientists had exactly in mind when the designed Flash.. :p

LOL

djr33
07-04-2006, 11:10 PM
To replace html trying to manipulate graphics? Yes, exactly. :)

BLiZZaRD
07-04-2006, 11:33 PM
Aye, it is. I was just making a comment because your statment sounded like you had placed the creators in a back room with the sole purpose of replacing HTML.

I just thought it was funny. :D

Twey
07-04-2006, 11:50 PM
Hahaha :)
HTML isn't capable of doing complex interactive graphics.HTML isn't, but JS is capable of doing some pretty neat stuff with the aid of canvas (Gecko, Safari) or VML (IE), including basic 3D raytracing. It's not as easy, but it's certainly possible :)