Hi,

So when the user zooms in, you will bring in the bigger image at one go..
right?

You can directly load the new image with the path you get from the server.
The only difficult task is to write the logic for calculating the offset
position for placing the bigger image. You will have to calculate based on
the position where the user has clicked on the old image and the
ratio-difference between the two images.

Let me know if you need more clarifications on the same.

Regards,
Venkat
www.venkatv.com

On Wed, Oct 29, 2008 at 7:48 PM, gnubine <[EMAIL PROTECTED]> wrote:

>
> hi,
>  I am a complete newbie to flex. There are 3 different resolutions of
> images and they are in the server. The database has the image paths
> and php scripts access the database. If the client zooms or pans with
> the flex interface it should show the relevant image from the server.
> As you can see, it is something like google map. I dont know how to do
> it since the examples on the web deal with only one image and that is
> embedded too. I also found a zoom|pan componant that has the same
> drawback. Please say how its done.
>
> thanks
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to