Presentations, Demonstrations, Illustrations, Same Ideas Showed in Active Ways!

Home >PPT2Flash Standard > Articles > Share PowerPoint to the Web

Share PowerPoint to the Web

Embed Presentation to the Web Pages As You Like

The last chapter before finale is making a home for your attractive presentation online. If you already have private Web space, that's the best house for hosting. If not, search for some shared online storage services such as Box.net (http://www.box.net). You would insure that your online space is safe and big enough to store your masterpieces. When uploading is done, copy the URL of the uploaded file.

Now all you need to do is setting up some simple HTML codes to place your Flash presentation into any Web pages. You may read a tutorial from W3 School (http://www.w3schools.com/flash/flash_inhtml.asp), or directly use the codes below:

<object enableJSURL="false" enableHREF="false" saveEmbedTags="true" allowScriptAccess="never" allownetworking="internal" type="application/x-shockwave-flash" data="URL of the uploaded Flash file" height="xxx" width="xxx" 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>


Please note that "URL of the uploaded Flash file" in the codes should be full URL of your uploaded Flash. And the value of height and width depends on your needs.

In whether offline Web page editor or online blog editor, you need to switch to HTML source editing mode, and then simply copy and paste your codes to complete the works.

Now you may find Web accessible PowerPoint presentation is on the show online, and PowerPoint to the Web is just a piece of cake for you. Just post your PowerPoint presentation to your Blog, Share your PowerPoint slideshow in MySpace, Facebook, GeoCites, and Google Pages, etc like this way.