- Convert PowerPoint to flash
Convert PowerPoint to flash, you have three options. - Upload the converted flash to web.
- Insert the flash file to Google Blog.
Google Blog does not have a native feature for you to insert flash to a
blog post directly. You should use some HTML coding to insert it.
- Create a new post or open edit an exciting one
- Switch to Edit Html pane
- Insert the flash to blog with the following html coding
<object type="application/x-shockwave-flash"data=" URL of the uploaded flash file " height="300" width="400" align="middle">
<param name="movie" value="URL of the uploaded flash file "/>
<param name="allownetworking" value="internal" />
<param name="allowScriptAccess" value="never" />
<param name="enableJSURL" value="false" />
<param name="enableHREF" value="false" />
<param name="saveEmbedTags"value="true" />
</object>
Note:" URL of the uploaded flash file" included in the coding should be the URL of the uplaoded flash to web with the uploading services.
- Publish Google Blog
Source : www.wikihow.com
No comments:
Post a Comment