I did not invent anything.
Mike Davidson and his gang did. I even borrowed this logo from his blog.
I just found -on the web, where else?- a fairly easy method to create sIFR Flash Files without the need for Adobe Flash Studio itself. Thus, here it is: a free, dead-simple tool to help you convert as many font files as you need painlessly.
Simple? Very. Select a TrueType Font File, select which glyphs you wish to convert or [x] All if you want a big fat .swf file, click on ‘Convert’, pick a destination directory and you’re set.
If you need more information on sIFR and why it’s the greatest thing in web design since sliced images, take a look at Mike’s blurb.
Then come back and download OpensIFRr, because you will want to play with this nice concept.
Let me show you an example of a short sIFR-enabled page:
<html> <head> <link rel="stylesheet" href="all.css" type="text/css" media="all" /> <link rel="stylesheet" href="sIFR-screen.css" type="text/css" media="screen" /> <link rel="stylesheet" href="sIFR-print.css" type="text/css" media="print" /> <script src="sifr.js" type="text/javascript"></script> <script src="sifr-addons.js" type="text/javascript"></script> </head> <body> <h1>No need to sUFFR to play with sIFR..!</h1> <script type="text/javascript"> if(typeof sIFR == "function"){ sIFR.replaceElement(named({sSelector:"body h1", sFlashSrc:"Chalkboard.swf", sColor:"#000000", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", nPaddingTop:20, nPaddingBottom:20, sFlashVars:"textalign=center&offsetTop=6"})); } </script> </body> </html> |
See? The Javascript two-liner is all you need to add to start using your own forms rather than the few ones your browser thinks you deserve.
Currently OpensIFRr only exists for OS X, but I could very easily offer a Windows and a Ubuntu versions as well. Let me know if you are interested.
If you enjoyed this post, make sure you subscribe to my RSS feed!







just wanted to add that you receive an error 255, if there’s a space in any of of the folders in the absolute path of the file.
@Kratos –
You need Java installed. If Java is installed properly you can run the program by double-clicking its icon.
If it’s not quite there, you will need to run the program from the command line but this would only happen on a machine where the Java installed got confused.
Clicking on the Mac / Universal icons takes me to a SourceForge page for some Message Board software. Apparently the link is broken? Where can I download OpensIFR? Thanks.