Problem:how to set flash embeded in my webpage? Solution:Set Flash Embeded in HTMLAfter completing a Flash movie you can choose File > Save As for saving your movie. Save the file as "test.fla". To embed the Flash movie you just made into an HTML page, you should go back to your Flash program and do the follwing steps: Step A Step B Step C Step D <br /><table width="100%" class="ex" cellspacing="0" border="1"> <br /> <tr> <br /> <td><br /> <span class="mceItemObject" width="550" height="400"><br /> <span name="movie" value="somefilename.swf" class="mceItemParam"></span><br /> <span class="mceItemEmbed" src="somefilename.swf" mce_src="somefilename.swf" width="550" height="400"><br /> </span><br /> </span><br /> </td> <br /> </tr><br /></table> <br /> Note: Above describe the smallest code you need to embed a Flash movie in a browser. If user does not have the Flash plug-in installed on the Web page, a broken icon will appear on the Web page. Note: In the above code, we put both an Step E Let the Flash Program do the WorkThe code above is the absolute minimum code to embed Flash movies in HTML pages. It is not recommended to use the minimum code. There should be a few more attributes added:
The Flash program can add these attributes for you: Step A Step B Step C Step D
|