Sample Assets

From Frontal Wiki

Jump to: navigation, search

Many of the code samples in the Reference and Tutorial sections refer to a number of the sample assets listed below. Feel free to use these assets when you're working in Frontal.

Contents

Fonts

  • http://www.frontalcode.com/assets/swfs/fonts.swf

This SWF can be added to your Frontal document using the include tag. The following fonts are embedded in this SWF:

  • Bodoni
  • Century
  • Futura
  • Garamond
  • Helvetica

The bold and italic versions are also included. Use the '<b>' and '<i>' tags with the 'text' tags. For more information on adding custom fonts to a Frontal document, see Embedding Fonts.

<style><![CDATA[
	text { font-size: 14px; }
]]></style>
<include rel="assets" type="application/x-shockwave-flash" src="http://www.frontalcode.com/assets/swfs/fonts.swf" fontClasses="Bodoni, BodoniBold, BodoniItalic, Century, CenturyBold, CenturyItalic, Futura, FuturaBold, FuturaItalic, Garamond, GaramondItalic, GaramondBold, Helvetica, HelveticaBold, HelveticaItalic" blocking="true" />
<text style="font-family: Bodoni;"><![CDATA[Bodoni <i>Bodoni</i> <b>Bodoni</b>]]></text>
<text style="font-family: Century;"><![CDATA[Century <i>Century</i> <b>Century</b>]]></text>
<text style="font-family: Futura;"><![CDATA[Futura <i>Futura</i> <b>Futura</b>]]></text>
<text style="font-family: Garamond;"><![CDATA[Garamond <i>Garamond</i> <b>Garamond</b>]]></text>
<text style="font-family: Helvetica;"><![CDATA[Helvetica <i>Helvetica</i> <b>Helvetica</b>]]></text>

640x480 JPEG Images

1024x768 JPEG Images

SWFs

Videos

Video Skins

Image Credits

The JPEG images are public domain and are from pdphoto.org

Personal tools
Get Adobe Flash player