A Flash Developer Resource Site

Search:

Type: Posts; User: dbonneville

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. data binding and as 2.0 components question

    Hi:

    I have a little app driven off an xml file. I have the various components bound and correctly updating as needed from a combo box.

    PROBLEM:
    I need to allow the timeline, however, to be...
  2. how do you pass variable into tooltip component

    I can't seem to figure out how to take a variable (vPhoto) and make the MM tooltips component read it. It just says "vPhoto" and never gets the value. I tried typing {vPhoto}, /vPhoto/, etc. Is there...
  3. loadCheck on new Flash application...help!

    Fugent Virtual Presenter

    I've been having intermittent trouble with what seems to be Flash skipping part of a loading sequence.

    The shell is loading swf files converted from PPT files. The...
  4. _global function confusion. what is missing?

    I'm trying to set up a method that set some property values of the mc that called it. I imagine the code would look something like this, but it doesn't work. I'm missing some fundamental approach:
    ...
  5. help altering the "common libraries" directory

    I would like Flash to load some fla's that reside on a server, into it's "common libraries". I found the folder where the 3 default common libraries sit, and tried to simply add a shortcut to the...
  6. Replies
    1
    Views
    3,689

    I saw a demo where the input level of the mic was...

    I saw a demo where the input level of the mic was translated into various positions of a cartoon like mouth, thus roughly imitating the speaking pattern of the mic user.

    I have a need to do...
  7. Replies
    1
    Views
    504

    Can someone post an example of how to tween by...

    Can someone post an example of how to tween by code?

    I have a "button" mc with 3 states. Off, Over, and Big.

    The movie is 5 of theses mc's in a row. I want to cycle through each button from...
  8. Replies
    11
    Views
    2,796

    What do I need to get started with the SDK? Do...

    What do I need to get started with the SDK? Do you have to call MM and apply for it or is it a free download. Is it just C++ and then you compile it?

    Now, I am aware of a new media product that...
  9. Replies
    11
    Views
    2,796

    With the SDK, could you theoretically make a...

    With the SDK, could you theoretically make a player that allows for transparent swf's on Netscape?
  10. Uh! That works....I also just needed to get rid...

    Uh! That works....I also just needed to get rid of the ".." before everything!

    Thanks!
  11. How do you get the value of a variable nested in...

    How do you get the value of a variable nested in a clip?

    I had ../:variableName that read one level back and that worked. But I wrapped it in another clip and don't know what to try.

    I tried...
  12. Hi! I need to make x number of instances of a...

    Hi!

    I need to make x number of instances of a text box occur, so as to create a list. Each occurence of the box will have a variable that reads from a loaded text file. The text file determines...
  13. Replies
    3
    Views
    506

    I'm VERY interested in hearing more on how to...

    I'm VERY interested in hearing more on how to convert jpgs to swfs in with cgi or perl or anything. Do you have any information on that at all? I found another thread on this where one of the posters...
  14. Replies
    3
    Views
    506

    I read in the Friends of Ed book that there is a...

    I read in the Friends of Ed book that there is a way to update swfs without having to use Generator. It entailed wrapping the jpg in some code, but offered no details. Does anyone have information on...
  15. That is great!! I didn't know flash did that. I'd...

    That is great!! I didn't know flash did that. I'd prefer to use as many flash 5 conventions as possible and the app take care of the rest! Thanks again. Very helpful...

    Doug
  16. Replies
    1
    Views
    393

    How do you check a property of an object in flash...

    How do you check a property of an object in flash 4 for conditional logic? I don't have any 4 books hanging around.

    I know in 5, you go:

    _root.mainclip.subclip._visible

    But in 4, I have...
  17. How do you check a property of an object in flash...

    How do you check a property of an object in flash 4 for conditional logic? I don't have any 4 books hanging around.

    I know in 5, you go:

    _root.mainclip.subclip._visible

    But it 4, I have...
  18. Replies
    4
    Views
    503

    That's exactly what I did and it works!! Are...

    That's exactly what I did and it works!! Are there any cases where _visible doesn't work on a clip?

    Doug



    You could avoid this visibility problem by setting your mc's inside another mc. Like...
  19. Replies
    1
    Views
    438

    I am loading 10 swf's into 10 instances of a clip...

    I am loading 10 swf's into 10 instances of a clip as a holder (as needed for positioning). In frame one of the clip that does this, I have all the instances set to _visible false. The next frame...
  20. Replies
    4
    Views
    503

    Hello! I am loading 10 swf's into 10 instances...

    Hello!

    I am loading 10 swf's into 10 instances of a clip as a holder (as needed for positioning). In frame one of the clip that does this, I have all the instances set to _visible false. The next...
  21. Replies
    2
    Views
    449

    It turns out I simply needed _level0/ before the...

    It turns out I simply needed _level0/ before the name of the MC. It works now. Thanks!

    Doug
  22. Replies
    2
    Views
    460

    Re: Try setting your publish settings

    It turns out I needed to add _level0/ before the name of the MC, the the 4 reader gets it bearings and it works from there. I had been publishing in 4 format. It was working fine in the 5 reader, but...
  23. Replies
    2
    Views
    449

    Hola: I've been using what I thought to be...

    Hola:

    I've been using what I thought to be flash 4 compliant code on a project. I went to test it on a flash 4 plugin in IE PC, and the first place a script comes up, it doesn't work. I'm not...
  24. Replies
    2
    Views
    460

    Hola: I've been using what I thought to be...

    Hola:

    I've been using what I thought to be flash 4 compliant code on a project. I went to test it on a flash 4 plugin in IE PC, and the first place a script comes up, it doesn't work. I'm not sure...
  25. Replies
    4
    Views
    649

    Can you explain the "i" variable? I'm attempting...

    Can you explain the "i" variable? I'm attempting to get this so I can implement it myself, to no avail so far...but I won't give up! I need this effect...I'd rather use the math, as you say!

    ...
Results 1 to 25 of 34
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center