Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
0
"After creating a Flash movie you normally go to File ~>Save As from the top menu to save your movie. Save the file as "yourmovie.fla". To embed the Flash movie into an HTML page, you should go back to your Flash progam and: 1)choose file ~> Open the Flash movie. 2)choose file ~> Export Movie. 3)Name the file "yourmovie.swf". ... Open the HTML page where you want to insert your Flash movie. Insert the code: <object width="550" height="400"> <param name="movie" value="somefilename.swf"> <embed src="/support/somefilename.swf" width="550" height="400"> </embed> </object> The width and height tags specify the frame of the movie, which you will need to adjust accordingly. This is the minimum code you need to embed a Flash movie in a browser. A broken icon will appear on the Web page if the user does not have the Flash plug-in installed."
12th Aug 2016, 3:45 PM
Rubalu
Rubalu - avatar