1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Zoom the image from flash

Discussion in 'PHP' started by samsolomon, Jan 31, 2009.

  1. #1
    Hi to all,
    I want to zoom the image. In the flash the image is moving like slide show. If we move the cursor to particular image the to be zoom. I have got a alert from flash with path and location of the image. If anybody knows how to zoom the image from the above requirement please help me....
     
    samsolomon, Jan 31, 2009 IP
  2. bbrez1

    bbrez1 Banned

    Messages:
    208
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Why is this under PHP section?

    Solution:

    Use this simple action script code and time loop it:

    box.scaleX += 0.2;
    box.scaleY += 0.2;
     
    bbrez1, Jan 31, 2009 IP
  3. samsolomon

    samsolomon Guest

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    But my flash file size is small. with in the flash file this code works. but i need to zoom the image out of the flash file...

    Thanks for your reply...
     
    samsolomon, Feb 7, 2009 IP
  4. koolman

    koolman Peon

    Messages:
    76
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    koolman, Feb 7, 2009 IP