• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

How to set source for openzoom multiscale image

New Here ,
Jun 14, 2011 Jun 14, 2011

Copy link to clipboard

Copied

How to set source for openzoom multiscale image

I am giving the source to multiscale image as "dzc_output.xml"

which is genereated through 'Deepzoom composer' but i am geeting the issue

MultiScaleImage.mxml:

<openzoom:MultiScaleImage id="image" left="0" right="0" top="0" bottom="0" source="../nature/dzc_output.xml">

<openzoom:controllers>

<openzoom:KeyboardController/>

<openzoom:MouseController/>

</openzoom:controllers>

<openzoom:transformer>

<openzoom:TweenerTransformer/>

</openzoom:transformer>

<openzoom:constraint>

<openzoom:CompositeConstraint>

<openzoom:ZoomConstraint maxZoom="200" minZoom="0.5"/>

<openzoom:VisibilityConstraint visibilityRatio="0.5"/>

<openzoom:CenterConstraint/>

</openzoom:CompositeConstraint>

</openzoom:constraint>

</openzoom:MultiScaleImage>

dzc_output.xml:

<?xml version="1.0" encoding="utf-8"?>

<Collection MaxLevel="8" TileSize="256" Format="jpg"

NextItemId="3" ServerFormat="Default"

xmlns="http://schemas.microsoft.com/deepzoom/2008">

<Items>

<I Id="0" N="0"

Source="nature/dzc_output_images/_1920x1200_widescreen_wallpaper_natur e_01188_elevation_1920x1200.xml">

<Size Width="1920" Height="1200" />

<Viewport Width="3.0399999999999996" X="-0" Y="-0" />

</I>

<I Id="1" N="1" Source="nature/dzc_output_images/71b61ce2b93e87bcc9e6fb8617437483.xml ">

<Size Width="1920" Height="1200" />

<Viewport Width="3.0400000000000014" X="-1.0200000000000007"

Y="-0" />

</I>

<I Id="2" N="2" Source="nature/dzc_output_images/143_size_1920x1200_002.xml">

<Size Width="1920" Height="1200" />

<Viewport Width="3.0400000000000018" X="-2.0400000000000018"

Y="-0" />

</I>

</Items>

</Collection>

TOPICS
FlexUnit

Views

3.5K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 14, 2011 Jun 14, 2011

Copy link to clipboard

Copied

OpenZoom currently only has limited support for Deep Zoom Collections. To find out more, check out the following two community threads:

http://getsatisfaction.com/openzoom/topics/working_with_output_from_deepzoom_composer

http://getsatisfaction.com/openzoom/topics/deep_zoom_collections_support_for_openzoom

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 14, 2011 Jun 14, 2011

Copy link to clipboard

Copied

So it is not possible to set source of multi images for openzoom:multiscale image in flex??

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 14, 2011 Jun 14, 2011

Copy link to clipboard

Copied

LATEST

Correct.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines