A Flash Developer Resource Site

Search:

Type: Posts; User: Ennair

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    6
    Views
    1,430

    I am not entering a text in it that's why. I am...

    I am not entering a text in it that's why. I am trying to enter a number! I thought both should work since actionscript is not strongly typed. What should I do to make a number input work please?
  2. Replies
    6
    Views
    1,430

    Thanks for your comments! First, I believe i have...

    Thanks for your comments! First, I believe i have my path right. Second, i have not named my var 'variable'. i just did that for demo purposes only.

    Here is my code:

    var xPositiveLimit =...
  3. Replies
    7
    Views
    606

    This is resolved thanks.

    This is resolved thanks.
  4. Replies
    6
    Views
    1,430

    Variable's value 'undefined'??

    Hi

    I am trying to assing a variable the value of a text input component. But, when I trace my var, i get 'undefined'. The value I am trying to assing is a number.

    this the code i have inside...
  5. Replies
    7
    Views
    606

    with my code I want to draw the line on top of...

    with my code I want to draw the line on top of the movie clip. I want the line to always start from the left corner of the movie clip no matter what the mc size is.
  6. Replies
    3
    Views
    517

    Cool, that's worked this time strangely enough.

    Cool, that's worked this time strangely enough.
  7. Replies
    3
    Views
    517

    [CS3] scaling movie clip

    Hi

    I want to scale a movie clip using actionscript. I tried different methods such as _xscale, scale, _with, _height, but none of them worked.

    I am using AS2 on CS environment.

    Any...
  8. Replies
    7
    Views
    606

    No I still can't get my line to draw on the movie...

    No I still can't get my line to draw on the movie clip. I just want it to be exactly aligned with the borders of my mc. Any other suggestions please?
  9. Replies
    7
    Views
    606

    Hi folks, I really need suggestions on this...

    Hi folks,

    I really need suggestions on this urgently. Can anyone help please?

    Cheers,
    E
  10. Replies
    7
    Views
    606

    [CS3] Starting postion of drawing a line

    Hi

    I am trying to make the starting postion of a drawn line to be the _x position of a movie clip; however, I can't get it to work and the line keeps getting drawn from the edge of the screen.
    ...
  11. Replies
    23
    Views
    8,171

    Thanks for that I understand what you mean now. ...

    Thanks for that I understand what you mean now.
    How about when if we don't use this? Because the code below works too!


    addEventListener(Event.ENTER_FRAME, onEnter);

    function...
  12. Replies
    23
    Views
    8,171

    Thanks very much guys for your help. I have...

    Thanks very much guys for your help. I have actually read throught your posts on this thread and tried both codes. They both work which is confusing for a novice in AS3 like me, but there is a...
  13. Replies
    23
    Views
    8,171

    addEventListener

    Hi

    I am trying to register this handler for the event, but I can't get it to work.



    mc_light.onEnterFrame = function(){
    mc_light._alpha = mc_light._alpha - 5;
    };
  14. Replies
    4
    Views
    874

    Actually, I may have posted this question in the...

    Actually, I may have posted this question in the wrong section. I am using Flash 8 and I think I am using AS2.

    How can I achieve the same effect using AS2 please?
  15. Replies
    4
    Views
    874

    it's not supposed to be a space in the second...

    it's not supposed to be a space in the second part on the if statement 'onRollOver'.

    Thanks.
  16. Replies
    4
    Views
    874

    onRollOver on Buttons

    Hi,

    I wonder if anyone could check this for me and tell me why it's not working please?

    I want the play head to go and stop in frame 1 only if the user is not hovering on btnIntermediate or...
  17. Replies
    5
    Views
    595

    No, I don't think I have got that. Is there any...

    No, I don't think I have got that. Is there any alternative.
  18. Replies
    5
    Views
    595

    I am not sure. How do I know if I have got it...

    I am not sure. How do I know if I have got it please?
  19. Replies
    5
    Views
    595

    [F8] Playing video

    Hi,

    I am wanting to play a video on my site; however, i don't have any experience with video.

    I wonder if anyone has any example to share.

    Any help will be very much appreciated.

    E :)
  20. Replies
    13
    Views
    585

    the $page=$_GET['page']; further down the page is...

    the $page=$_GET['page']; further down the page is for retrieving page value when user presses a <h ref> link on the php page (not Flash).


    $page = $_POST['minesweeperloginVar']; gets var from...
  21. Replies
    13
    Views
    585

    Are you struggling with the Flash format you mean?

    Are you struggling with the Flash format you mean?
  22. Replies
    13
    Views
    585

    Thank you for your example, I used the full path,...

    Thank you for your example, I used the full path, but still can't get it to work. I have changed the format of my fla file to Flash MX 2004. Here is a link to it; I could attach as the file is about...
  23. Replies
    13
    Views
    585

    php is enabled in my machine. I have posted my...

    php is enabled in my machine. I have posted my files because that explains better. My php code is at the top of the index.php file.

    Thank you,
    E
  24. Replies
    13
    Views
    585

    I changed the path into absolute, but still...

    I changed the path into absolute, but still doesn't work. Could the fact that my swf is called in index.php file has anything to do with it?
  25. Replies
    13
    Views
    585

    Hi a modified dog, Thank you for your help,...

    Hi a modified dog,

    Thank you for your help, the flash variable is still not being sent for some reason. Is there any particular frame where I should place the code?

    Thanks
Results 1 to 25 of 101
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center