A Flash Developer Resource Site

Search:

Type: Posts; User: mediaholic

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    520

    here u r :) stringy = new Array("first",...

    here u r :)

    stringy = new Array("first", "second", "third", "etc.");
    my_btn.onRelease = function() {
    index = random(stringy.length);
    my_txt.txt = stringy[index];
    };
  2. Replies
    4
    Views
    520

    ??? either u r making it really, really to...

    ??? either u r making it really, really to complicated or i dont understand u'r problem :)



    u just need 1 mc, one textfield and one array of the strings, holding u'r values

    than use the...
  3. travers the swf to find all textfield occurences

    Hi,

    does anbody know how to travers the whole swf and look for instances of type textfield?
    i mean is there any poroperty(or whatever) which uniqly identifies the textfield?

    i want do do...
  4. "s1" doesn't exist in debug because it is not on...

    "s1" doesn't exist in debug because it is not on the stage.

    i know that this is not going to function i a "regular" way but i'm asking for possible workarounds?

    the whole point is that i...
  5. yes, but doesnt work either

    yes, but doesnt work either
  6. How can i load Sound-Symbols on Demand?

    Hi, i want to do following:

    1. Create sound.fla, import some wave as Sound-Symbol in the Lib and set the linkage to “s1”
    2. export that swf as sound.swf.
    3. Create main.fla, load the...
  7. how to create swf !onTheFly! which holds Sound-Symbols?

    Does anybody knows how to create swf !onTheFly! which holds Sound-Symbols and then use that swf as ?sharedLib? or so, so that I can access that sounds from my main-movie with attachSound?
    To be more...
  8. Replies
    3
    Views
    1,261

    16 in FlashMX2004pro or only Flash 8?

    16 in FlashMX2004pro or only Flash 8?
  9. Replies
    3
    Views
    1,261

    still only 8 Sounds simultaneously ?

    hi, i know that Flash Mx could play only 8 Sounds simultaneously, has that changed in FlashMX2004Pro or Flash 8?
  10. i found a little shortcut : class...

    i found a little shortcut :


    class de.mediaholic.AvatarComposition {
    private var STATE:Number;
    private var HAPPY:Number = 0;
    private var SAD:Number = 10;
    private var av_mc:MovieClip;...
  11. scoping callbacks in class files by using composition of MovieClip?

    The Problem:
    Consider following as-file. All I want to do is set a callback function for a some MovieClip when using composition.

    class de.mediaholic.AvatarComposition {
    private var HAPPY:Number...
  12. Replies
    0
    Views
    362

    hard as2 reflection question?

    hi, is there a way to get the name of the function CURRENTLY ASSIGNED TO some variable? is there something loke as2 reflection?
    i have to fuctions setOnRelease and getOnRelease.
    i use...
  13. amfphp-0.5.1 and Flash Remoting Updater Release 1?

    hi,
    i'm using amfphp-0.5.1 and the standard frcomponents and everithing is fine exept couple of bugs witch r listed
    on...
  14. i know how to use the phpand mysql, that is not a...

    i know how to use the phpand mysql, that is not a point.
    i was just wondering, that nobody did something like that by now.
    i searched the internet, forums, ... but i didn't found anything
    on that...
  15. Replies
    4
    Views
    462

    use getBytesLoaded and getBytsTotal to see if the...

    use getBytesLoaded and getBytsTotal to see if the movie loaded compleatly before manipulatin any mc properties
  16. why nobody answering this kind of question?

    i sow this question several times asked, but never answerd, so i'll giv it a go once more time.

    I have written a Mixer with 4 channels which cann be switched on and off.
    now i wont to have the...
  17. Replies
    8
    Views
    947

    hmm... i tought i would say that :) but what...

    hmm... i tought i would say that :)

    but what about the originally problem, with stoping the simple connect to connect immediately?
    found out how?
  18. Replies
    8
    Views
    947

    i commented out these lines, as suggested but now...

    i commented out these lines, as suggested but now the other comps(for
    example listPeople) does not work. when i click login button, my list people
    stays empty! do u have any ideas???

    and despite...
  19. Replies
    8
    Views
    947

    tnx 99ultimate, lot of great tuts, i found...

    tnx 99ultimate,
    lot of great tuts,
    i found "Stop the SimpleConnect component from remembering a username"
    but i can't find that one wich prevent automatic logging.

    can u give me an url or name...
  20. Replies
    8
    Views
    947

    simple connect component question

    i have the following problem:
    im my blank new fla-file i drag the simple_connect component on the stage and export it. i realised that as soon as i export the swf i'm connected but SHOULDN'T THE...
  21. hi Ultimate99, sorry for late answer,i'vebeen...

    hi Ultimate99,
    sorry for late answer,i'vebeen workin on someother project.

    i found the best way to do it is:


    function getMic(which){
    for (var i=0;i<Microphone.names.length;i++) {
    ...
  22. hi Ultimate99, first thanx for writing back, u...

    hi Ultimate99,

    first thanx for writing back, u r the man!
    i tryed to get available mic's with:


    for (var mn in Microphone.names) {
    trace("mn= "+mn+" : "+ Microphone.names["mn"]);
    }
  23. Replies
    37
    Views
    4,826

    hi Ultimate99, i was reading u're disscusion...

    hi Ultimate99,

    i was reading u're disscusion and u sound preaty familer with FlashCom so i was wonderin do u know does Cam with intergrated Mic can stream audio without external Mic?
    u can see my...
  24. can Cam with intergrated Mic stream audio?

    i was just wondering is it possible to stream audio without extra Microphone? My cam has intergrated Mic and when i use it over NetMeting it will send both video and audio but when i use it in...
  25. see this link...

    see this link
    http://www.kirupaforum.com/forums/showthread.php?threadid=32004

    there is a solution.
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