Wednesday, January 14, 2009

How to Add a PowerPoint File to a Blog

ini cara naruh powerpoint di blog.

How to insert flash to your blog or web page?
This little article is mainly to tell you how to embed flash in to blog, insert a flash to blog is always interesting. Now , let's begin!
Step 1. Upload the flash to web
You can use FREE file upload service listed here to upload the converted flash to web.
http://www.mediawart.com/
http://www.filepimp.com/
http://www.websamba.com/
http://www.250free.com/
http://www.geocities.com/
http://www.angelfire.com/
When upload is done,copy the URL of the uploaded flash file.
Step 2. 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.
A.Create a new post or open edit an exciting one.
B.Switch to Edit Html pane
C. Insert the flash to blog with the following html coding

Code:

<object enableJSURL="false" enableHREF="false" saveEmbedTags="true" allowScriptAccess="never" allownetworking="internal" 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.
Step3. Publish Blog

No comments:

Post a Comment