Recent activity
Subscribe to this feed
Huw Davies replied on August 19, 2009 08:27 to the question "How Do I Use OpenZoom with Deep Zoom Composer Output?" in OpenZoom:
Huw Davies replied on August 18, 2009 11:02 to the question "How Do I Use OpenZoom with Deep Zoom Composer Output?" in OpenZoom:
Huw Davies asked a question in OpenZoom on August 18, 2009 10:56:
How Do I Use OpenZoom with Deep Zoom Composer Output?Daniel,
Sorry, but my brain is obviously just not working. I have tried various things to get the image to render correctly but I think I'm now goig around in circles...
I have my AS code delared thus:
import org.openzoom.flash.descriptors.deepzoom.DeepZoomImageDescriptor;
private var path:String = "GeneratedImages/dzc_output.xml"
private var xml:XML = <image>
<size height="2576" width="1932">
</size></image>;
[Bindable]
public var image:DeepZoomImageDescriptor = DeepZoomImageDescriptor.fromXML(path, xml);
and my MXML:
<mx:panel title="MultiScaleImage" height="286" width="620">
<openzoom:deepzoomcontainer height="210" width="580">
<openzoom:transformer>
<transformers:tweenertransformer>
</transformers:tweenertransformer></openzoom:transformer>
<openzoom:controllers>
<controllers:mousecontroller>
</controllers:mousecontroller><controllers:keyboardcontroller>
</controllers:keyboardcontroller></openzoom:controllers>
</openzoom:deepzoomcontainer>
</mx:panel>
I ahve also tried using it with the output from DSC coming as both a collection and a composition, but I definitely can't get the reuslts I want. I had a look at the getLevelForSize() method, but am confused as to how to iplement it correctly.
Any pointers you can give will be very gratefully received.
Sincerest regards,
Huw Davies.
Huw Davies replied on August 17, 2009 14:55 to the question "Getting Started With the Flex OpenZoom SDK Components" in OpenZoom:
Huw Davies replied on August 17, 2009 09:23 to the question "Getting Started With the Flex OpenZoom SDK Components" in OpenZoom:
Daniel, I'm very embarrassed to be asking this, but as a newbie I'll just have to swallow my pride. I have tried following the steps to get the SDK into Eclipse so that I can start experimenting with the MSI component, but I'm going around in circles. I have downloaded the SDK, and done the Linked Resource step, but I can't seem to put an MSI in my project. Can you point me in the right direction.
Many thanks,
Huw.
Loading Profile...

