flashmonk.blogspot.com
actionscript code dump: November 2007
http://flashmonk.blogspot.com/2007_11_01_archive.html
Friday, 2 November 2007. Flash cs3 help file location in windows XP. For linking the Sepy's help to flash cs3 help files, the location for. C: Document and Settings All Users Application Data Adobe Flash CS3. C: ProgramData Adobe Flash CS3. Mac: HD:/Library/Application Support/Adobe/Flash CS3/. Labels: flash help file system locations. Subscribe to: Posts (Atom). Check the diary, how cool is that? Flash cs3 help file location in windows XP. Flash help file system locations. My flash media streaming blog.
flashmonk.blogspot.com
actionscript code dump: August 2007
http://flashmonk.blogspot.com/2007_08_01_archive.html
Tuesday, 7 August 2007. Make text legible and sharp. Flash tends to lose it's sharpness when it comes to fonts. Althought they look perfectly sharp within the IDE, the published movies often are not that sharp anymore. There are a few simple rules or workarounds to maintain the sharpness. Odd values for font sizes (9,11,13,15) cannot be scaled as well. use font sizes of even values. Defining the font as dynamic gives better quality, but don't forget to embed the appropriate fonts in the properties Bar.
flashmonk.blogspot.com
actionscript code dump: A Lightweight (2K) and FAST Tweening Engine in AS3: TweenLite
http://flashmonk.blogspot.com/2008/02/lightweight-2k-and-fast-tweening-engine.html
Wednesday, 6 February 2008. A Lightweight (2K) and FAST Tweening Engine in AS3: TweenLite. While we a re still waiting for Zigo/Fuse to update their engine, I started using TweenLite, and really start liking it. Http:/ blog.greensock.com/tweenliteas3/. It is light (2kB), and fast, does rely on flashes built in easing classes though. It is rather basic, but useful for almost all purposes. Here a simple example, of a sequenced animation with :. Import gs.TweenLite;. Trace("tween finished " target mc.
flashmonk.blogspot.com
actionscript code dump: AS3 -AttachMovieClip is no more!!
http://flashmonk.blogspot.com/2008/02/as-attachmovieclip-is-no-more.html
Tuesday, 19 February 2008. AS3 -AttachMovieClip is no more! Yea, it always sounded old, AS3 works without it. A common way of including an graphical object to the stage follows. I include a way of embedding an image straight away:. Import flash.display.MovieClip;. Import flash.display.StageAlign;. Import flash.display.StageScaleMode;. Public class Test extends MovieClip {. Be sure this is pointing to an image in your hardrive. Embed(source=' images whatsup.jpg')] public var MyImage:Class;.
flashmonk.blogspot.com
actionscript code dump: February 2008
http://flashmonk.blogspot.com/2008_02_01_archive.html
Wednesday, 20 February 2008. Found a nice cheat sheet for migration from AS2 to AS3:. Http:/ www.actionscriptcheatsheet.com/downloads/as3cs migration.pdf. Tuesday, 19 February 2008. AS3 -AttachMovieClip is no more! Yea, it always sounded old, AS3 works without it. A common way of including an graphical object to the stage follows. I include a way of embedding an image straight away:. Import flash.display.MovieClip;. Import flash.display.StageAlign;. Import flash.display.StageScaleMode;. Trace("What are c...
flashmonk.blogspot.com
actionscript code dump: AS3 cheat sheet
http://flashmonk.blogspot.com/2008/02/as3-cheat-sheet.html
Wednesday, 20 February 2008. Found a nice cheat sheet for migration from AS2 to AS3:. Http:/ www.actionscriptcheatsheet.com/downloads/as3cs migration.pdf. Handy sheet, covers quite a lot. 8 October 2010 at 04:18. Subscribe to: Post Comments (Atom). Check the diary, how cool is that? AS3 -AttachMovieClip is no more! The Stage Object in a Flash CS3 Movie. A Lightweight (2K) and FAST Tweening Engine in AS3. Flash ReferenceError: Error #1065: Variable Applic. Flash help file system locations.
flashmonk.blogspot.com
actionscript code dump: July 2007
http://flashmonk.blogspot.com/2007_07_01_archive.html
Thursday, 5 July 2007. Firefox flash tracer plugin. For Windows Vista these logfiles will normally be located in C: Users {Your User Name} AppData Roaming Macromedia Flash Player Logs flashlog.txt. The directory shows up once you installed the debug player. You do need the debug version of the flash player for the tracer to work. I have observed quite a difference in performance with the tracer enabled, please share your experiences. Subscribe to: Posts (Atom). Check the diary, how cool is that?
flashmonk.blogspot.com
actionscript code dump: The Stage Object in a Flash CS3 Movie
http://flashmonk.blogspot.com/2008/02/stage-object-in-flash-cs3-movie.html
Sunday, 17 February 2008. The Stage Object in a Flash CS3 Movie. The stage is treated as an Object in AS3. Here a small collection of articles on the oddities and possibilities of working with the stage object in AS3. The first article shows the different ways of referencing the stage and it's children. Basically here the short list of queries to have some information of the stage and it's children:. Trace("Number of children of the Stage: ");. Trace("What are children of Stage: ");.
flashmonk.blogspot.com
actionscript code dump: AS3 stage properties
http://flashmonk.blogspot.com/2008/02/as2-vs-as3.html
Wednesday, 6 February 2008. Getting the Stage Properties in AS3 has changed. Just use stage.stageWidth. Subscribe to: Post Comments (Atom). Check the diary, how cool is that? AS3 -AttachMovieClip is no more! The Stage Object in a Flash CS3 Movie. A Lightweight (2K) and FAST Tweening Engine in AS3. Flash ReferenceError: Error #1065: Variable Applic. Flash help file system locations. My flash media streaming blog.