Go to Options -> WP Flash Titles to choose your font, size and colour scheme for your titles.
You need to modify your template file slightly. First you need to locate the code that relates to the post title. This will typically be something like:
<h3 class="storytitle" id="post-"> <a href="<?php thepermalink() ?>" rel="bookmark"> <?php thetitle(); ?> </a> </h3>
You then need to add two lines of code. First paste this line in directly before the page title code:
<?php if(functionexists('wpflashtitles')){wpflash_titles($post->ID,'start')} ?>
Then this line directly after:
<?php if(functionexists('wpflashtitles')){wpflash_titles($post->ID,'end')} ?>
To embed any font you want you must have Flash CS3. Open the source file 'wpflashtitle.fla' which is located in the 'Source' folder of the plugin. In flash simply change the font of the text area to any font you wish. Do a 'Save As' and then publish the swf. Once you have created the swf you must upload it to the folder: wp-content/plugins/wpflashtitles/flash
It will now appear in the list of fonts in the Options -> WP Flash Titles page!!




