A Flash Developer Resource Site

Search:

Type: Posts; User: gyzhor

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    1,126

    It was so much simpler than we were making it out...

    It was so much simpler than we were making it out to be:

    var pos:int = textfield.getCharIndexAtPoint(textfield.mouseX, textfield.mouseY);
    var startInt:int =...
  2. Replies
    6
    Views
    1,126

    I'm still struggling with this. Even with a...

    I'm still struggling with this. Even with a programmer's help, I've been unable to come up with an expression that compensates for the rightward shift in the selection area.

    I'm trying to...
  3. Replies
    6
    Views
    1,126

    I'm noticing that. The xml I'm loading is...

    I'm noticing that. The xml I'm loading is something like:
    <text>
    <link><a href="event:function1">Click here</a> for function 1</link><br />
    <link><a href="event:function2">Click...
  4. Replies
    6
    Views
    1,126

    Wow. Yes. This definitely merits playing with!...

    Wow. Yes. This definitely merits playing with!
    If I'm reading this right, I'll be ignoring everything but the

    function handleLinkClick(evt:TextEvent):void{
    function since I already have my...
  5. Replies
    6
    Views
    1,126

    setSelection parameters from link

    Is there a good way to select specific text in a text area by clicking a link in that text?

    I know how to use setSelection on text when you know the exact character numbers (ie,...
  6. Replies
    5
    Views
    12,736

    Okay, so after a bit more poking about, I found...

    Okay, so after a bit more poking about, I found this:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16243#lcas3
    (Why I didn't find it earlier I have no idea.)

    This worked for me,...
  7. Thread: Child X & Y

    by gyzhor
    Replies
    4
    Views
    416

    Ooh, that may just do the trick. Thanks! ~gyz

    Ooh, that may just do the trick. Thanks!

    ~gyz
  8. Replies
    5
    Views
    12,736

    Thanks for the quick feedback! Sorry if I seem...

    Thanks for the quick feedback!

    Sorry if I seem a bit dense, but I'm still coming up confused (I'm good with AS2, but new to AS3).

    When using the script you provided, would I change "private"...
  9. Thread: Child X & Y

    by gyzhor
    Replies
    4
    Views
    416

    Sorry for the late reply - I'll definitely give...

    Sorry for the late reply - I'll definitely give this a swing.

    Thanks!
    ~gyz
  10. Replies
    5
    Views
    12,736

    If anyone's interested, I've attached a zip of my...

    If anyone's interested, I've attached a zip of my source files.
  11. Replies
    5
    Views
    12,736

    LocalConnection [AS3]

    I thought passing a string variable via LocalConnection in AS3 would be simple enough, but I can't get it to work for the life of me. Tutorials across the web seem focused on using LocalConnections...
  12. Thread: Child X & Y

    by gyzhor
    Replies
    4
    Views
    416

    Child X & Y

    Is there a way to find a child clip's x and y positions relative to the stage, rather than relative to the parent clip?

    I have a clip on my stage which I would like to follow a rotating clip's...
  13. Replies
    1
    Views
    864

    I think I've solved the problem, actually. By...

    I think I've solved the problem, actually. By using:
    delete mouse_listener01.onMouseUp;
    I'm deleting the properties, but not the listener, which works fine.
    I still don't quite get why using:...
  14. Replies
    1
    Views
    864

    [CS3] An Inescapable Listener

    Hi gang,

    I've got a multi-scene AS2 movie using a new (uniquely named) mouse listener in each scene. Thing is, when I reach subsequent scenes, the mouse event returns the original listener's...
  15. Replies
    2
    Views
    1,458

    Multiple Frame rates in AS3

    Sounds a lot like an unfounded rumor to me, but I'd heard that AS3 can load and play external swfs with frame rates different than the stage's.

    I'm familiar with AS3's ability to adjust the frame...
  16. Replies
    4
    Views
    833

    I've attached a mostly-working draft here. As...

    I've attached a mostly-working draft here. As you can see, the ball goes right over the walls when scrolled quickly, and through them with enough force ... but that last problem is mostly a stopDrag...
  17. Replies
    4
    Views
    833

    Collisions for Draggable Maze Game

    Hey gang!

    I'm creating a marble-in-a-maze game where the x and y of the marble is controlled by scrollbars (it's a game for very young kids to familiarize them with windows).

    Problem being that...
  18. Replies
    0
    Views
    296

    [F8] Cross-Version LocalConnection

    I've created two movies that use localconnection to pass variables, but the two moves are actually published in different versions of the swf player.
    The sending movie is 8 while the receiving movie...
  19. Replies
    6
    Views
    783

    Well, if you're not TOO uncomfortable downloading...

    Well, if you're not TOO uncomfortable downloading an exe from a complete stranger, you can download these three files to your desktop (the exe is just the projector file. nothing malicious, I...
  20. Replies
    6
    Views
    783

    Well, I'm already using LocalConnection, so what...

    Well, I'm already using LocalConnection, so what are you referring me to - Localconnection.allowDomain?
    ...
  21. Replies
    6
    Views
    783

    Well, we're developing a web interface with flash...

    Well, we're developing a web interface with flash navigation, but,we want to have a flash movie located on our desktop that would activate the web navigation as a sort of "universal remote."

    I...
  22. Replies
    6
    Views
    783

    LocalConnection across servers

    I feel kinda dumb asking this, but I REALLY want to get this to work:

    If I understand correctly, LocalConnection only works between SWFs on the same server, but does anyone know how you might...
  23. Replies
    1
    Views
    640

    No one?

    No one?
  24. Replies
    1
    Views
    640

    Framerate wackiness

    I'm building some animations for export to NTSC AVIs, which I've never done.

    Since it's NTSC, I'm animating at a 30fps framerate, but this is causing a discrepancy in the AVI playback (very...
  25. Replies
    11
    Views
    525

    It's always the little things, ain't it? ;D

    It's always the little things, ain't it? ;D
Results 1 to 25 of 31
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center