Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 8    Views: 88

feraco
Aspiring developer
Profile
Posts: 705
Reg: Jan 23, 2012
nyc
15,050
03/11/13 06:36 AM (12 years ago)

exhibeo html5 presentation

Hello all I starting creating these really nice presentations using exhibeo. I can export my complete presentation into a .html file that also includes js,css and image folders. The html file the it exports into looks like this. https://docs.google.com/file/d/0BzwnBCu4dwJ8TUNGc1hsMnlfS28/edit?usp=sharing I think it wants me to paste this header and body html into a web page or another html doc. How do I get this to work in a ios project? I am not very knowledgeable with html code. Any input would be helpful.
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
03/11/13 07:04 AM (12 years ago)
Yes, its pretty simple create .js file for the javascript. add it to the docs and .html doc for the html portion and add it to the DOCs folder. then follow these directions: http://www.buzztouch.com/forum/thread.php?tid=3110D75D46FE11C5BF90B65 the post refers to adding html5 as presented by the program HYPE. The same rule applies to the exhibeo html presentation that you've created.
 
feraco
Aspiring developer
Profile
Posts: 705
Reg: Jan 23, 2012
nyc
15,050
like
03/11/13 09:28 AM (12 years ago)
OK I have been trying all morning. Here are the steps from the tutorial that you sent me a link to. I can not find anything that looks like this below in my js documents. What else would it be called? var resourcesFolderName = "Titles_Resources"; so the path looks like this var resourcesFolderName = "."; Also take a note of this value, you’ll need it later: var documentName = "Titles"; Importing the project into Xcode Firstly export your project from Hype. Then copy the files into your Xcode project. You need to copy the .html file and all the files in the ‘_Resources’ directory excluding PIE.htc (this is something to do with IE). The layout you choose in the project doesn’t matter as the files will be bundled into a flat structure in the bundle anyway. By default Xcode will try to compile the .js files, which you don’t want. So in ‘Build Phases’ move the .js files from ‘Compile Sources’ to ‘Copy Bundle Resources’. Now you need to make a couple of changes to the files. Firstly edit the ‘…hype_generated_script.js’ file and change the line that looks something like this var resourcesFolderName = "Titles_Resources"; so the path looks like this var resourcesFolderName = "."; Also take a note of this value, you’ll need it later: var documentName = "Titles"; Now open up the .html file and change the line with the script source like this: src="Titles_Resources/titles_hype_generated_script.js?28956" to change the path, like this: src="./titles_hype_generated_script.js?28956"
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
03/11/13 09:34 AM (12 years ago)
send me your files so i can take a look..pm me with the link to your js & html
 
feraco
Aspiring developer
Profile
Posts: 705
Reg: Jan 23, 2012
nyc
15,050
like
03/11/13 10:46 AM (12 years ago)
Sent them to you through private message.
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
03/11/13 11:03 AM (12 years ago)
answered you back. nothing that a little find and replace can't fix!
 
feraco
Aspiring developer
Profile
Posts: 705
Reg: Jan 23, 2012
nyc
15,050
like
03/11/13 11:37 AM (12 years ago)
I dont see anything in my private messages...
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
03/11/13 11:50 AM (12 years ago)
its there .. i can see its send. try opening your original sent mail
 
feraco
Aspiring developer
Profile
Posts: 705
Reg: Jan 23, 2012
nyc
15,050
like
03/11/13 02:16 PM (12 years ago)
Ok i sent new pm
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.