PDA

View Full Version : character firefox



Only Dust
May 11th, 2005, 07:30 AM
I have some problems.
then it still looks at what I made, I created 3 dynamics fields, I gave to the name in var pra it.
- nomeProduto -
- descProduto -
- produto-
to that I made in AS, to pull the texts of the HTML PARAM.


nomeProduto = _root.n;
//
descProduto = unescape (_root.dp)
//
produto = escape (_root.p)
//
System.useCodepage = true;

now what I am using in my OBJECT


<OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/id=home1 width=550 height=400>
<PARAM NAME=movie VALUE=teste1.swf?n=Soluções+comércio+á+índice+ação&dp=Soluções+comércio+á+índice+ação&p=Soluções+comércio+á+índice+ação>
<PARAM NAME=quality VALUE=high>
<param name=wmode value=transparent>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src=teste1.swf?n=Soluções+comércio+á+índice+ação&dp=Soluções+comércio+á+índice+ação&p=Soluções+comércio+á+índice+ação quality=high bgcolor=#FFFFFF NAME=home1 TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer width=550 height=400>
</EMBED>
</OBJECT>

exactly I making everything this, does not appear the characters in firefox.

prophet2000
May 11th, 2005, 09:49 AM
why do you want to load your text from the object? Could you not load it from an external text file?

Only Dust
May 11th, 2005, 10:10 AM
1-because it goes to be used to pull the data of a data base
2-no, it goes to catch these data, of a data base

Only Dust
May 12th, 2005, 09:08 AM
I was reading in the site of macromedia, on tag <META>, and I had an example there, that he would be this.


<meta http-equiv="content-type" content="text/html; charset=utf-8">
using this I had one another problem, in the IE he not adds the words with accent, and in firefox it more appears a word of the one than before, but still he does not show with accent also, somebody knows because of these problems?
---------------------------------------------------------------
I make to works I had that to use.

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
I had to make to play the file in flash to player 5, it appears some messages in the Output.heheheheheheh