A Flash Developer Resource Site

Search:

Type: Posts; User: Byzoomi

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,416

    ScrollPane problem

    I am having a ScrollPane problem that has been driving me crazy for days. I have googled for help to no avail and have been trying all sorts of things. Perhaps someone here will be able to help.
    ...
  2. Replies
    0
    Views
    781

    rotating die animation (flash cs5)

    Hello everyone!

    I am working on a rotating 3d die, but I ran into some trouble I can't figure out. Here is what I have so far:
    http://www.contrib.andrew.cmu.edu/~csalvara/dice.fla...
  3. Replies
    8
    Views
    1,003

    Glad I could help :D

    Glad I could help :D
  4. Replies
    8
    Views
    1,003

    Well, ideally you should give your symbols...

    Well, ideally you should give your symbols instance names. Because you didn't give your part_4 symbol an instance name, flash gives it an instance name for you :P. So, I simply went into the part_4...
  5. Replies
    8
    Views
    1,003

    Okay, I looked at the .fla you e-mailed me, and...

    Okay, I looked at the .fla you e-mailed me, and here is the simplest fix. Replace "part_4.txt.text" with "_level0.instance92.instance109.txt.text"

    Hope that helps :)
  6. Replies
    8
    Views
    1,003

    By your description, it seems that...

    By your description, it seems that "part_4.txt.text" is undefined. Specifically, "part_4.txt" does not point to your text field. Make sure your text field has a name and you are properly referring to...
  7. Replies
    8
    Views
    1,003

    If I understand the question correctly, you want...

    If I understand the question correctly, you want to get a variable from flash and get it back to the page it is embedded in?

    If you are using as3, I would recommend looking into ExternalInterface:...
  8. In case anyone was interested, i figured out a...

    In case anyone was interested, i figured out a cool way to do it:
    new Bitmap(Bitmap(uiloader_mc.content).bitmapData)

    This will create a bitmap from the content of a uiloader, allowing me to use...
  9. uiloader - reloading same content a few times

    Hello,

    This may be simple, but I haven't been able to figure it out. I have to dynamically load an image in 2 separate places, but I don't want to have to load the same image twice (this consumes...
  10. Replies
    5
    Views
    4,505

    CS3 Like I said my previous post, your problem is you...

    Like I said my previous post, your problem is you are trying to cast an Array into a MovieClip.

    Are you sure collectFive()[2][0] is a MovieClip? If it was a MovieClip, the line of code you gave...
  11. Replies
    5
    Views
    4,505

    CS3 From the error message, it appears you are at...

    From the error message, it appears you are at some point treating an array as a MovieClip.

    You haven't given a lot to go on, but here are a few of my guesses as to what is happening:
    1. It may be...
  12. 123banners.com appears to produce flash banners...

    123banners.com appears to produce flash banners in .swf format. You cannot directly edit this movie file in Flash. I would recommend using software like So think SWF Decompiler to decompile the .swf...
  13. Replies
    10
    Views
    2,385

    Well, I don't know what to say :( The offer...

    Well, I don't know what to say :(

    The offer still stands to send me the .swf so I can send you the projector. Otherwise, you can try different ways of creating flash projectors, such as various...
  14. Replies
    10
    Views
    2,385

    If you do indeed have flash player 10, then the...

    If you do indeed have flash player 10, then the steps from my initial post should work for you. I was suggesting to use flash player (not flash) to create the projector.

    Here is a screenshot of...
  15. Replies
    10
    Views
    2,385

    Oh wow... I am using Flash Player 10. You can try...

    Oh wow... I am using Flash Player 10. You can try updating and see if that helps.
  16. Replies
    10
    Views
    2,385

    Did you try the steps I mentioned in the previous...

    Did you try the steps I mentioned in the previous post?

    If you want, you can post the .swf file or send it to me and I can send you a flash projector which maintains aspect ratios.
  17. Replies
    3
    Views
    2,418

    rdoyle720, Thank you for responding and...

    rdoyle720,

    Thank you for responding and confirming the issue. Do you think this is a bug in flash player (the link you gave is for flash player bugs)? I get the impression it is a bug in the flash...
  18. Replies
    2
    Views
    2,120

    Change the following: trace(rock._x); ...

    Change the following:
    trace(rock._x);
    trace(rock._y);
    to:
    trace(_x);
    trace(_y);

    Hope that helps :)

    - Byzoomi
  19. Replies
    10
    Views
    2,385

    I find my flash projectors always maintain aspect...

    I find my flash projectors always maintain aspect ratio when I resize.

    Try doing the following:
    1. Run your movie to produce the .swf file.
    2. Browse to the .swf and open it in Flash Player.
    3....
  20. Replies
    3
    Views
    2,418

    wacky bug in flash component?

    Okay, I found what seems to be a bug with flash components. I am using Flash CS5. Here are the steps to reproduce:
    1. Start a new ActionScript 3.0 document.
    2. Put 2 radio buttons on the stage....
  21. Replies
    5
    Views
    2,190

    I submitted the bug report under "Flash...

    I submitted the bug report under "Flash Authoring". Thanks for all your help.
  22. Replies
    5
    Views
    2,190

    Thank you rdoyle720 for confirming the issue. I...

    Thank you rdoyle720 for confirming the issue. I went to both the links you gave. The first doesn't seem to have Flash CS5 listed, and the second requires a login which I do not have.

    BTW, I found...
  23. Replies
    5
    Views
    2,190

    Can anyone confirm the problem I described above?...

    Can anyone confirm the problem I described above? If so, any ideas on how to fix it?

    Thanks.
  24. Replies
    5
    Views
    2,190

    weird flash cs5 font issue

    I have a really weird font issue in flash CS5, and I was hoping someone here could confirm it and/or help me fix it.

    Here are the steps to cause the problem:
    1. Open a new ActionScript 3.0...
Results 1 to 24 of 24




Click Here to Expand Forum to Full Width

HTML5 Development Center