A Flash Developer Resource Site

Search:

Type: Posts; User: nmuta

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    3,858

    Ok, had to dig through some old code but I...

    Ok, had to dig through some old code but I resolved this.

    For anyone with the same question, here's the answer....

    to get the first child I can simply do

    colors.color[0]

    and to loop...
  2. Replies
    2
    Views
    3,858

    [RESOLVED] XML nodes problem

    This is pretty basic , and I've done this before but some now now it doesn't seem to be working....

    My xml looks like this :

    <thing>
    <title>blah </title>
    <colors>
    ...
  3. Replies
    1
    Views
    14,834

    anyone?

    anyone?
  4. Replies
    1
    Views
    14,834

    AWAY 3D empty scene

    This code seems correct, no errors, Flash CS5.5 is finding the Away 3D libraries ok, using most recent playerglobal11_0.swc for Flash Player 11.

    Everything is working fine in terms of the...
  5. Converting video from within stand alone Flash app

    Hello all

    It's been a while since I've posted here. I want to create an SWF or an EXE that can look in it's own local directory, find a video file, and with the click of a button by the user,...
  6. Replies
    3
    Views
    981

    Anyone?.... anyone?... Beuller?

    Anyone?....
    anyone?...

    Beuller?
  7. Replies
    3
    Views
    981

    Extending Classes in Actionscript 3.0

    I created a class called Car. My "driver" movie calls "Car" in the as its main associated actionscript class.

    I want to extend Car.

    I did
    public class Honda extends Car{
    ......

    in a...
  8. By the way, its stopped working again. I need...

    By the way, its stopped working again.

    I need to know what causes this issue......
  9. To clarify I am doing LoadVars( ) on level 2...

    To clarify

    I am doing LoadVars( ) on level 2 of a movie, and my variables work when testing inside of Flash, but don't work on the web server. Any help would be appreciated.
  10. anyone?

    anyone?
  11. Yes, something is batty. One one computer, it...

    Yes, something is batty. One one computer, it shows nothing. On another, it shows "undefined" for the variable name. Both PCs have their cache cleared.
  12. Ugh.... ok its working now, but this is very ugly...

    Ugh.... ok its working now, but this is very ugly and it's reminding me of what I think is actually a bug with older versions of Flash. I am using Flash 8.

    From what I remember, loading variables...
  13. Loading Variables not working on server but works FINE locally

    I have one .swf that loads a second one on level 2.

    level 2 then in turn loads variables from a text file .

    The problem is that it works locally, but refuses to work on the server. The urls are...
  14. Replies
    8
    Views
    10,918

    my PHP part

    I thought of that same thing.... adding a number to the end of each "Row" item. I just need to add to my code a number to attach on to the end of each variable as I'm looping through my database...
  15. Replies
    8
    Views
    10,918

    So how do I loop through my loadVars Object to...

    So how do I loop through my loadVars Object to get all of the loaded variables in it from my PHP file? This is the one key I need.....I've got it from there.
  16. Replies
    8
    Views
    10,918

    I suppose I could loop through all the loaded...

    I suppose I could loop through all the loaded variables and then concatenate whichever symbols in front and back of each one and then put them in one long string, to approximate the way they look in...
  17. Replies
    8
    Views
    10,918

    Thanks, sstalder, for such a detailed response...

    Thanks, sstalder, for such a detailed response and code.

    The string does not come into Flash like that, though.....how can I get the string to come into flash like that? With sendAndLoad, Flash is...
  18. Replies
    8
    Views
    10,918

    Load variables into Array

    I am using LoadVars.sendAndLoad() to load PHP generated response from database into Flash.

    The problem is that I am loading several Rows from MySQL.

    Each row represents one folder.

    Each...
  19. Replies
    2
    Views
    2,932

    OK I found the answer: here it is: import...

    OK I found the answer: here it is:



    import fl.controls.ComboBox;
    import fl.data.DataProvider;

    var myVariable:String = "Jim Smith";
    var myVariable2:Number = 100;
  20. Replies
    2
    Views
    2,932

    I should be more clear...... I am going to be...

    I should be more clear...... I am going to be using the ComboBox component, and I can see how to use it in the context of static variables, but I need to know how to populate this comboBox with my...
  21. Replies
    2
    Views
    2,932

    How to populate comboBox with dynamic data

    Now that I have sendAndLoad working properly with my LoadVars object, and I am communicating with my database, I need to populate some lists/menus with data from the database.

    Can someone point...
  22. Ok , got it working now. It was simply a matter...

    Ok , got it working now. It was simply a matter of my reference to the MC not being case sensitive.

    I should have been doing _root.targetMC.birthzone.attachMovie

    anyway instead of my...
  23. Ok, I see. my code is correct. it works when...

    Ok, I see. my code is correct. it works when tried on any other MC on the stage. The difference is that the MC I am targeting in my example is masked, and its large.

    I just have to figure out how...
  24. Btw, I have decided to use AS2 for this project,...

    Btw, I have decided to use AS2 for this project, not AS3.
  25. Attaching an MC inside of ANOTHER movie clilp on stage

    Ok, here's the deal:

    I have a movie clip in the library exporting to Actionscript with the name "folder".

    I have a button on the main stage that, when you press is , should be using attach...
Results 1 to 25 of 88
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center