-
Create a Smooth Rolling Scroller with AS3
In this tutorial you will learn how to make a scrolling list activated by mouse up and down movements, with different speeds based on the position of the cursor. I’ll also cover preparing list data with PHP, loading XML data and a brief explanation of the algorithm I came up with. Enjoy! View Tutorial (Source:
-
Validating Various Input Data in Flash
Today, almost everything on the web is based on user input. A contact form, a user registration form, a search box and so on. As a developer you can’t just rely on the user to write everything as it’s supposed to be. To be sure you always get the correct data from your users you
-
Quick Tip: Create a Basic Google Search App in Flash
In this Quick Tip, I will show you how to create a basic search application featuring the Google search engine.View Tutorial (Source: http://active.tutsplus.com/)
-
Create a Mac Dock Style Menu with AS3
Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Activetuts+. This tutorial was first published in March, 2010. In this tutorial I’ll show you how to create a menu like Apple’s Dock using AS3 classes. We will create a single .as file that will perform all the magic,
-
AS3 101: OOP Inheritance, Setters & Getters – Basic
When last we talked, we had a Button class that could be used to quickly create a button of a certain style. However, I also asked you to ignore certain aspects of the code. We’re going to start this session off with a little resolution: it’s time to explain what extends does. View tutorial (Source
-
Tips & Tricks 10: Using Drag & Drop in Actionscript 3.0
A really simple and useful tip. The drag and drop functionality in Actionscript 3.0. You can use it to drag pictures from one spot to other, to put items in a shoping cart, to arrange objects in a specific order etc. I’ll show you how to match 3 different shapes in their corresponding spots. View
-
Grids: Image Gallery
Making image galleries in flash is very common. There are lots of different approaches, but the basic concepts stay the same. They’re usually XML driven and they usually have external image files that are dynamically loaded into Flash. This post contains an image gallery shell that builds off of the Grids: Arranging Clips post. This
-
Freebie: Scrolling Image Menu
This free flash file is a XML driven menu built in ActionSript 3. Each item from the XML file has two attributes: the path to the image and an url address. You can set the menu to work horizontally or vertically according to your needs. Probably supports unlimited number of images. Use this free flash
-
SIDEWAYS – jQuery fullscreen image gallery
View tutorialA simple, yet elegant fullscreen image gallery created with the jQuery framework and some simple CSS.
-
Build an image slideshow in Flash
In this tutorial I will describe how to create an image sliding in Actionscript 3.0. For creating the transition we’ll use the standard Tween from Flash. You can use this in your projects, product presentation, anywhere you need such a tool. Source (flashuser.net) view Tutorial