Ideas off the top of my head:
- use an image library server-side to crop the image to a series.  So, 1 
2880x2880 image becomes 4 1440x1440 images.  You can then put 4 Image tags 
in a Tile tag to align them nicely.
- scale the image to whatever aspect ratio matches 2880x2880 and deal with 
the limitation
- shrink the viewport to view the entire image; then, use bitmapData in 
Flash 8 to copy the image data to the ViewPort.  You can keep all 4 
1440x1440 images off screen, and just copy from them (similiar to how Google 
Maps/ Yahoo Maps does it).

----- Original Message ----- 
From: "moyosaned" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, December 28, 2005 7:09 AM
Subject: [flexcoders] Re: Max width and height for the Loader??


Since version? Man Ok but I'm trying to load loading an image bigger
than 2880 x 2880. and setting in my Image-tag it has to for example
400 x 400. It does seem to react the same as when i use a smaller
image, I'm not seeing an image at all.

I tried to trace (image.)content! When i'm loading an lager image it's
height and width are near 0, with smaller images its has the size it
needs to be.

It smells like a Flex/Flash bug.... Do you got any other solution. to
load this image but resized to a smaller format. without for example
duplicate the image and use the resized one on the server, if you get
what i mean

--- In [email protected], "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> Max for images in Flash Player is 2880x2880.  If the Loader goes
bigger than
> that, that is an accident.
>
> ----- Original Message ----- 
> From: "moyosaned" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Thursday, December 22, 2005 11:16 AM
> Subject: [flexcoders] Max width and height for the Loader??
>
>
> Is there a max width/height for the Loader
> I tried a width from around 4000 pixel, but I see around 3000/2880.
> Is it just me? I'm loading the image like this:
>
> <mx:Loader id="image_loader" scaleContent="true"
> maintainAspectRatio="true" mouseMove="scroll()"/>
>
> and
>
> <mx:Loader id="image_loader" scaleContent="false"
> maintainAspectRatio="true" mouseMove="scroll()"/>
>
> and setting the source in script.
>
> What am i doing wrong! Is there a max?
>
>
>
>
>
>
>
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links








------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to