A Flash Developer Resource Site

Search:

Type: Posts; User: nunomira

Page 1 of 19 1 2 3 4

Search: Search took 1.19 seconds; generated 46 minute(s) ago.

  1. Replies
    2
    Views
    1,761

    AS 2 Hi, Supposing you have the text field with the...

    Hi,

    Supposing you have the text field with the instance name name_txt:

    var myVar:String = name_txt.text;
    var myArray:Array = new Array(myVar);
    trace(myArray);
  2. Replies
    7
    Views
    2,272

    AS 2 koenahn, You're right. I suggest you read:...

    koenahn,

    You're right.
    I suggest you read:
    http://goo.gl/uu7jg
    http://goo.gl/TjrUF
  3. Replies
    7
    Views
    2,272

    AS 2 hi, You don't have new Object(), you have new...

    hi,

    You don't have new Object(), you have new Object.

    And
    myvar = new Number(0)
    isn't required.
    You can just have
    myvar = 0;
  4. Replies
    7
    Views
    2,272

    AS 2 Hi, You can have other objects stored inside...

    Hi,

    You can have other objects stored inside objects.
    And objects stored in LSOs.
    Here's a simple example:

    var my_so:SharedObject = SharedObject.getLocal("someSO");

    // it's the first time...
  5. Replies
    1
    Views
    4,766

    hi, I don't understand exactly what you want....

    hi,

    I don't understand exactly what you want.
    Maybe if you post more XML and the ActionScript code you're using it would become more clear.

    Do you want to use HTML in your XML?
    You can use...
  6. Replies
    1
    Views
    4,234

    Hi, Yes, you were in the wrong place. Moved...

    Hi,

    Yes, you were in the wrong place. Moved from the XML to the AS3 forum.

    That effect can be easily accomplished with TweenLite / TweenMax.

    Here's an example.
  7. Replies
    9
    Views
    8,697

    +1

    +1
  8. The tutorial is available here...

    The tutorial is available here.
  9. Tutorial - Image Generation with AS3 and PHP

    This is the accompanying thread for the tutorial "Image Generation with AS3 and PHP".

    Here you can post comments, questions and suggestions related to the tutorial.
    If it's not completely related...
  10. The tutorial is available here...

    The tutorial is available here.
  11. The tutorial is available here...

    The tutorial is available here.
  12. The tutorial is available here...

    The tutorial is available here.
  13. The tutorial is available here...

    The tutorial is available here.
  14. The tutorial is available here...

    The tutorial is available here.
  15. Replies
    3
    Views
    7,152

    The tutorial is available here...

    The tutorial is available here.
  16. Replies
    2
    Views
    2,661

    Hi, I can't access the first two urls. I get...

    Hi,

    I can't access the first two urls. I get a page not found error. (Firefox or IE)
    And Chrome translates the url to http://www.xn--domn-noa.se/admin.html...
  17. Replies
    7
    Views
    16,682

    That's really unfortunate JP. Best of luck!...

    That's really unfortunate JP.
    Best of luck!
    Hope things change for the best really quick.
  18. Tutorial - Flash Mail Form with Swift Mailer (PHP)

    This is the accompanying thread for the tutorial "Flash Mail Form with Swift Mailer (PHP)".

    Here you can post comments, questions and suggestions related to the tutorial.
    If it's not completely...
  19. Tutorial - Flash Clock with the server's time using PHP

    This is the accompanying thread for the tutorial "Flash Clock with the server's time using PHP".

    Here you can post comments, questions and suggestions related to the tutorial.
    If it's not...
  20. Tutorial - Listing image files in a directory with PHP

    This is the accompanying thread for the tutorial "Listing image files in a directory with PHP".

    Here you can post comments, questions and suggestions related to the tutorial.
    If it's not...
  21. Tutorial - Loading a different image each time using Local Shared Objects

    This is the accompanying thread for the tutorial "Loading a different image each time using Local Shared Objects".

    Here you can post comments, questions and suggestions related to the tutorial....
  22. Tutorial - Passing URL variables into Flash using FlashVars and SWFObject

    This is the accompanying thread for the tutorial "Passing URL variables into Flash using FlashVars and SWFObject".

    Here you can post comments, questions and suggestions related to the tutorial....
  23. Replies
    3
    Views
    7,152

    Tutorial - Drag and Drop game

    This is the accompanying thread for the tutorial "Drag and Drop game with ActionScript 3".

    Here you can post comments, questions and suggestions related to the tutorial.
    If it's not completely...
  24. Replies
    2
    Views
    3,050

    hi, Make sure you have errors enabled in your...

    hi,

    Make sure you have errors enabled in your PHP config to see what's going on.
    I've had problems as well.



    error_reporting(E_ALL);
    ini_set('display_errors', 1);
  25. Replies
    3
    Views
    2,523

    hi, What exactly is changing in the playlist?...

    hi,

    What exactly is changing in the playlist? What's changing it's what has to be reset....
    For example, if it's the number of the song that's advancing, a variable i, that's the variable you'll...
Results 1 to 25 of 473
Page 1 of 19 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center