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>
About us | Terms & conditions | Privacy | Links | Contact us | Sitemap
Copyright © 2009 Wondershare Software Co., Ltd. All Rights Reserved.