I understand how to publish to the HTML5 format. What I do not understand is this that I found on the Adobe Captivate Help page:
Hosting HTML5 output on web servers for iPad/iPhones
HTML5 output can be accessed on iPads/iPhones only through web browsers. Upload the entire HTML5 output folder to a web server root folder and make the URL available to your users. Your users can access the URL from their iPad/iPhone and view the content that plays within the web browser.
Webserver root for IIS: C:\Inetpub\wwwroot\
Webserver root for Apache: <Apache install folder>\htdocs\
Accessing HTML5 output from iPads/iPhones
HTML5 output is supported only on iPads with OS version 5 or later.
HTML5 output is supported only on the following browsers:
- Internet Explorer 9 or later
- Safari 5.1 or later
- Google Chrome 17 or later
Type the following URL in one of the above web browsers:
http://<webserver_hostname>:<port>/<HTML5_outputfolder>/
For example, if the HTML5 output folder is MyCpProject, the URL will be:
http://localhost:80/MyCpProject/
Could you explain to me step by step how to publish this to an iPad?I don't understand what it means by Upload the entire HTML5 output folder to a web server root folder and make the URL available to your users.
Thank you in advance for your help.