A Flash Developer Resource Site

Search:

Type: Posts; User: Rogue Jedi~

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. As per the audio dropout, read my reply in your...

    As per the audio dropout, read my reply in your OTHER thread about it.
  2. If the problem seems to occur when using the...

    If the problem seems to occur when using the javascript buttons, why don't you just make the playback control in flash itself, so no problems?
  3. Thanks keyone, didn't even think about that work...

    Thanks keyone, didn't even think about that work around, works great! :)
  4. I have a button that does nothing when clicked,...

    I have a button that does nothing when clicked, yet is set to go to a certain scene.


    on (release) {
    gotoAndPlay("NewCat",1);
    }

    I've tried adding _root., and even _parent._parent._parent....
  5. Replies
    2
    Views
    428

    I'm guessing your using a movie clip inside the...

    I'm guessing your using a movie clip inside the over frame to play an animation, if so it's easy: just put a stop(); in the last frame of that movie clip
  6. So I'm guessing it's not possible..... which is...

    So I'm guessing it's not possible..... which is kinda dumb :-\
  7. I was wonder if it's possible to retrieve the...

    I was wonder if it's possible to retrieve the index number of the selected item in a list box. I tried getSelectedItem().index; but that didn't work. If it's possible, please share :)
  8. Replies
    2
    Views
    400

    Check your color settings on the text area ;)

    Check your color settings on the text area ;)
  9. Replies
    3
    Views
    617

    For a "hover" just design the button, select all...

    For a "hover" just design the button, select all the elements and hit F8. Convert it to a button, then right click on it, hit Edit in place. Then click on the hover frame and hit F6 to add a new...
  10. Replies
    3
    Views
    758

    gSolo is correct, all you need to do is just put...

    gSolo is correct, all you need to do is just put the variable in the action script and it should submit along with the other information.
  11. Replies
    3
    Views
    443

    As long as you have the & in front of each...

    As long as you have the & in front of each variable, you do NOT need to put them on the same line.
  12. Right, but you need to have a & in front of each...

    Right, but you need to have a & in front of each of the variables for the loadVariables method, otherwise flash can't tell them apart.
  13. Ok, so here's what my problem is: I want to be...

    Ok, so here's what my problem is:
    I want to be able to add a UI component for every category in the database, although I know what I need to do for loops and all that EXCEPT actually adding the...
  14. Only win32 servers? Bah :-\

    Only win32 servers? Bah :-\
  15. Replies
    2
    Views
    442

    Try _root instead of _global.

    Try _root instead of _global.
  16. Is it a full fledged server app like Apache or is...

    Is it a full fledged server app like Apache or is it something to run with apache for flash?
  17. Replies
    21
    Views
    1,293

    "The uppermost left hand side frame, where its...

    "The uppermost left hand side frame, where its just trees and a walkway, you cant walk down <because if you go the other way around you'll find a house blocks your way> but when your on the uppermost...
  18. SWF Studio sucks unless you've got the money to...

    SWF Studio sucks unless you've got the money to pay for it, cause 1.) It shows a logo on open and close and 2.) it doesn't even play your movie.

    I wish to learn more about these shared objects......
  19. Well that just sucks, I knew I had done it...

    Well that just sucks, I knew I had done it before, but I *@#&^ng need to be able to do it in MX :-\ (save to a text file.) Cookies are insufficent for any actual program made, I'm making a full...
  20. Replies
    3
    Views
    513

    I explained it best I could, I want < and > to...

    I explained it best I could, I want < and > to show as < and > in an html dynamic text box, rather than try to be a tag.
  21. Replies
    2
    Views
    532

    No, you have to use a movie clip, there are only...

    No, you have to use a movie clip, there are only a few HTML tags supported by dynamic and input text boxes.
  22. Replies
    3
    Views
    513

    Any ideas?

    Any ideas?
  23. Replies
    5
    Views
    491

    How does this have anything to do with icons,...

    How does this have anything to do with icons, just curious?
  24. Replies
    14
    Views
    893

    Although the first link solved my problem it also...

    Although the first link solved my problem it also caused one. The scroll bar now works like it's supposed to (yay!) but the content updates a lot slower, and I can't have that, the whole idea around...
  25. Replies
    4
    Views
    567

    He means part of it, not the entire thing.

    He means part of it, not the entire thing.
Results 1 to 25 of 49
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center