A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: New Flash 8 Tutorials

  1. #1
    Junior Member
    Join Date
    Aug 2005
    Posts
    2

    New Flash 8 Tutorials

    Hi all,

    I've written a couple of tutorials to help get people started with Flash 8.
    The first one deals with how to get up and running, publishing Flash 8 [Maelstrom] content from Flash MX 2004, and the second one goes in to more depth about the BitmapData class (this has just been uploaded, and therefore typos may still exist).

    You can find them both here:
    http://www.nwebb.co.uk/nw_htmlsite/?page=tutorials

    Please note I was not part of the beta testing program, and therefore haven't had access to docs or feedback from MM. The info up there is certainly enough to get you started, and I believe it's all 100% accurate, but please feel free to get in contact via my site if you feel you have spotted anything erroneous. It is not my intention to spread incorrect information

    Cheers,
    Neil
    Last edited by nwebb_2; 08-14-2005 at 07:57 AM. Reason: spelling! tut tut

  2. #2
    Custom User Title Incrue's Avatar
    Join Date
    Feb 2004
    Posts
    973
    This one should be sticky too

  3. #3
    infidel! 0vidiu's Avatar
    Join Date
    Mar 2003
    Location
    ROmania
    Posts
    267
    yes, sticky please..

  4. #4
    Senior Moderator
    Join Date
    Apr 2000
    Location
    Sheffield, UK
    Posts
    3,881
    Its really only necessary to make a thread sticky if it contains lots of useful information or links. However this particular thread contains one link which you can easily bookmark. Why would you want to come to flashkit, open this thread and then click the link when you can simply bookmark it?



    Nice tut btw, Neil.

    Note: At this point in time I'm not sure whether the alpha value only relates to the BMD's background alpha, or whether it also has something to do with allowing transparent pixels in an image.
    Yes, the alphaChannel parameter does actually determine whether any pixels in the image can have transparency or not. You can set the color of a pixel using setPixel32 when the alphaChannel is turned on. You can also use the fourth parameter fillColor to initialize the bitmapdata object with transparent pixels:

    b=new BitmapData(100,100,true,0x00FFFFFF)

  5. #5
    Junior Member
    Join Date
    Aug 2005
    Posts
    2
    Thanks for the info Guy.

    Feel free to add the link to the existing sticky if you want. I expect to have more F8 tutorials up soon ...girlfriend permitting ... (this weekend she mentioned something about me loving my computer more than her. Imagine! )

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center