Topic: embed help for mobile viewing
I'm using a website builder program called Sitespinner and within it, you can add a placeholder to embed files/media...maybe this is where I'm originally messed up...I want to embed my simpleviewer gallery in it and have it also available to be seen on mobile devices and products without flash.
I know I'm supposed to use this code:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "transparent", false);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
but what do I choose as my placeholder?
I took a screen shot of the options, but can't see how to upload or paste a photo on here...so here are the options:
Publish File
General Plug-in
HTML (IFrame)
SVG
Java Applet
Shockwave
Flash
Quicktime
Realaudio
Video
Sound/Music
Other File Type
here's the link to the gallery I'm talking about: http://www.stephaniesomers.com/etchingsgallery.html
it works on my computer and my Android phone, but not on an ipad...it's just invisible...
can someone tell me how to do this? I've spent all day reading through the forum, and the only thing I've found is to use the above code...but I don't know how to enter this into my website builder program.
Thank you, in advance! :)