Loading...

Search Results in category “Flash Tutorials”

in Flash Tutorials
Displaying Fractions Correctly

Im trying to create a function that will displays fractions in a textfield in the correct format, because 1/4 or 1/2 isnt being accepted by e-learning people as the correct way to display a fraction. So to do this dynamically, i just thought about creating a 3 line dynamic textfield on the fly, plac...

read more
in Flash Tutorials
LoadVars.decode

Another hidden away feature of Flash MX, this time a method of the LoadVars object. This little method, is the method that the LoadVars object uses internally to decode your name/value pairs into object properties and values... LoadVars.decode is inherited by all instances of the LoadVars object....

read more
in Flash Tutorials
Local Connection Tip

Ok, imagine the scenario where you have a number of movies on the page, and each movie has to have the capability of sending and recieving data from and to any of the other movies. To achieve this with LocalConnection you have to use a little bit of trickery, because LocalConnection only allows one ...

read more
in Flash Tutorials
Delete a SharedObject

Having problems removing SharedObjects from the users local computer? here are two easy to use methods that take the hassle out of clearing them permanently... To delete a SharedObject from the local computer, you must firstly delete all of the properties contained inside the data object of the S...

read more
in Flash Tutorials
System.showSetting

Weve all seen the somewhat mysterious settings menu, found in the right-click menu for the flash 6 player. Wouldnt it be nice, if you could force one of the system settings tabs open on a user? Well, you can, Macromedia havent told us about it in the official Flash MX Help included in the bundle, bu...

read more
in Flash Tutorials
Uppercase First Letter

Personally i feel that making the first letter of a word, in a sentence and sometimes the first letter of every word in a sentence, looks better than all lowercase. When it comes to input textfields and the loading of external content, i like to make the first letter capitalised, so i created a Stri...

read more
in Flash Tutorials
Passing Variables to Flash

As part of my site deign I was after a method in which I could have a reusable banner. This banner was going to be a flash program and would be cached for every page. I wanted to pass a variable to the flash program, and that would be the title for that page. There are several methods of passing ...

read more
in Flash Tutorials
Flash Random

Random motion can be easily produced via actionscript. You can a sample of this effect on kirupa.com. This tutorial shows you how to reproduce this effect. 1) First of all,...

read more
in Flash Tutorials
Scrolling Text [ flash 5 ]

Often asked is this "How to I make scrolling text in Flash?", and well there are a number of ways. However the easiest is using the built in scroll and maxscroll properties. Every text field automaticaly has these properties, and when can use simple commands in flash to controll them. Open ...

read more
in Flash Tutorials
Color Flash Light

Ok.. To start off. Lets set up the Stage of the movie. Set the Size of the stage to: width 400 by height 250. Make the background color Black, and set the Frame rate to 22. Next thing, Lets create the layers. Create 4 ...

read more

Copyright © All Rights Reserved