A Flash Developer Resource Site

Search:

Type: Posts; User: majick8

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    27
    Views
    1,570

    The batch processing of photo files rocks. I can...

    The batch processing of photo files rocks. I can take 200 files, shrink them, crop them, filter them, etc... It only takes me a couple of minutes to setup and then let her rip. And what would have...
  2. Replies
    45
    Views
    2,328

    Happily married for almost a year now. Kids are...

    Happily married for almost a year now. Kids are coming soon!!!
  3. Replies
    5
    Views
    580

    I would highly recommend the Actionscript: The...

    I would highly recommend the Actionscript: The Definitive Guide by Colin Moock.
  4. Replies
    1
    Views
    343

    This may get you started. Goto ...

    This may get you started.

    Goto

    http://www.macromedia.com/support/flash/

    And do a search in the technotes section for "detect javascript"
  5. Replies
    3
    Views
    532

    Try this ...

    Try this

    http://www.flashkit.com/tutorials/Tips_And_Techniques/A_Workar-Jonathan-574/index.shtml
  6. Thread: morphing text

    by majick8
    Replies
    4
    Views
    511

    Try this ...

    Try this

    http://designsbymark.com/flashtut/morphobjects.shtml

    It's older but it should get you started.
  7. Thread: movie clips

    by majick8
    Replies
    2
    Views
    547

    Create your button and then create your movie...

    Create your button and then create your movie clip. Any order it doesn't matter. In the movie clip make your animation over a couple of frames. Put a stop() command at the last frame if you want...
  8. Thread: decimals

    by majick8
    Replies
    2
    Views
    497

    Try using Math.round(number) or Math.floor() or...

    Try using Math.round(number) or Math.floor() or Math.ceiling.
  9. Replies
    2
    Views
    509

    This is going to be a little long. The way I...

    This is going to be a little long.

    The way I implemented this was create a movie clip with a dynamic text box in it. Name it something like textBox. Now select that movie clip in the library...
  10. Replies
    1
    Views
    521

    My definition of a splash page is one of two...

    My definition of a splash page is one of two things. First it can be the small box with a company logo that appears when you load a cd. Or it can be a full screen page with a company logo and maybe...
  11. Replies
    3
    Views
    702

    I am currently switching to...

    I am currently switching to http://www.readyhosting.com. They offer lots of space, plenty of bandwidth and all the addons you could think of. The first domain is 99/year and then each additional...
  12. Thread: ugh

    by majick8
    Replies
    3
    Views
    772

    Here is some fashion ...

    Here is some fashion

    http://www.giorgioarmani.com/
    http://www.yigal-azrouel.com/
  13. Replies
    5
    Views
    357

    aviadstark.com: The opening is very clean and...

    aviadstark.com: The opening is very clean and professional. The site layout is also very nice. I did run across a bug though. When I clicked on the Corporate button and then the History button...
  14. Replies
    3
    Views
    446

    Oh yeah. The Matrix rocks!!!

    Oh yeah. The Matrix rocks!!!
  15. Replies
    3
    Views
    446

    You may want to steer away from frames and try to...

    You may want to steer away from frames and try to gear your website size to an 800 X 600 screen resolution. Also remember that the browser takes up some of that space.

    The menu bar looks really...
  16. Replies
    4
    Views
    725

    vid2swf will allow you to take videos and convert...

    vid2swf will allow you to take videos and convert each frame. Filesize will be crazy big. I think there is a demo version. It will leave a waterwark on your swf though.
    ...
  17. Replies
    1
    Views
    560

    This is pretty much verbatum from Moock's...

    This is pretty much verbatum from Moock's Actionscript Definitive Guide.

    var row1 = [6, 2.99];
    var row2 = [4, 1.99];
    var row3 = [2, 59.99];

    var spreadsheet = [row1, row2, row3];

    trace...
  18. Replies
    6
    Views
    706

    I apologize for posting without reading all...

    I apologize for posting without reading all posts. It looks like your code is correct for what you want to do.

    Just try what I said and I think everything should be fine.

    aim_url =...
  19. Replies
    6
    Views
    706

    I ran into the same problem before. Try it...

    I ran into the same problem before. Try it without using the eval function. Run a trace on both to test and you shouldn't see anything stored in aim_url with the eval, when you trace it.
  20. Replies
    4
    Views
    631

    You will have to be a little more specific. In...

    You will have to be a little more specific.

    In flash goto File -> New and start flashin'.
  21. Replies
    2
    Views
    527

    If you already have Flash then you don't have to...

    If you already have Flash then you don't have to worry about spending anymore money. Embedded in flash is the ability to do just what you want. Import your graphic into flash. Select it and then...
  22. Thread: Masking ?

    by majick8
    Replies
    3
    Views
    659

    Masking is extremely powerful and very useful. ...

    Masking is extremely powerful and very useful. You see it all the time. The one case I can think of is you could create some text and make that your mask and then put some animation behind that...
  23. Replies
    3
    Views
    483

    Can you run a projector .exe file from a server? ...

    Can you run a projector .exe file from a server? I have only ever dealt with .swf's on the web.

    Even if you are able to open the swf file in flash it will just be a flat file with no sound or...
  24. Thread: No imagination

    by majick8
    Replies
    5
    Views
    605

    I usually goto these web sites and take a peak at...

    I usually goto these web sites and take a peak at the latest and greatest.

    http://www.worldsbestwebsites.com
    http://www.webbyawards.com

    Even the gallery here at FK is pretty sweet.
  25. Replies
    12
    Views
    770

    This is just a thought. You may want to store...

    This is just a thought. You may want to store each one of your sounds into a movie clip and don't create instances on the stage. Instead select the linkage property in the library and choose...
Results 1 to 25 of 39
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center