Hi guys,
Quick question.  I've integrated Exhibit with Greybox (lightbox/thickbox
variant) as Thickbox doesn't work for me.  I needed to get information
from a server that's not mine, and Thickbox doesn't allow that. 
Actually I think it's just the nature of the XMLHTTPRequest.  Anyway,
I'm using Greybox to have larger versions of the image.  However, the
image is being presented like Zoomify http://www.zoomify.com/ only my
client is using a Java based version, same idea.

This is the code I'm using to call the java:

<a ex:href-content=".url" onclick="return GB_showCenter('', this.href)"><img 
ex:src-content=".imageURL" /></a>

the "ex:href-content".url" will link to the Java Applet. My problem is
that the whole <applet> code needs to live inside the JSON database
file.  Which looks like thus:

<applet height=420 width=640
        code=zoom2dapplet
        archive=zoom2dapplet.jar 
        
codebase="http://zoom.design.yorku.ca:8087/obj=delivery,1.0%26cmd=retrieve%26fif=ServerComponents/Code";>

<PARAM NAME=URL 
VALUE="http://zoom.design.yorku.ca:8087/fif=CGDHO/alanfleming/a_fleming_001.fpx";>
</applet>

When I stick it into the JSON file it just breaks the code.  So I'm
wondering if there is a way to use html as a value in the json file.
Thanks, cheers.
-WP Derek


Derek Kinsman
The Idea Company

New Media Designer

http://www.ideacompany.ca/
http://boring.ambitiouslemon.com/
1.416.371.5652

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to