A Flash Developer Resource Site

Search:

Type: Posts; User: aj13

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    315

    Thanks Sergwiz! I was thinking it had to be...

    Thanks Sergwiz! I was thinking it had to be something simple, but I couldn't find it anywhere.
  2. Replies
    2
    Views
    315

    Multiple Text Variables

    I would like to know if/how one could use a single external text file to populate text in multiple dynamic text objects.

    For example. In my FLA on my stage, I have three dynatext objects, each...
  3. Replies
    0
    Views
    454

    SWF import: Player=Good, Flash=Bad

    I am having a consistent problem importing some vector content in SWF files. The SWF in question will play fine in Player 7019, but when imported into FlashMX it skips over some of the vector objects...
  4. Replies
    4
    Views
    401

    I used to just love Macs, now with OSX, I can't...

    I used to just love Macs, now with OSX, I can't imagine having more fun at what I love to do.
  5. Replies
    4
    Views
    401

    I agree about the Windows free. :) Did you have...

    I agree about the Windows free. :) Did you have another workaround besides just selecting the invisible characters and deleting them? In other words, did you find anything that might be causing this...
  6. Replies
    4
    Views
    401

    v-0.fla added to filename during Save As?

    Strange thing started happening to me yesterday. Whenever I did a "Save As..." with a FLA, Flash would add an invisible " v-0" to the end of the filename, before the extension.

    Example:
    If my...
  7. Replies
    3
    Views
    421

    I'm getting very close to getting this to work....

    I'm getting very close to getting this to work. Everything is set and functioning except for one thing - the attachMovie does not update after the first button state.

    BACKGROUND
    I'm trying to...
  8. Replies
    3
    Views
    421

    Thanks a bunch gparis! I will post a reply if...

    Thanks a bunch gparis!

    I will post a reply if this ends up working.
  9. Replies
    3
    Views
    421

    Global Button Template

    I am trying to make a button symbol that I can base all of my buttons on so that when I change the master button, those changes will be reflected across all of the buttons based on it - a gloablly...
  10. Replies
    4
    Views
    404

    Good points. I personally don't use frames, but...

    Good points. I personally don't use frames, but have to deal with similar issues. I develop entirely in Flash to get around just the issue you bring up. This, however, is not without it's caveats as...
  11. Replies
    4
    Views
    404

    Sounds like a nice thread. Kind of a "best...

    Sounds like a nice thread. Kind of a "best practices" source. I'll be watching to see what people contribute.

    BTW. What is your "better ways to frames"?
  12. Replies
    1
    Views
    370

    Re: Import Fireworks buttons into Flash

    This is strange. Now when I create a button symbol in Fireworks and copy/paste it into Flash it comes in as a button symbol but the text (the button is just text) has been rasterized. I can see/edit...
  13. Replies
    1
    Views
    370

    Import Fireworks buttons into Flash

    I have created button symbols in Fireworks MX and want to copy/paste them into Flash MX. When I do this, the buttons remain symbols, but instead of being buttons in Flash, they have been converted to...
  14. Replies
    3
    Views
    540

    I finally solved the problem, though I never...

    I finally solved the problem, though I never totally discovered what it was. After breaking down the problematic Movie Clip, I found that the buttons that were contained in the MC caused the same...
  15. Replies
    3
    Views
    540

    Unfortunately, I did NOT find a solution to my...

    Unfortunately, I did NOT find a solution to my problem. I went into the Movie Clip and removed the 809999 colored back vector graphic as well as the alpha effects from all of the buttons....
  16. Replies
    3
    Views
    540

    I'm starting to get closer to figuring out what...

    I'm starting to get closer to figuring out what is going on.

    1) I made a new layer with a static vector graphic on it, after running a test movie that graphic remains visible.

    2) I copy that...
  17. Replies
    3
    Views
    540

    Movie Clips hiding layers - help!

    The strangest thing is happening to my FLA. I have some tweened vector graphics sweep onto the stage and then have a movie clip fade up. Whenever I test the movie, the vector graphics don't show up....
  18. Replies
    11
    Views
    982

    Sharp graphics - no antialias

    Megatoon,

    Thanks much for the additional info! In #4 do you mean Modify menu > Movie? I don't see any option for pixels vs. percent under the Publish settings? I'll try your tips out and see how...
  19. Replies
    11
    Views
    982

    Re: seems like i found the answer.

    I found this info VERY helpful. Thanks for your info AND persistence! My example of a site where the images stay fairly crisp and clean even when resizing the browser window is...
    ...
  20. Replies
    3
    Views
    492

    I finally figured out the problem. Not having...

    I finally figured out the problem. Not having much success, I decided to look for sources on ActionScript on the web. I found a great one at http://www.actionscript.org

    After reading through a...
  21. Replies
    3
    Views
    492

    Onlineegs, thanks for the reply. Actually, I...

    Onlineegs, thanks for the reply.

    Actually, I should have mentioned before, test="2" is not supposed to be part of the If loop. It is supposed to be a totally separate variable value that gets used...
  22. Replies
    3
    Views
    492

    I am trying to trigger a couple of actions with a...

    I am trying to trigger a couple of actions with a button on mouse release.

    1) I have a "if" to check a variable (called "playhead"). If the condition is true (it equals the value "images"), then...
  23. Replies
    11
    Views
    622

    I just found the answer to my last question about...

    I just found the answer to my last question about using frame labels instead of frame numbers to control a movie clip timeline. The answer was obvious, just type in the label name from the movie...
  24. Replies
    11
    Views
    622

    Thank you Chuckles! Success! I used the...

    Thank you Chuckles!

    Success! I used the following, as per your suggestion...

    with (mc_images) {
    gotoAndPlay(2);
    }

    ...and it worked! Thanks so much. I could have sworn I used the minus sign...
  25. Replies
    11
    Views
    622

    Catbert, thanks for the help. I tried your...

    Catbert, thanks for the help.

    I tried your simple idea for using one action (but I changed the name to my movie clip's name - "mc-images").

    _root.mc-images.gotoAndPlay(2);

    This was somewhat...
Results 1 to 25 of 28
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center