A Flash Developer Resource Site

Search:

Type: Posts; User: Neelixx

Page 1 of 9 1 2 3 4

Search: Search took 0.17 seconds.

  1. Replies
    1
    Views
    503

    ( sigh ). Nevermind. Apparently, the parent...

    ( sigh ). Nevermind. Apparently, the parent movieclip holding the new empty ones, WAS scaled, affecting the child clips.

    ..... Need more coffee ......
  2. Replies
    1
    Views
    503

    Loading images displaying incorrectly

    All,

    I'm trying to load some jpeg's into my movieclips. They are loading, but my height is displaying wrong. The image is 64x100px. I'm changing my movieclip to show the same size, but the...
  3. Geoff Stearns fixed it!

    I'd like to take the credit, but it was actually Geoff Stearns who resolved the issue, unknowingly.

    It seems, the object/embed methods were causing the problems. I used SWFObject to include the...
  4. Replies
    1
    Views
    1,001

    I don't believe it is possible without the...

    I don't believe it is possible without the originals. Flash marshals the images into it's own object space, when placed into the library. Without the originals linking to the library, it probably...
  5. Replies
    6
    Views
    493

    if (money < 50) { ...

    if (money < 50) {
    loadMovie("piddle.swf",_root.movieInstanceName);
    } else if (money > 50 && money < 500) {
    loadMovie('gettingLarger.swf",_root.movieInstanceName);
    } else if (money > 500) {...
  6. [MX04] SWF displays differently when loaded using html VS direct

    All,

    For some strange reason, my intro SWF file plays differently when loaded from it's HTML file, than when loaded directly. When loaded directly, it plays the way it should.... that is... at...
  7. Replies
    4
    Views
    562

    Thanks guys! I have a preloader already built,...

    Thanks guys!

    I have a preloader already built, but haven't implemented it yet, for sake of debugging. It didn't even occur to me about the loading of the image! <banging head>

    I'm using Flash...
  8. Replies
    4
    Views
    562

    Dynamically loading JPG's

    I am currently building an imageviewer application, retreiving ALL jpg's from a directory, and displaying them in a thumbnail viewer so many columns wide, and rows deep.

    As I load in my images...
  9. Replies
    2
    Views
    467

    Beautiful! Just the start I needed. Thanks! ...

    Beautiful! Just the start I needed. Thanks! I'm just now getting into Flash MX. I'm still trying to get over the "differences" so it's hard to say if I like it better than Flash 5.
    ...
  10. Replies
    2
    Views
    467

    ScrollBar component

    I'm creating a specialized photo-album application which shows the customers photo-sessions from the photographer, and they can select which pictures they like.

    In my thumbnail preview...
  11. :D hahaha!! Yup, Chuck! Still doing some...

    :D hahaha!! Yup, Chuck! Still doing some engineering though. Having trouble with my water-cooling pumps for the PC. Coffee pot still generating too much heat! :-) Hey... maybe I should break...
  12. Uh OH... UpNorth told me about this coffee...

    Uh OH... UpNorth told me about this coffee thread. One thing my co-workers know not to bring up is my coffee.

    My coffee is the light of my day!! Gotta have my fix! I drink so much of it!! Prob...
  13. Replies
    8
    Views
    576

    Not correct. The HIT state, shows the clickable...

    Not correct. The HIT state, shows the clickable area of the button. :)

    [QUOTE]Originally posted by Peter H
    and to be honest I think the button state thing is a tad clumsy and I harly use it...
  14. Thread: Flash WebSite

    by Neelixx
    Replies
    1
    Views
    482

    gphilly>> Hey!! :) Have you checked the...

    gphilly>> Hey!! :) Have you checked the tutorials on this site?? You apparently found the boards. Here's some great places to start:

    http://www.flashkit.com/tutorials...
  15. Replies
    3
    Views
    552

    okay okay... gotcha!! Wanna know why you are...

    okay okay... gotcha!! Wanna know why you are only getting a 1 in the total frames for targetmovie? Because, your targetmovie movieclip only has 1 frame! In that one little frame, has a movieclip...
  16. Replies
    3
    Views
    552

    Hey Peterlgoldberg!! Are you very familiar...

    Hey Peterlgoldberg!!

    Are you very familiar with paths? In order to target the movieclip you want to use, you must first tell Flash where that movieclip is, before Flash can do anything with it. ...
  17. Replies
    1
    Views
    445

    Hey Sunny!! You can add as many text boxes...

    Hey Sunny!!

    You can add as many text boxes that you would like in your movies and scenes. Just keep in mind... a text box needs a name. You obviously know this, since your first text box works...
  18. Replies
    8
    Views
    576

    Heya JLo!! There are four states for a button,...

    Heya JLo!!

    There are four states for a button, right?
    UP
    OVER
    DOWN
    HIT

    The UP state would be the same as your "out" state. When you move the mouse out... all you are doing, is returning...
  19. Hey Catch! This is an FS Command. ...

    Hey Catch!

    This is an FS Command.


    fscommand ("showmenu", "false");


    Does this help?
    --Neelixx
  20. I'm a technician and work on the ThinkPad A21's. ...

    I'm a technician and work on the ThinkPad A21's. Get it! They rock!! I wish I had the money to get one, or I would have already!

    Okay, all seriousness aside... the A21's are great machines, but...
  21. Eugene, By looking at the code, it seems as...

    Eugene,

    By looking at the code, it seems as though you may have done the HTML page in another program. Have you tried publishing your HTML page through FLASH? Did that make a difference?

    How...
  22. Hey Eugene! Clark! Sorry I haven't responded. ...

    Hey Eugene! Clark!
    Sorry I haven't responded. Been really busy lately with a couple of projects. Clark, that makes alot of sense! Thanks for letting us know!! Always helps when everyone helps...
  23. Replies
    11
    Views
    743

    Okay, I sent the file back to you. I only made a...

    Okay, I sent the file back to you.
    I only made a few changes. One of which is adding a background movieclip.

    Once I did that, I just changed your actionscripting codes on the buttons, and on the...
  24. Replies
    11
    Views
    743

    I wouldn't mind at all. Send her my way! ...

    I wouldn't mind at all. Send her my way!

    neellixx@aol.com
  25. Replies
    5
    Views
    539

    No... you don't use it as an expression. An...

    No... you don't use it as an expression. An expression is where there is some kind of action between objects or variables, and is stored in a variable. What we are doing here, is nothing more than...
Results 1 to 25 of 224
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center