HomeAbout

FullBrowser

From the site:

I needed to create an application that maintained a constant background, even if the window was resized to whatever the resolution could be. We’ve all learned how to do it, it was just one of those things that I got sick of relearning every time.
I wrote a simple class to handle a few different types of full screen/browser applications called FullBrowser. To use it, you initialize the class, pass in the reference to the stage and whatever content you want centered, and then call the setFill method, which allows you to pass either “Solid” (followed by a color [ex: "0x335599"]), “Gradient” (followed by two colors [ex: "0x000000", "0x220033"]), or “Bitmap” (followed by the linkage id to the bitmap in the library).

http://codycodingcowboy.cahlan.com/2007/01/simple-fullbrowser-class-in.html

2 Comments »

  1. Hey,
    This is a broken link:
    http://codycodingcowboy.cahlan.com/2007/01/simple-fullbrowser-class-in.html

    best regards,

    Comment by Alexis — January 31, 2007 @ 4:26 am

  2. thanks for catching that…it’s fixed now.

    Comment by admin — January 31, 2007 @ 10:03 am

RSS feed for comments on this post. | TrackBack URI
You can also bookmark this on del.icio.us or check the cosmos

Leave a comment





XHTML ( You can use these tags): <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> .
« ASCrypt3    Reflection »