Archive for the 'Mini Design Tips' Category
Mini Tip #2 Applying an Add To Favourites button in Flash MX 2004 via ActionScript
Create a button within your Flash movie and insert the following ActionScript onto that button.
your_btn.onPress = function(){
getURL("java script:window.external.AddFavorite(http://www.example.com, Example Site Title)");
}
Alter the URL and Example Site Title info to suit your needs, and don’t forget to give your button the same instance name as you used in the ActionScript – in our case; your_btn.
No commentsMini Tip #1 What resolution should I scan my work in as?
For any piece of artwork or imagery, the standard resolution (or DPI - Dots Per Image) for any scanned piece of work is 300 DPI.
This will ensure a good quality print out.
No comments