A Flash Developer Resource Site

Search:

Type: Posts; User: sunny13

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    454

    [F8] Blank Combobox

    Can someone let me know the solution to this?
    I have a combobox in a movieclip attached dynamically. It works well for the first time but when attached in the same movieclip once again... it does...
  2. Use setInterval and Math.random()

    Use setInterval and Math.random()
  3. Replies
    1
    Views
    665

    See the help for getBytesLoaded or...

    See the help for getBytesLoaded or movieClipLoader.
  4. Replies
    1
    Views
    4,345

    I think it should work... you can try this....

    I think it should work... you can try this....
  5. Replies
    6
    Views
    591

    try this

    try this
  6. Replies
    2
    Views
    568

    If u are using a function on a movieclip, u cant...

    If u are using a function on a movieclip, u cant use it for the clips inside it... wht u can do is detect the mouse position when released... if it is on one of the clips inside, execute the...
  7. Replies
    1
    Views
    364

    It loads the variables on levels and not in...

    It loads the variables on levels and not in movieclips .... for this u need to use loadVariables or my_mc.loadVariablessee flash help for details...hope this will help u...:)
  8. Replies
    3
    Views
    447

    You can use onEnterFrame

    You can use onEnterFrame
  9. Replies
    1
    Views
    404

    I think you can use autoSize property of text...

    I think you can use autoSize property of text field.... set it to true for the text field... see flash help if not clear.
  10. Replies
    4
    Views
    476

    read help of loadMovieNum() in flash doc ....

    read help of loadMovieNum() in flash doc ....
  11. Replies
    3
    Views
    5,803

    try something like this...

    try something like this...
  12. Replies
    1
    Views
    449

    try this...

    try this...
  13. Replies
    5
    Views
    827

    what exactly you want .. the value of the...

    what exactly you want .. the value of the selected item of the combobox or the same value you recieved from the asp page.. the second one is trivial... for the first one see combobox flash elp..it is...
  14. Thread: Dynamic Text

    by sunny13
    Replies
    3
    Views
    620

    try this code in if .. Also check name of...

    try this code in if ..

    Also check name of dynamic text.
  15. Replies
    4
    Views
    496

    can you upload your picture and fla?

    can you upload your picture and fla?
  16. Replies
    2
    Views
    310

    I have done that already... before that it was...

    I have done that already... before that it was not opening even
  17. Replies
    4
    Views
    7,369

    Simple one is make a movieclip and show it when...

    Simple one is make a movieclip and show it when needed .. If it has a good amount of assets ... load it as a separate swf .. you can refer loadMovieNum as well ... see flash help
  18. Replies
    2
    Views
    310

    Combobox boundary problem

    I am facing a problem with the flash 8 combobox component... It is working fine if i open the file containing it but when I load the file in some other file I am facing a problem .... see the picture...
  19. Replies
    5
    Views
    827

    try this... place a combobox at stage.. and use...

    try this... place a combobox at stage.. and use this code .. you can use your php page .....

    var result_lv:LoadVars = new LoadVars();
    result_lv.onLoad = function(success:Boolean) {
    if (success)...
  20. Replies
    4
    Views
    496

    are you resizing the photograph

    are you resizing the photograph
  21. Replies
    4
    Views
    7,369

    Can you please explain a bit more what exactly...

    Can you please explain a bit more what exactly you want to do....
  22. Replies
    6
    Views
    392

    Try this

    Try this
  23. Replies
    6
    Views
    392

    where you want to change your code.. in the...

    where you want to change your code.. in the movieclip itself or on the maintimeline?
  24. Replies
    4
    Views
    574

    try something like this.... var objMain = this;...

    try something like this....
    var objMain = this;
    for (var i = 1; i<=15; i++) {
    objMain["lesson"+i+"Completed"] = 0;
    }
    //Some code
    //objMain["lesson"+6+"Completed"] = 1;
    var count = 0;
    for...
  25. Replies
    6
    Views
    392

    If you visit a frame .. its script will be...

    If you visit a frame .. its script will be executed ... as many time you visit the frame .. the script will be executed .. but you can change the actions but not the script.... say you have a...
Results 1 to 25 of 96
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center