Topic: XML not found, iPhone, using Blogger and DropBox
Hello everyone,
Yes, like everyone else I have a problem with SimpleViewer...:( Well, for starters I'm using Blogger and sourcing my images from DropBox. I am using the current release of the svBuilder and on any browser on any laptop/desktop the SimpleViewer works just fine. However, I can't seem to get it to work on my iPhone.
The direct link to the site and page is: http://www.px2studio.com/p/arch-5304.html
Please check using your laptop/desktop on any browser and
then using the iPhone.
This is the code I'm using:
The first part of the code displays the SimpleViewer correctly in all browsers so this is not an issue for me.
<object height="650" width="950"><param name="Movie" value="http://dl.dropbox.com/u/4543247/simpleviewer.swf">
<param name="Flashvars" value="xmlDataPath=http://dl.dropbox.com/u/4543247/gallery_DA2.xml">
</param>
<param name="allowFullScreen" value="true">
</param>
<param name="allowscriptaccess" value="always">
</param>
<param name="bgcolor" value="#ffffff">
<embed src="http://dl.dropbox.com/u/4543247/simpleviewer.swf" flashvars="xmlDataPath=http://dl.dropbox.com/u/4543247/gallery_DA2.xml" type="application/x-shockwave-flash" bgcolor="#ffffff" allowscriptaccess="always" allowfullscreen="true" height="650" width="950"></embed></object>
</div>
</td></tr>
</tbody></table>
This is where the issue begins: BELOW
Second part of the code.
I don't know what I'm doing wrong but remember I'm using Blogger (for hosting the site) and DropBox (for hosting the images, simpleviewer.js, simpleviwer.swf, and so on).
SimpleViewer for iPhone code STARTS here
<script src="http://dl.dropbox.com/u/4543247/svcore/js/simpleviewer.js" type="text/javascript">
</script>
<script type="text/javascript">
var flashvars = {};
flashvars.galleryURL = "http://dl.dropbox.com/u/4543247/gallery_DA2.xml";
var params = {};
params.wmode = "transparent";
var attributes = {};
attributes.id = "svInstance";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "ffffff", true, flashvars, params, attributes);
});
</script>
<div id="sv-container">
</div>
Can someone please kindly help me...
Thank you... :D