all groups > flash data integration > august 2005 >
You're in the

flash data integration

group:

hi. Dynamic data justify???????


hi. Dynamic data justify??????? boskosh
8/12/2005 12:00:00 AM
flash data integration:
Hi there. i have a questions it's posible with a trick justify dynamic text
load from a mysql data base.

Another questions i have a form that send the data to email using php code,
but words with accents have problems.....

Another question........ how do i design a site to see it in 800 * 600 screen
resolution and 1024 * 768 screen resolution with the same text quality (not
blured). I have to make two differents files???????
Re: hi. Dynamic data justify??????? conquerors04
8/13/2005 11:09:00 AM
Another questions i have a form that send the data to email using php code, but
words with accents have problems.....
For this, you should send variables to your db using the esacpe() function and
retreive with unescape() in flash.

Another question........ how do i design a site to see it in 800 * 600 screen
resolution and 1024 * 768 screen resolution with the same text quality (not
blured). I have to make two differents files???????

I'm not totally sure what your asking but I would try using the embedFonts
function. You can find some tutorials on how to do that, I know of one at
actionscript.org

Hi there. i have a questions it's posible with a trick justify dynamic text
load from a mysql data base. You can specify alignment in an external
stylesheet and then load that into flash, should help!
Re: hi. Dynamic data justify??????? boskosh
8/14/2005 12:00:00 AM
Re: hi. Dynamic data justify??????? Interface Web Studio
9/22/2005 12:26:35 PM
Originally posted by: conquerors04
Another questions i have a form that send the data to email using php code,
but words with accents have problems.....
For this, you should send variables to your db using the esacpe() function and
retreive with unescape() in flash.

Another question........ how do i design a site to see it in 800 * 600 screen
resolution and 1024 * 768 screen resolution with the same text quality (not
blured). I have to make two differents files???????

I'm not totally sure what your asking but I would try using the embedFonts
function. You can find some tutorials on how to do that, I know of one at
actionscript.org

Hi there. i have a questions it's posible with a trick justify dynamic text
load from a mysql data base. You can specify alignment in an external
stylesheet and then load that into flash, should help!



Hi guys,

Well, I'm with problem in justify a text in textArea Component.

The component is configured to load an html file from root, and the html file
is formatted by an external CSS file. In the movie preview, the text shows up
in the textArea, but without the CSS properties (including justify)

my html file is like this
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="historico.css" rel="stylesheet" type="text/css">
</head>

<body>
<p> text </p>
</body>
</html>

and my css file
p {
text-align:justify;
text-color:#606895;
font-family:EurostileT;
}

Is anything wrong???? why the textArea don't show the text with CSS? all the
tags are supported by the textArea component, right?

please, help me;

thanks
AddThis Social Bookmark Button