A Flash Developer Resource Site

Search:

Type: Posts; User: Mark2k

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,496

    Anybody having trouble with CS5.5?

    I'm using it on a Mac. The autosave feature can't be turned off even though there is an option for it. So it saves my 300mb file every 10 minutes. Which means every 10 minutes I have to stop working...
  2. [CS4] Scrollpane showing border when clicked on

    I have an AS2 scrollpane that contains a movieclip with a static text box in it an nothing more. The SWF that its in is loaded externally by a parent movie into an MC container. When I view the...
  3. Replies
    37
    Views
    16,071

    I just upgraded to a 2.93 Core2Duo with 4 gig of...

    I just upgraded to a 2.93 Core2Duo with 4 gig of DDR3 Ram and a 7200rpm HD and, while performance is better, some stuff is insanely slow on CS4 that was manageable on my 2.33ghz 2gig machine under...
  4. CS4 - Problem with Resolution independant filters

    So, I've realized that one of CS4's undocumented features is resolution independent filters for MCs. Here's and example from the same file in CS3 and CS4 of the glow filter at a zoom of 400%.

    My...
  5. Scaling and Moving masks with Tween Classes and rollover.

    I have five images covered by five masks. I'd like to be able to roll over each image and have the mask for that image enlarge revealing more of the image while accordion squishing the other image...
  6. Replies
    8
    Views
    1,632

    Full, indepth CS4 review

    Just posted what is probably the most honest and thorough review of Flash CS4 there is with photos and video. Read it if you're on the fence about spending the upgrade fee and let me know if I missed...
  7. Replies
    37
    Views
    16,071

    BD, that's my experience. And I'm finding now...

    BD, that's my experience. And I'm finding now that its not just a large amount of frames thing. I can have a single frame movie and if there's a lot of info on screen I get the same slowdowns. It...
  8. Replies
    37
    Views
    16,071

    But, is this a Mac only problem? Any Windows...

    But, is this a Mac only problem? Any Windows users with more than 2000 frames in their movies want to chime in? Or has anyone used it in parallels/vmware/bootcamp? Because I'm really curious to see...
  9. Replies
    37
    Views
    16,071

    I have a perfectly adequate Macbook Pro 2.33ghz...

    I have a perfectly adequate Macbook Pro 2.33ghz with 2gigs of memory. Flash 8 wasn't this slow under Rosetta.
  10. Replies
    37
    Views
    16,071

    Flash CS4 for Mac is slow as fudge?

    Some stuff is as fast as before, like scrubbing and playing and applying a tween.

    But other, simple stuff, like selecting frames, adding frames - regular or key - takes 2-5 seconds each. Really...
  11. I've also noticed just now that movie clips are...

    I've also noticed just now that movie clips are played now, rather than static like they used to be - also pointing to a screen grab process. I know people have wanted to be able to have their MCs...
  12. Flash CS3 exports video differently than Flash 8?

    I'm having trouble with exporting video with Flash CS3. Its seems like the method of conversion is different now. CS3 seems to be recording the video from playing the file - when I watch the video I...
  13. my god, you're absolutely right. The loaded swf...

    my god, you're absolutely right. The loaded swf is REALLY big. that part of the movie is probably not loaded yet. Thanks, man! Should be easy enough to fix.
  14. Still not working. One thing that I forgot to...

    Still not working. One thing that I forgot to mention is that the script half works. If the humanHolder swf is less than 339 it doesn't react. If the frame is greater than 339 it does what it should....
  15. if/else statement works locally, but not online

    This is in CS3 exported to player 8. I've got an external swf inside a container, and inside that contained swf is another external swf in a container. Like so: root/container/humanHolder.

    So this...
  16. I just opened Flash 8 and see that this works...

    I just opened Flash 8 and see that this works fine. Anyone know what changed in CS3? Same questions still stand.
  17. [CS3] Linking a graphic file from shared library?

    I'm trying to create a library for runtime sharing. I'm changing the linkage settings for all my symbols, and it works fine for sounds and movie clips, but for graphics I can set them for export, bit...
  18. Ok, I stuck those lines in a separate frame at...

    Ok, I stuck those lines in a separate frame at the beginning of my timeline and it worked like a charm! Thanks for the help!
  19. Where would I insert those declarations?

    Where would I insert those declarations?
  20. Thanks for the reply. Changed the eq to == but no...

    Thanks for the reply. Changed the eq to == but no dice. It still sends with empty fields. Driving me nuts.
  21. [CS3] Email Form Sends Even if Fields are Empty

    I'm making a simple PHP based email form that worked fine in Flash MX. I'm exporting as Flash 8 and authoring in Flash CS3.

    Right now I have this AS2.0 in the first frame and it works fine:

    ...
  22. I have object because the script i copied had...

    I have object because the script i copied had object in it. I replaced it with tween and it works equally well. What seems to be the problem is that the if/then statement doesn't work, but the else...
  23. I just tried the following code for my forward...

    I just tried the following code for my forward button but that too didn't work, although I don't see why not. Could someone look it over as see whats missing?


    function nextMC() {
    if...
  24. That didn't work out. See, i dont want to yoyo...

    That didn't work out. See, i dont want to yoyo directly back when the button is pushed. I want the menu as a whole to loop. So when I get to the last panel, say at x coordinate 9500, the movie clip...
  25. If/Then statement needed for movieclip postion

    I'm moving a movie clip around with buttons using this script:


    import mx.transitions.Tween;
    import mx.transitions.easing.*;

    function nextMC() {
    var forward:Object = new Tween(posters_mc,...
Results 1 to 25 of 67
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center