Computers & Internet Logo

Related Topics:

Posted on Jun 25, 2009

How to insert one fla file to another fla file

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

My pen drive not working

Either scan your Pen Drive with a File/Sector Recovery Tool or Reformat the drive if you've got no files on it that you want to recover.
0helpful
1answer

How to calculate motor control panel FLA?

The FLA should be on the nameplate -- but, if it's not, here's an example ::

The FLA of a 1 HP motor at 240 volts would be :: Watts = Amps x Volts, therefore, Amps = Watts/Volts, and further, 746 Watts per HP /240 Volts = 3.1 Amps = FLA

Read more: http://wiki.answers.com/Q/What_is_Full_Load_Amps#ixzz1FIuX3Qw3 Charlie
1helpful
1answer

Inserting images into a flash website template

first make sure that your pics are the same file extension
(jpg,bmp,png ext)

if the original pic in the flv was named top1.jpg make sure that the pic you import is named top1.jpg
0helpful
1answer

I'm trying to create a control buttons for a flash CS3 movie and will also include another set of buttons that will take you to next scene and previous scenes.

ok, i tell u one thing.

one.fla

frame 1:

create a movieClip at 550x400 and give a instance name as 'movie_mc'

frame 2: Create two buttons as btn1,btn2.give instance as same.

frame 3: press F9 and Give 'stop();'
var count = 0

file1.fla

create animation

file2.fla

create animation

one.fla

next button script is

on(press)
{
count = count+1;
movieclipinstancename.loadMovie("file"+count);
}

previous button

on(press)
{
count = count-1;
movieclipinstancename.loadMovie("file"+count);
}


0helpful
1answer

How to convet swf to fla 8 please suggest me

Dear friend, there are many sofwares for this job, I tested some of them but none of them could convert my swf file to fla file completely and clearly!
All of them had problem, so don't be sure about them!! 
0helpful
2answers

How to convert swf in fla?

There are several decompilers available online. you can use any one of them. try google you will find many ( just type " swf to fla")

0helpful
6answers

*.swf to *.fla

You can use a program such as the one at the link below. Its a Shock Wave Flash Decompiler

http://www.sothink.com/product/flashdecompiler/
0helpful
1answer

Unexpected file format

I think you are try to open the file in new flash version like flash 8..please use the same version as the original file were created..

Hope you understand...
Satyendra
www.blue-webdesign.com

http://www.history-of-india.net
0helpful
2answers

Flash Buttons

After creating a Flash movie you choose File > Save As from the top menu to save your movie. Save the file as "Somefilename.fla".
To embed the Flash movie you just made into an HTML page, you should go back to your Flash program and do the following steps:
Step 1
Choose File > Open. Open a Flash movie you have created.
Step 2
Choose File > Export Movie.
Step 3
Name the file "somefilename.swf". Choose the location where the file is to be stored (in your Web folder). Click OK.
Step 4
Open the HTML page where you want to insert your Flash movie. Insert this code:
<object width="550" height="400"> <param name="movie" value="somefilename.swf"> <embed src="somefilename.swf" width="550" height="400"> </embed> </object>
Not finding what you are looking for?

55 views

Ask a Question

Usually answered in minutes!

Top Macromedia Computers & Internet Experts

Brad Brown

Level 3 Expert

19187 Answers

ExpressFiX
ExpressFiX

Level 2 Expert

691 Answers

Rob Hill
Rob Hill

Level 3 Expert

1480 Answers

Are you a Macromedia Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...