Flashvault.net

Picture displaying from the library on the stage by action script

6.3.2008, 12:26    Total views: 13362

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

Interactivity with mouse coordinates
Last post by: flip76
Date: 29.12.2008 19:14:53

Interactivity with mouse coordinates
Last post by: flip76
Date: 29.12.2008 18:27:44

Hi everybody
Last post by: Admin
Date: 22.12.2008 12:15:28

How do I combine images with text simultanuelsy?
Last post by: speedyj
Date: 03.12.2008 23:10:49

photogallery
Last post by: trnghosn
Date: 26.11.2008 16:22:19

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

Related links