Hi there,
Can any one help me on this?
I am having some problem when I call in my html file with CSS defined to my flash movie.
The text appeared in the text box lower that what it suppose to be.
Following is the image for you to have a better idea.
And I also zipped all the files for you to take a look on the script.
http://www.buncreative.com/demo/files.zip
Please do help me solve this problem, and I am very much appreciate with all you kindness.
Danc :stare:
borrob
June 10, 2008, 8:42pm
2
The textbox in flash with html format has a lot of restrictions one of them being that it doesn’t quite do the same things html does. The problem in this case are the newlines. Flash sees them as newlines, so delete the newlines and it’s done.
<html><style type="text/css"><!--a:link { text-decoration: none;}a:visited { text-decoration: none; } a:hover { text-decoration: none;} a:active { text-decoration: none;}body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}--></style><body><h1>VisionMonday</h1>
<p>Link Eyewear Presents the Environmentally Friendly LinkSKin Collection<br>
<a href="#">English | read more</a></p>
<h1>Acuite.com</h1>
<p>LinkSkin, la premiére lunette fabriquée á partir de matériaux recyclés et recyclables<br>
<a href="#">Non English | read more</a></p>
<h1>b2Eyes.com</h1>
<p>LinkSkin, montature con materiale riciclato e riciclabile<br>
<a href="#">Non English | read more</a></p>
<h1>Bién Vu</h1>
<p>Dans bien des domaines, le recyclage des matériaux est devenu un modèle économique<br>
<a href="#">Non English | read more</a></p>
<h1>france-optique.com</h1>
<p>La Première Lunette au Monde fabriquée à partir de matériaux recyclés et recyclables<br>
<a href="#">Non English | read more</a></p>
<h1>Le Monde de l'optique</h1>
<p>Recently, it has been noticed that ranges in wood, real horn and other natural materials have taken a prime place in collections<br>
<a href="#">English | read more</a></p>
<h1>Mido Daily</h1>
<p>Un nuovo approccio all'ottica: le prime montature al mondo fatte di materiali riciclatie riciclabili<br>
<a href="#">Non English | read more</a></p>
</body>
</html>