Old 08-21-2008, 09:50 PM   #1 (permalink)
Junior Member
 
Join Date: Aug 2008
Location: Paris
Posts: 4
Default How to use accents in bubbles ?

I'm french, I need accents in some words like "é è à î ï ù"...
I can't see them in the bubbles of each icon, they don't appear whereas I put them in the data.xml file.

I tried to change the line :
<?xml version="1.0" encoding="UTF-8"?>
by :
<?xml version="1.0" encoding="ISO-8859-15"?>
but no success.

Thanks.
kasimodem is offline   Reply With Quote
Old 08-22-2008, 05:58 PM   #2 (permalink)
OXYLUS Staff
 
Razvan's Avatar
 
Join Date: May 2008
Posts: 1,266
Send a message via Skype™ to Razvan
Default

Quote:
Originally Posted by kasimodem View Post
I'm french, I need accents in some words like "é è à î ï ù"...
I can't see them in the bubbles of each icon, they don't appear whereas I put them in the data.xml file.

I tried to change the line :
<?xml version="1.0" encoding="UTF-8"?>
by :
<?xml version="1.0" encoding="ISO-8859-15"?>
but no success.

Thanks.
You must go in the .fla, find the text field and embed the correct characters. I just embedded the most common ones.
Razvan is offline   Reply With Quote
Old 08-24-2008, 06:01 PM   #3 (permalink)
Junior Member
 
Join Date: Aug 2008
Location: Paris
Posts: 4
Default

The code I have in .fla is this :
Code:
Stage.scaleMode = "noScale";
Stage.align = "LT";
_lockroot = true;

		
import oxylus.dock.main;
var xmlOb:XML = new XML();
xmlOb.ignoreWhite = true;
xmlOb.onLoad = function() {
	
	
	var aux:main = new main(xmlOb);
	
		
}
xmlOb.load(_root.xmlFile==undefined?"data.xml":_root.xmlFile);
I don't see where I can find any text field, sorry.
kasimodem is offline   Reply With Quote
Old 08-24-2008, 06:27 PM   #4 (permalink)
OXYLUS Staff
 
Razvan's Avatar
 
Join Date: May 2008
Posts: 1,266
Send a message via Skype™ to Razvan
Default

Quote:
Originally Posted by kasimodem View Post
The code I have in .fla is this :
Code:
Stage.scaleMode = "noScale";
Stage.align = "LT";
_lockroot = true;

		
import oxylus.dock.main;
var xmlOb:XML = new XML();
xmlOb.ignoreWhite = true;
xmlOb.onLoad = function() {
	
	
	var aux:main = new main(xmlOb);
	
		
}
xmlOb.load(_root.xmlFile==undefined?"data.xml":_root.xmlFile);
I don't see where I can find any text field, sorry.

In the .fla you have everything on categories by folder, you must find there the text field, it is not in the .as code
Razvan is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 07:51 PM.