Inserting Flash into HTML Brad MarkleUpdated on January 20, 2021 1 Minute Read For more information on streaming audio and video, please visit our other article: Streaming Audio/Video on your Site How to insert your Flash movies into your website 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“. We will show you how to add the Flash movie into your site. To embed the Flash movie into an HTML page, you should go back to your Flash program and: choose file ~> Open the Flash moviechoose file ~> Export MovieName the file “yourmovie.swf”. Choose the location where the file is to stored (in your Web folder) and click OK.Open the HTML page where you want to insert your Flash movie. Insert this code: <object width="550" height="400"></object> <embed src="somefilename.swf" width="550" height="400"></embed> 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. Share this Article Related Articles Intro to Migrating your WordPress Site Data Migrating your WordPress Database Migrating WordPress Files Configuring WordPress After a Migration Testing your WordPress website after Migration How to Move WordPress from a Subfolder to the Root Directory What to expect during a mass server migration Move Your WordPress Site to a New Server Moving Websites Built with Older Technology into WordPress How to Export Your WordPress Sites