PDA

View Full Version : Great video tutorials site


gerasimimumu_George
09-20-2008, 11:53 AM
Check this guy out. I build my website all by watching the videos on here:

http://www.tutvid.com/tutorials.html

It is Adobe softs tutorials only, but it will give anyone wanting to build their site (or learn Illustrator, PS, Flash, Dreamweaver, etc.) a huge jump start.

Enjoy.

SpiralFace
04-08-2009, 10:34 AM
Broken link,

Any chance you can re-post?

dabu
04-09-2009, 03:28 PM
try this:

http://www.tutvid.com/tutorials/

Instinct
07-03-2009, 08:47 PM
Glad I found this. I have my website finished except for the actionscripting. Last time I touched Actionscript was back when it was 2.0 so I'm just a little behind the curve on it.

rburke
07-03-2009, 09:09 PM
yeah and action script version 3 is so much easier to use you should get back into it nice and fast.
http://tigerlildesign.com/AAU/dig499_01/resources.html
here this is a class resource page from a class i had last semester, it does not have a ton of stuff about action scripting but should help you get up to speed with the most recent version of flash.

Instinct
07-03-2009, 09:15 PM
Cool, thanks.

My real problem right now is that I did everything in module form so I just need to figure out how to do preloaders again so that I can have the main screen preload the movies for the various portfolio sections of my site.

rburke
07-03-2009, 09:38 PM
honestly the new way to do it is dynamic loading, preloaders are so slow sometimes, sort of scares people away from your site. Look up loading slide shows has good examples of how to do dynamic loading.

Instinct
07-03-2009, 09:46 PM
See, that shows how far out of it I am lol. I'll look up dynamic loading then.

So is building it in modular form still a good idea?

rburke
07-03-2009, 10:08 PM
yeah most definitely it spreads the number of loads out nicely and also makes the site itself less of a hassle to script for. big all in one sites can quickly become a pain. That said it can be modular while still being a one page sort of thing. Reading up on dynamic loading will clarify this. i am by no means good at flash but this is one of the things my teacher kept stressing on us.

Instinct
07-03-2009, 10:10 PM
Cool. Thanks for the help