A Flash Developer Resource Site

Search:

Type: Posts; User: 4Sheezy

Page 1 of 12 1 2 3 4

Search: Search took 0.14 seconds.

  1. Fruitbeard my man...thnx...it was some weird ish...

    Fruitbeard my man...thnx...it was some weird ish going on with the textfield... I deleted the searchTxt textbox and created another one and all of sudden it starts working!?? I copied the original in...
  2. Weird......can you send me your FLA?

    Weird......can you send me your FLA?
  3. Same problem...no matching results... for...

    Same problem...no matching results...

    for whatever reason fileXML.device.children()[i].toString().indexOf(str) != -1 returns false so the code if the if statement never runs.

    Did it work on...
  4. I assume that high number of views and lack of...

    I assume that high number of views and lack of responses means my question was ill formed...let's try this again...say I have this XML...


    <devices>
    <device>
    ...
  5. How to search each descendant of an XML object for a matching string

    Suicide is not an option so i need your help...why won't this work?

    I'm working on a search feature of my interface which lists devices. I want to be able to enter a term into a search field and...
  6. Replies
    2
    Views
    551

    Thanks, you big ole code pimp!

    Thanks, you big ole code pimp!
  7. Replies
    2
    Views
    551

    Reading XML attributes correctly

    Here's my xml file



    <?xml version="1.0" encoding="UTF-8"?>
    <gameData>
    <category id='1' >
    <name>Keeping your Credit Clean</name>
    <questions>
    <question id='1'>
  8. Replies
    1
    Views
    438

    my shape won't show

    background info...I have been creating my assets in the flash library for the interfaces i have built and just linking them. But now I want to draw the shape I need via code. So I started with a very...
  9. Replies
    1
    Views
    538

    [solved]

    private function activateLanguageButtons(){
    for (var a:Number=1;a<languages.length; a++){
    this["btn"+a].id = a;
    this["btn"+a].buttonMode = true;...
  10. Replies
    1
    Views
    538

    Enable and Disable buttons

    my buttons disable but ignore the gotoAndStop...what is wrong here


    private function activateLanguageButtons(){
    for (var a:Number=1;a<languages.length; a++){
    this["btn"+a].id =...
  11. Replies
    3
    Views
    472

    1) Create a loader object

    1) Create a loader object
  12. Customized DataGrid or Scrolling List w/ multiple header or something like that

    I need to create a list that will shows topics form an XML file that show the topic category, title and icon for the file format (swf, or pdf). The caveat is they want topics sorted by category. See...
  13. Loader loads locally but won't load when file put online

    Okay, so I have a loader component on stage called 'roomHolder' that l'm using to load in an external swf.




    // room loader
    var loaderObj:Object = new Object();
    loaderObj.complete =...
  14. Replies
    2
    Views
    481

    [F8] Functions stored as variable

    This is probably a dumb question but....

    Just wondering what the benefit of storing a function as a variable, then assigning that variable to execute function vs. writing a function and calling as...
  15. Thread: [mx04] [f8]

    by 4Sheezy
    Replies
    2
    Views
    377

    It's a miracle...the village idiot has been...

    It's a miracle...the village idiot has been cured!!!!!

    (In Randy Jackson's voice): Thanks Dog!
  16. [MX04] Tree Component not displaying labels

    My XML is valid but when i load it into my tree component, i get to folders (that should be labelled 'Scenario1' and 'Scenario2), but instead for it and all items i get

    [type function][type...
  17. Replies
    34
    Views
    1,360

    Use nested movie clips

    Put a move clip on the stage, name it loadedSWFs.

    whenever you need to load another swf into it use



    loadedSWFs.loadMovie("movie.swf") // replace movie with actual file name


    that's...
  18. Thread: [mx04] [f8]

    by 4Sheezy
    Replies
    2
    Views
    377

    [mx04] [f8]

    This is just the beginning of my problem but...

    I have this xml


    <?xml version="1.0" encoding="utf-8"?>
    <scenarios>
    <scenario name="Scenario1">
    <!--...
  19. Thread: Resize window

    by 4Sheezy
    Replies
    1
    Views
    852

    Short answer...you can't. But you can resize...

    Short answer...you can't. But you can resize anything you put on the stage. Due everything inside a movieclip and resize the movie clip.
  20. Replies
    0
    Views
    577

    [MX04] Select a row in a DataGrid

    I don't see anything in the help about how you get the value of the selected row of a dataGrid. Anybody know where i can look for this type of info.

    I am listing account names with dates and...
  21. Replies
    1
    Views
    376

    Read this a few days ago, and just came across a...

    Read this a few days ago, and just came across a potential solution.

    After the text is typed in, set the maxChars for that textbox to whatever the length of it is when the button is pressed:

    ...
  22. Thread: XML new line?

    by 4Sheezy
    Replies
    6
    Views
    8,860

    put the html for a line break in and render the...

    put the html for a line break in and render the text on the menu as HTML.
  23. Replies
    2
    Views
    555

    I assume that when you say you mean that...

    I assume that when you say


    you mean that you have a value that you want to show in different positions in your movie. You want to set that value and have that value be the same no matter what...
  24. Replies
    4
    Views
    593

    Please clarify your question

    do you have a movie clip named pillars with multiple text fields in it, or do you have multiple movie clips that start with "pillars" and then a number?
  25. Replies
    2
    Views
    375

    Assuming you mean that you have a text box on the...

    Assuming you mean that you have a text box on the stage set to dynamic and you gave it an instance of myVar...
    A dynamic text box is an object with text as an attribute. That attribute is a string....
Results 1 to 25 of 298
Page 1 of 12 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center