A Flash Developer Resource Site

Search:

Type: Posts; User: kakashi807

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Flash Media Server 4 Question: If Flv exists?

    Hello,

    i'm new using the new fms, I already installed the fms in the server and everything works fine.

    i'm just having a headache trying to figure out how to do the following:

    1. how to...
  2. Replies
    3
    Views
    31,101

    works like a charm thanks!!!

    works like a charm thanks!!!
  3. Replies
    22
    Views
    2,416

    what is the loader.close for???to delete the...

    what is the loader.close for???to delete the swf??

    i think you have to use somethign like removeChild("name_of_the loader");
    loader.close();
    loader.unload();

    source...
  4. Replies
    22
    Views
    2,416

    that happens most of the time when you are wrting...

    that happens most of the time when you are wrting the AS code in the wrong frame, before a movieclip is used or using the wrong variable name

    can you give us more code so we can help you?
  5. Replies
    5
    Views
    2,802

    yes, you upload everything in your server and...

    yes, you upload everything in your server and change the location of your swf to find the xml file giving it the site address.
  6. Replies
    4
    Views
    577

    oh man .i'm using cs4 well...it's kinda...

    oh man .i'm using cs4

    well...it's kinda simple,

    to load a external movieclip ,

    first make a loader
    var swfLoader:Loader = new Loader;//create a loader object IMPORTANT
    var...
  7. Replies
    22
    Views
    2,416

    it's gonna add the bitmap into the stage (where...

    it's gonna add the bitmap into the stage (where you can see it)

    i think you have to use
    use loader.x=whatever number or loader.y=whatever number to position to bitmap.
  8. mm...deja vu, i thought i posted this somewhere ...

    mm...deja vu, i thought i posted this somewhere

    dude, you forgot the instantiante the xml variable
    var xmlData:XML = new XML(e.target.data);
  9. what is allen2drums?? how is it being...

    what is allen2drums??

    how is it being used??yeah..u need to post more info,
  10. what exactly u what??? just a global variable...

    what exactly u what???

    just a global variable that you can store values in it and use it anywhere in your moveclip???

    make a static variable in the class
    public static var test:number = new...
  11. Replies
    5
    Views
    1,859

    uffff...tought one u will have to use php to...

    uffff...tought one

    u will have to use php to write comments to a textfile and load it
    http://www.flash-db.com/Tutorials/savingAS3/savingData.php?page=1
  12. Replies
    5
    Views
    2,802

    mmm..i think u can import it to your flv, but it...

    mmm..i think u can import it to your flv, but it will make your flv file very big
  13. Replies
    4
    Views
    577

    not sure if this is what u want. i've...

    not sure if this is what u want.

    i've attached a simple flv sample

    it willl load an external movieclip, when you click the button it load the second movieclip

    just change the path of the...
  14. Replies
    1
    Views
    407

    dude, you forgot to instantiate the xml; var...

    dude, you forgot to instantiate the xml;
    var xmlData:XML = new XML(e.target.data);
  15. Replies
    7
    Views
    758

    i still don't get what is the timer for???u can...

    i still don't get what is the timer for???u can just stop the texteffect movieclip from the rollover with texteffectmc.stop() then when rollout you play it from frame 1 texteffectmc.gotoandPlay(1);
  16. Replies
    7
    Views
    758

    but could you explain more about what you want to...

    but could you explain more about what you want to accomplish???
  17. Replies
    7
    Views
    758

    sorry, i don't get it, could you explain...

    sorry, i don't get it, could you explain more???why you using a timer to pause ?? can u just use the pause property???
  18. both of the tween looks indentical so i guess...

    both of the tween looks indentical so i guess it's just doing the same thing,

    i think u have to make another tween to moveout when the button is clicked,
    first make the current one leave ...
  19. Replies
    2
    Views
    871

    mm....how is the animation is made for the...

    mm....how is the animation is made for the highlight when the user mouseover those boxes??do they have labels??
  20. Replies
    17
    Views
    2,005

    you are welcome :-)

    you are welcome :-)
  21. Replies
    17
    Views
    2,005

    sorry, busy day :-), okay i just checked the...

    sorry, busy day :-),

    okay i just checked the flv file, it was a minor thing, u forgot the name the movieclips in the main stage, that was it (you select a movieclip (not double click), check its...
  22. Replies
    17
    Views
    2,005

    what error you are getting??

    what error you are getting??
  23. Replies
    3
    Views
    562

    u sure u are using gotoAndPlay and gotoAndStop...

    u sure u are using gotoAndPlay and gotoAndStop properly, sometimes when you have a whole movieclip in "one single frame" and u use gotoAndplay instead of gotoAndStop it give some weeeeird effects.
  24. Replies
    4
    Views
    509

    could you upload your files in filefront.com...

    could you upload your files in filefront.com instead??it's very annoying to download files in rapidshare, i have to wait until it's avaliable to download since i'm not a member, i bet u are not...
  25. http://flaim.wordpress.com/2008/03/13/movieclip-sa...

    http://flaim.wordpress.com/2008/03/13/movieclip-saturation-tweening-using-colormatrix-and-tweener/
Results 1 to 25 of 80
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center