Archive for September, 2004

Intel Application Accelerator

Wednesday, September 29th, 2004

I just discovered this little gem today. Intel has something called an Application Accelerator that speeds the data transfer from disc to processor. It’s available on certain chipsets. Check this link to see if it will work for you.

Sphere: Related Content

Using Dreamweaver to Edit ActionScript

Tuesday, September 7th, 2004

One not-so-great aspect of using Flash is how crowded your environment can be when using only one monitor (a dual-monitor setup is highly recommended). I find that my ActionScript window is constantly competing for valuable screen space with my timeline window.

Well Dreamweaver to the rescue. Go File > New > Basic Page > ActionScript to open an AS document. Reference it in your Flash doc by using the ‘#include’ directive (e.g. #include “my_as_doc.as”). Now you can Alt+Tab between Dreamweaver and Flash while you are developing your ActionScript and testing it in Flash. It’s a godsend.

Sphere: Related Content