Instructions for Converting Flash to HTML5
Guide 1: Convert local SWF file to HTML5
- Step 1: Upload your local SWF file, and then it will be converted to HTML5 format automatically;
- Step 2: Download the generated *.html file to your PC, and save it to your local website folder;
- Step 3: Add the *.html file to your website: Open the target web page in Dreamweaver, and then insert following code to desired place of your web page.
<iframe src="xxx.html" frameborder="0"></iframe>
Note: You should write correct *.html file name and path for the "src" value. - Step 4: Publish the updated web page.
Guide 2: Convert online SWF file to HTML5
- Step 1: Input an online SWF file URL and click the "Generate Code" button;
- Step 2: Click "Copy Code" button to copy the generated code to your clipboard;
- Step 3: Open target web page in Dreamweaver, and then paste the code to desired place of the web page;
- Step 4: Publish the updated web page.

