
flash
Get flash to fully experience Pearltrees
How to embed fonts in Flash
While I was making a comprehensive test of Croatian letter input field issues in Flash Player 9 ( check it out here ), I accidentally discovered potential bug, or very strange feature in new Adobe Flash CS3. Embedding fonts in Flex is easy as 1-2-3, doing the same in CS3 IDE is somehow awkward (broken?). In Flex you would do this (pseudo exemplary code): Yeah, that works fine. Ok, how to do this in CS3 IDE?
Font embedding problems in Flash CS3 IDE « Nivas.hr blog
Description: The ‘Rain Drop Water Effect’ transforms your image into an amazing water surface using Flash 8, CS3, CS4 or CS5. Let it ‘rain’ on your picture or let the rain drops follow the mouse cursor. It's very easy to import your existing image into a Flash movie clip and then apply this component using the Flash Timeline or ActionScript. Simply use the 'Rain Drop Water Effect' with PC or Mac to create an .swf file which can be instantly used on your website.
Flash Rain Drop Water Effect - Ripple Drip Surface Riverwater Drop Raining
Embedding a font in AS3 in Flash CS4 seems more challenging than at a first glance. Flash had problems with fonts and texts for a very long time, but the new editor adds up problems rather then removing them. Soo, here is what should always work when creating a textfield dynamically:
Flash CS4 TextField: embedded fonts | The Blog
Embedding fonts in Flash CS3/AS3 « :maohao:
package { import flash.display.Sprite; import flash.text.TextField; import flash.text.Font; import flash.utils.getDefinitionByName; public class SimpleTextPaneTestDrive01 extends Sprite { private static var embeddedFont:Font = null; //CONSTRUCTOR public function SimpleTextPaneTestDrive01() { var embeddedFontClass:Class = getDefinitionByName(“Font1″) as Class; Font.registerFont(embeddedFontClass); var embeddedFontsArray:Array = Font.enumerateFonts(false); embeddedFont = embeddedFontsArray[0]; var fmt:TextFormat = new TextFormat(); //fmt.bold = true; fmt.color =0xffffff; fmt.size = 16;//Old day fashion: If you embed it in a textfield on stage //fmt.font = “Helvetica”; fmt.font = embeddedFont.fontName; var tf:TextField = new TextField(); tf.text = “hello world!”; tf.setTextFormat(fmt); } } }jQuery Page Peel Plugin
In the summer 2006 the topic PagePeel (also called Magic Corner , PeelAd, peel away ad) comes up as a new interesting advertising form on websites. I found a lot of more or less well designed PagePeel scripts, but not a single of them was for free. Here I would like to offer my PagePeel free of charge and without external advertisings.

