A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Placing shape with X Y values from hyperlink

  1. #1
    Junior Member
    Join Date
    Dec 2006
    Posts
    28

    Placing shape with X Y values from hyperlink

    Hi people newbie here,

    Iv'e been trying to find a way in which a shape in flash could be placed with the X Y values that were in the hyperlink. Is this possible?

    Thanks for you help,
    Carl

  2. #2
    Senior Member
    Join Date
    Jul 2003
    Posts
    156
    Do you mean the link that brought you to the page with the flash on it? If so, if the link looks something like this...www.myurl.com/index.htm?xLoc=100&yLoc=200

    Then inside you movie you can call the variables xLoc and yLoc...

    myClip._x = xLoc;
    myClip._y = yLoc;

  3. #3
    Junior Member
    Join Date
    Dec 2006
    Posts
    28
    Hi Marshall,
    Iv'e tried with no success, Have you got any other suggestions?
    Thanks again for you help,
    Carl

  4. #4
    Senior Member
    Join Date
    Jul 2003
    Posts
    156
    Hm, you may have to use loadVars or something like that. I'm sorry I can't spend more time, but I'm under the gun on a project.

    I did a quick search and found this person is trying to do exactly the same thing as you. Watch this thread.

    http://board.flashkit.com/board/show...=url+variables

    If you still don't have an answer this evening I'll try and get back to you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center