A Flash Developer Resource Site

Search:

Type: Posts; User: ReNaeNae

Page 1 of 15 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    8,480

    well, I googled it and found it here: ...

    well, I googled it and found it here:

    http://www.flashjunior.ch/sitemap.cfm

    ...last one in the 'download' section'
    http://www.flashjunior.ch/download/fonts/pixelFJVerdana8-12pt.zip
  2. Replies
    3
    Views
    863

    Can you recreate the problem in a new file......

    Can you recreate the problem in a new file... swap out the image/text with something generic (pic from google), and just have the problem symbol, and a working one, in a fla... don't need the entire...
  3. Replies
    8
    Views
    741

    Which version of Flash/Actionscript are you using?

    Which version of Flash/Actionscript are you using?
  4. Thread: pc fonts

    by ReNaeNae
    Replies
    2
    Views
    7,064

    Adobe Font Folio 11...

    Adobe Font Folio 11. Open Type is cross platform (works on both mac and pc).
  5. Replies
    5
    Views
    928

    I tried to download the file, but I guess it's...

    I tried to download the file, but I guess it's too old. Did you solve your problem? Or am I too late and you've gone insane? (Pity I couldn't go with you! lol :P)
  6. Replies
    3
    Views
    863

    Can you post the .fla file?

    Can you post the .fla file?
  7. Can you give some more details? Are you working...

    Can you give some more details? Are you working in Flash? If it's a singles-line, what difference does the leading make?

    ...regardless, this is probably the wrong forum :(
  8. Replies
    2
    Views
    895

    on(release){ nextFrame(); } -and- ...

    on(release){
    nextFrame();
    }

    -and-

    on(release){
    prevtFrame();
    }
  9. Replies
    11
    Views
    10,182

    Make sure your path is closed (zoom in close, use...

    Make sure your path is closed (zoom in close, use outline view). Sometimes it helps to actually select the shape you're trying to fill. Also, at the bottom of the tools panel, with the paint bucket...
  10. Replies
    6
    Views
    2,306

    How and where you're having things printed will...

    How and where you're having things printed will play a factor as well. Some output devices can make a 72 dpi image look fine, while others need 300 dpi. Check with your printer, they will let you...
  11. Replies
    1
    Views
    575

    no, you can't :( ...but you can use the align...

    no, you can't :( ...but you can use the align panel ...or properties and/or transform panel to do stuff mathematically.
  12. Replies
    1
    Views
    983

    Boo! sounds like it's corrupt. Could be any...

    Boo! sounds like it's corrupt. Could be any number of things. If you can post the .fla, I can give it a try.
  13. Replies
    2
    Views
    748

    ...make sure you image quality is set to 100 in...

    ...make sure you image quality is set to 100 in the publish settings.

    Is it still fonts? or is it broken apart? if so, is it scaled?

    If you can post a .fla, maybe I (or someone else) can take...
  14. Replies
    3
    Views
    2,814

    Then buy an upgrade to Flash CS3... you'll love...

    Then buy an upgrade to Flash CS3... you'll love it! Problem solved! ;D
  15. Replies
    5
    Views
    3,872

    What's in frame 21? Do you want it to stop and...

    What's in frame 21? Do you want it to stop and play something in frame 21? or continue to frame 22, 23, etc? You could try: _root.play(); or _root.nextFrame();

    For both of you... I would suggest...
  16. There's a little flyout menu at the top (to the...

    There's a little flyout menu at the top (to the right of where it says Swatches). You can select "delete swatch' or "load default colors" ...or ctrl+alt will give you a scissors icon and you can...
  17. Replies
    2
    Views
    545

    If you're talking about the portfolio section......

    If you're talking about the portfolio section... those are just screen captures (still images). You can do that by hitting the Print Screen key and then pasting it into Photoshop or similar app to...
  18. Replies
    4
    Views
    714

    ...with the text box selected, in the properties...

    ...with the text box selected, in the properties panel, there is a pull down with anti-aliasing options. Make sure it's set to "Anti-aliasing for Readability". Unless you're using a pixel font. Then...
  19. Replies
    5
    Views
    3,872

    ...you would want the main timeline to...

    ...you would want the main timeline to gotoAndStop(2)... telling it to gotoAndPlay means it will just skip past 2 and go to 3, and 4, etc... until it gets a stop(); command. So... try gotoAndStop(2).
  20. Replies
    4
    Views
    460

    on(release){ _root.gotoAndStop(2); }

    on(release){
    _root.gotoAndStop(2);
    }
  21. Replies
    1
    Views
    3,467

    Can you post screen shots of the text in AI and...

    Can you post screen shots of the text in AI and another of the Flash stuff? I'm not really sure I know what you're going for... but you may just have to have each column in its own text box. Don't...
  22. Replies
    1
    Views
    457

    I'm sure it's doable, but without seeing the...

    I'm sure it's doable, but without seeing the file, there's no way anyone can really tell you exactly what you need to do. If you can post the .fla, maybe someone can take a looksee for ya!
  23. Yes you can... as long as they're the same...

    Yes you can... as long as they're the same version (or lower).
  24. Replies
    6
    Views
    647

    ...can you post the .fla?

    ...can you post the .fla?
  25. Apparently "4" is the name of your .swf (it...

    Apparently "4" is the name of your .swf (it appears when you hover over it) ...not sure how (or even if) you can get rid of it though.

    I use Firefox on a mac, and the background loads fine.
Results 1 to 25 of 370
Page 1 of 15 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center