|
|
|
|
|
Main Tutorials : SWiSH Max2
|
|
Links: |
 |
|
|
Title:
|
Gradient Masks
|
|
Description:
|
A basic masking effect will have hard edges. If you wanted to apply alpha-transparency to the mask, it often involved tricks like created separate gradient shapes that blended with the background. In any case, it wasn't a truly transparent mask effect. After the introduction of Flash Player 8, it was possible to have an actual transparent mask. With some very simple actionscript code, you can turn any gradient shape into a mask for any other object.
|
|
|
|
|
Website:
|
http://www.swishzone.com
|
|
Submitted:
|
Tue Mar 25 2008 |
|
|
Title:
|
Linking to Other Web Pages
|
|
Description:
|
A short tutorial showing how to create hyperlinks to other web pages (URLs). The same method can be used to create links to external files - such as ZIP, DOC, PDF, MP3, etc.
|
|
|
|
|
Website:
|
http://www.swishzone.com
|
|
Submitted:
|
Tue Mar 25 2008 |
|
|
Title:
|
Loading External Files with MovieClipLoader
|
|
Description:
|
While the loadMovie() action serves its purpose in most basic situations, there are times when you need something with a little more functionality. The MovieClipLoader class adds functions that let you accurately manipulate a loaded file as well as determine its progress or any loading problems that may occur. It also lets you define a set of actions in one declaration by using listeners that are handled by the Flash player.
|
|
|
|
|
Website:
|
http://www.swishzone.com
|
|
Submitted:
|
Thu Mar 20 2008 |
|
|
Title:
|
Scrollbars for Dynamic Text
|
|
Description:
|
Probably one of the most highly used components on any web page, is the scrollbar. It's far too difficult to fit that much text onto a single page, and it's even harder to do so into the smaller areas SWiSH sites have to work with. So, instead of dividing a large body of text into multiple pages, you can put it into a dynamic text field and add your own scrollbar!
|
|
|
|
|
Website:
|
http://www.swishzone.com
|
|
Submitted:
|
Thu Mar 20 2008 |
|
|
Title:
|
Simple Contact Form with PHP
|
|
Description:
|
Using the mailTo() function in SWiSH Max2 isn't always the best way to let your visitor's contact you. Some people do not have an email client on their computers. It is always much more convenient (for the user) to simply fill in a form on a website and hit the 'submit' button. This tutorial will show you how to create a basic contact form and send the information to an external script - in this case, PHP.
|
|
|
|
|
Website:
|
http://www.swishzone.com
|
|
Submitted:
|
Wed Mar 19 2008 |
|
|
|