iSpring Pro

Knowledge Base

Version:
Search Pro KB:
FAQs     How can I publish my presentation on web?

Frequently Asked Questions

Search results in FAQs

Filter docs by category:

How can I publish my presentation on web?

To upload your presentation to the web, you need to have access to an FTP account of the site where you wish to put your presentation. If you have an iSpring product installed on your computer, please follow the instructions below:

  1. Click the "Publish" button on the iSpring toolbar
  2. On the Web tab, select the "FTP" radio button
  3. Click the "Edit Accounts" button and choose "New" to create a new FTP account
  4. Fill in all of the fields and click OK

Check the box next to "Generate HTML" (Publish --> General) and click "Publish" button.

After your presentation is published to your FTP account, you will need to specify your Flash presentation in the source code of the web-page where your Flash movie will be shown by adding a special piece of code. To get this piece of code, the Generate HTML function of iSpring is used. The code will look as follows:

  
<object id="presentation" width="720" height="540" data="MOVIE_NAME.swf" type="application/x-shockwave-flash">
<param name="data" value="MOVIE_NAME.swf" /><param name="align" value="middle" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="src" value="MOVIE_NAME.swf" />
<param name="name" value="presentation" />
</object>

Please note that the MOVIE_NAME.swf must be replaced by the name of your Flash presentation.

If you would like to have multiple movies available on the same page, publish these Flash movies to your computer first and then copy/paste the tag content from each index.html file to the one you choose.

FAQs     How can I publish my presentation on web?

Help Docs

Search results in Help Docs

 

iSpring Pro Video Tutorials

These tutorials don't yet reflect some new functionality introduced in the new iSpring Pro 6.0, all the information they cover is valid. The tutorials describing new features will follow shortly.