Getting HTML that calls on some JPGs into C5

Permalink
Hi,

This question concerns Google Sketchup (the 3D modeling software), but I do not think that any actual knowledge of that program is required to answer it:

Sketchup has an option to export a 3D model for use on the web. The output is
1) A series of JPG images that show the object from diff angles.
2) An HTML/CSS (and JS?) file that calls on these JPGs and needs to be embedded into a page.

Here is a short video that Illustrates the process:

http://www.youtube.com/watch?v=j0Tmlko5YTU...

My question, how can I get the model into C5? I cal paste the HTML into an HTML block, but how do I get it to call on the images properly. Any help would be greatly appreciated.

Thanks!

Andrey

 
jordanlev replied on at Permalink Best Answer Reply
jordanlev
I think your best bet is to manually upload all of the images to your site (for example, in the YOURSITE/images directory), then change the code that sketchup gave you so the URL's point to that location (e.g.http://yourdomain.com/images/image01.jpg)....
andreyman3d2k replied on at Permalink Reply
Thanks! That was my hunch, just wanted some confirmation.

Andrey