A Flash Developer Resource Site

Search:

Type: Posts; User: malfunkt

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    484

    Multipe .swfs all in sync

    Hi all, I need to know if it is at all possible to have say 2 separate swf files in a webpage that will always be in sync. If possible the end result would be an animation that spans two separate...
  2. Replies
    11
    Views
    382

    one other thing to try would be to assign the...

    one other thing to try would be to assign the text to a variable and then load the variable into the textfield

    myText = "picinfo"+infoCount;
    _root.textViewer.text = myText;
  3. you could also dynamically create movie clips....

    you could also dynamically create movie clips. then set the text field size and load the text. this will give you a consistent link size. one thing though is that you would have to use your holderMC...
  4. Replies
    2
    Views
    526

    try just using the instance name boolCheck1 =...

    try just using the instance name

    boolCheck1 = this.op2.getValue();
  5. Replies
    1
    Views
    687

    This should get you started. you will need to...

    This should get you started. you will need to adjust the timing of the execution of the code.

    one option is to fill an array with the paths to your jpegs. on your main page you will say
    ...
  6. Replies
    11
    Views
    382

    oh yeah and use oldnewbie's script for setting...

    oh yeah and use oldnewbie's script for setting the text.
  7. Replies
    11
    Views
    382

    couldn't open the .fla but i took a look at the...

    couldn't open the .fla but i took a look at the text and i think the returns might be the problem. try leaving no spaces or returns between the variables and &'s in the text file. it should read......
  8. Replies
    6
    Views
    469

    I had the same problem recently. make sure you...

    I had the same problem recently.

    make sure you embed your font and that you have your font in the main.swf library as a shared asset.
  9. Replies
    1
    Views
    730

    solved it. turns out it was a poth problem. i...

    solved it. turns out it was a poth problem. i was using \ which i guess doesn't fly on mac.
  10. Replies
    1
    Views
    730

    streaming mp3's won't load.

    A question for the mac guys. maybe you have encountered this.

    I've got a very simple mp3 player. you click on a button and the corresponding external mp3 is streamed. works great on a pc but on...
  11. masking a movie clip containing multiple dynamic text fields

    I have a containiner mc with multipe mc's inside. each of these mc's is being used as a button and contains a dynamic text field. all of this is created dynamically. the effect being that i have a...
  12. dynamically create buttons containing text field

    ok here's what i'm trying to do. I've tried a lot of things so far and all with no luck...

    I need to create a list of buttons each of which contains text which is loaded dynamically. The idea is...
Results 1 to 12 of 12




Click Here to Expand Forum to Full Width

HTML5 Development Center