Flashvault.net

Picture displaying from the library on the stage by action script

6.3.2008, 12:26    Total views: 12168

See this tutorial and learn how to load and display a picture from the Library on stage using the action script code and some special flash tricks.

Step 1

First of all, find any picture which you like to use for this tutorial.

Step 2

Go back on flash. Choose File > Import > Import to Library and import any picture into a flash library.



Step 3

Choose now right click on the picture in the Flash Library and select Linkage. See the picture below.



After that, in the windows that is just appear,choose the following options like it is shown on the picture below.



Step 4

It's time for action script code. Select the first frame and open the Actio Script Panel (F9). After that, enter the following action script code inside the actions panel:

import flash.display.BitmapData;
var fill:BitmapData = BitmapData.loadBitmap("picture");
this.beginBitmapFill(fill);
this.lineTo(Stage.width, 0);
this.lineTo(Stage.width, Stage.height);
this.lineTo(0, Stage.height);
this.lineTo(0, 0);
this.endFill(20);

Test your Movie (Ctrl+Enter)

We're done!

Download source file (.fla)

Have questions about this tutorial?
Visit our friendly Community Forums!
Digg it! Add this tutorial to del.icio.us! Furl it! Add this tutorial to reddit! Spurl it! Add this tutorial to technorati!

Forum - Newest Discussions

Waiting for your hour of triumph? It is near!
Last post by: VitaMary
Date: 21.11.2008 18:46:41

Yeow dogs!
Last post by: deco11
Date: 21.11.2008 01:15:49

Show your girlfriend what a real sex is!
Last post by: VitaMary
Date: 20.11.2008 22:00:13

Regarding the Gradient by Mouse Tutorial...
Last post by: cloudy-days
Date: 19.11.2008 07:41:03

Open flash cs3 fla in flash 8???
Last post by: benjezza
Date: 14.11.2008 23:41:46

flash form tutorial
Last post by: bukopie79
Date: 12.11.2008 07:56:46

Flash form with PHP and Postgre
Last post by: bukopie79
Date: 07.11.2008 04:23:06

Contact Form
Last post by: jesustippe
Date: 02.11.2008 09:37:24

Contact Flash Form
Last post by: mr_byeng
Date: 01.11.2008 06:08:39

Related links