Placing an SWF With Transparency and Preserving Transparency Take that SWF file with lots of open space(be it an animation walking around or maybe that slick semi opaque video(or something like that…?), or maybe the more practical drop down menu) and place it on a div that floats above your site and allows you to...
Web Design & Code
Create a Simple Calculator – Flash Actionscript 3.0 Tutorial
Create a Simple Calculator – Flash Actionscript 3.0 Tutorial In this video we will start with a blank flash document and build using flash drawing tools and lots of actionscript a simple functioning calculator which performs Addition, Subtraction, Multiplication, and Division. Have fun with this one and learn lots of Actionscript 3.0!
Password Protect Flash Movies – Actionscript 3.0 Tutorial
Password Protect Flash Movies – Actionscript 3.0 Tutorial Learn how to Password protect part of your flash website in this video tutorial. This is using Actionscript 3.0 so you will nedd CS3 or newer. Now while this is not particularly the most secure method of locking up data on the web you can learn some...
Creating Next & Previous Buttons – Actionscript Tutorial
Creating Next & Previous Buttons – Actionscript Tutorial This is a response for the Flash Gallery tutorial showing how to create prev and next buttons for the gallery. If you have questions about any tutorial send me an email and I might just create a video for you!
How to Build and Style a Web Form With CSS – Dreamweaver Tutorial
How to Build and Style a Web Form With CSS – Dreamweaver Tutorial In the following video we will build a web based form using html. We will cover using Labels, Text Fields, Text Boxes, Radio Button Groups, Checkboxes, The Clear and Submit buttons, Drop down Menus, as well as many of the properties you...
Build a PHP Script to Send Email – Dreamweaver Tutorial
Build a PHP Script to Send Email – Dreamweaver Tutorial In the following tutorial we will start with a few html files – which are available for download here on the site – and we will build an Email Handling PHP script that sends info from your web form to your email! It is pretty...
Import PSD Layouts into Dreamweaver – Tutorial
Import PSD Layouts into Dreamweaver – Tutorial We will export a web layout made in Photoshop and build an editable website layout in Dreamweaver. We will then convert the page to a template for future use and ease of editing. While this is far from being the “ideal” way to layout a website it is...
Actionscript 3.0 Linking and Using Buttons – Flash Tutorial
Actionscript 3.0 Linking and Using Buttons – Flash Tutorial In this video we will learn how to communicate with and use buttons in Flash CS3 using Actionscript 3.0. There have been some significant changes to the way flash deals with buttons etc… but this video will solve your problems! We will cover editing a symbol’s...
Designing With AP Divs and CSS Style – Dreamweaver Tutorial
Designing With AP Divs and CSS Style – Dreamweaver Tutorial In the following video we will learn all about creating layers or as they are called in CS3 AP Divs. Learn about applying properties to custom CSS rules and using stacked Divs to create interesting effects with images. This is a good beginner’s guide to...
Load Text and Images Dynamically With Actionscript 2.0
Load Text and Images Dynamically With Actionscript 2.0 Welcome to this video tutorial! In the following video we will learn how to load text from a text file sitting on a web server and display it in flash using dynamic text and actionscript. We will also learn how to load jpg,gif,png, and swf files using...
Embed Sound and Video Files Into HTML – Dreamweaver Tutorial
Embed Sound and Video Files Into HTML – Dreamweaver Tutorial In the following tutorial we will learn how to import and attach mp3, mov, and wmv files to your website both by embedding and linking the files. Learn the advantages and disadvantages of both methods! Have fun and learn something!
Create Scrolling Thumbnails With Actionscript 2.0 – Flash Tutorial
Create Scrolling Thumbnail With Actionscript 2.0 – Flash Tutorial We will start with nothing more than a blank Flash document and 10 100px X 100px thumbnails and from that little bit we will construct this sweet scrolling thumbnail bar. This thumbnail bar will move in different directions depending on where the users mouse is. It...