Hi i'm having problems getting Sifr to work. Currently jquery controls what font is displayed in my function.js file...
$(document).ready(function () {
$('h3').sifr( {
font: 'http://localhost/Graffiti/files/themes/myTheme/fonts/Trajan Pro.swf',
textAlign: 'left' });});
But i can't get it to display correctly, could anyone help?
As you can see i've hardcoded the path to the swf file, i've also tried a relative path but it doesn't work