flash

TwitterFacebook
Get flash to fully experience Pearltrees

How to embed fonts in Flash

http://www.jumpeyecomponents.com/publicfiles/tutorials/embeding_fonts.htm 1. Open your Macromedia Flash software and create a new file ( File/New/Flash Document ) 2. For the new font to work we need to create it in Flash’s Library also.
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

http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/
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. http://www.flash-filter.net/rain-drop-water-effect.phtml

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: http://www.ovidiudiac.ro/blog/2009/03/flash-cs4-textfield-embedded-fonts/

Flash CS4 TextField: embedded fonts | The Blog

http://maohao.wordpress.com/2007/07/29/embedding-fonts-in-flash-cs3as3/

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); } } }
http://smple.com/pagePeel/ Demos If you haven't seen it by now, check out the upper right corner of this page, or check out the new page peel in the bottom left of this box! Now, the one contained inside of the box has its limitations.

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. http://www.webpicasso.de/blog/pageear-free-peel-away-ad/

» Pageear - free peel away ad Flash & Actionscript Developer » » Blog Archiv