Hola Jonni09_ te hice caso pero no embebe la fuente, te dejo el código. La ruta del CSS es directa ya que están en la misma carpeta, he añadido lo generado por fontsquirel en el CSS.
Código HTML, index.html:
Cita:
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <link rel="stylesheet" type="text/css" href="flashmo_210_style.css"> <!--
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
color: #FFF;
background-color: #000;
font-family:'helvetica35-thinthin';
font-size: 13px;
}
a:link, a:visited { color: #FF6; }
a:hover { color: #F6F; }
-->
<!-- embedding SWF -->
<script type="text/javascript"> var flashvars = {};
flashvars.xml_file = "flashmo_259_photo_list.xml";
var params = {};
params.allowfullscreen = true;
var attributes = {};
attributes.id = "flashmo_template";
attributes.name = "flashmo_template";
swfobject.embedSWF("flashmo_259_fluid_gallery.swf", "flashmo_template", "100%", "100%", "9.0.0", false, flashvars, params, attributes);
swffit.fit("flashmo_template", 800, 480);
<!-- embedding SWF -->
<!-- flash gallery SWF -->
<div id="flashmo_template"> <a href="http://www.flashmo.com" target="_blank">Free Flash Gallery
</a> <a href="http://www.adobe.com/go/getflashplayer" target="_blank"> <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /> <!-- flash gallery SWF -->
Ahora el archivo CSS, flashmo_210_style.css:
Código CSS:
Ver original@font-face {
font-family:'helvetica35-thinthin';
src: url('fonts/helvetica35thin-webfont.eot');
src: url('fonts/helvetica35thin-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/helvetica35thin-webfont.woff') format('woff'),
url('fonts/helvetica35thin-webfont.ttf') format('truetype'),
url('fonts/helvetica35thin-webfont.svg#helvetica35-thinthin') format('svg');
font-weight: normal;
font-style: normal;
}
p {
font-family:'helvetica35-thinthin';
font-size: 12px;
color: #FFFFFF;
}
a {
color: #CCFF00;
text-decoration: underline;
}
a:hover {
color: #FF6633;
text-decoration: none;
}
.title {
font-family:'helvetica35-thinthin';
font-size: 30px;
color: #FFFFFF;
}
.subtitle {
font-family:'helvetica35-thinthin';
font-size: 18px;
color: #FFCC00;
}
.highlight {
color: #CC99FF;
}
.note {
font-family:'helvetica35-thinthin';
font-size: 11px;
color: #BBBBBB;
}
Estoy cansado de buscar por la web alternativas de código, pero todo es lo mismo. A ver si alguien puede ayudar. Gracias