|
-
Oct 2nd, 2009, 09:06 AM
#1
Thread Starter
Hyperactive Member
Template monster & xml
Hi guys, wanted to ask something about monster templates...that are in flash...
well when i edit the main XML file...and i write chars like Č Ć Ž Š .. example :
TestČTEST
i get only Test
i cant find a way to make it accept and show those chars...
any idea why?
cheers
Thanks for helping me out.
-
Oct 2nd, 2009, 05:47 PM
#2
Re: Template monster & xml
Do those characters appear if you access the xml file outside of flash?
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Oct 2nd, 2009, 08:26 PM
#3
Thread Starter
Hyperactive Member
Re: Template monster & xml
well i have a premade flash thing...
what i do is just edit the xml file to change the text..but i cant put chars like Č Š Đ Ž Ć
i can write them correctly in notepad when editing the xml...but when i start the swf file...no luck :S
Thanks for helping me out.
-
Oct 2nd, 2009, 08:36 PM
#4
Re: Template monster & xml
Have you tested it with a html page accessing the xml? I am not sure but I don't think the textbox can support special characters.
Edit:
I just tested it by writing character such as:
ÿ¶PÌ
The characters accessible via the num pad while pressing alt work as the normal letters/numbers do.
What code are you using to access the xml file?
Last edited by Nightwalker83; Oct 2nd, 2009 at 08:48 PM.
Reason: Adding more!
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Nov 3rd, 2009, 08:52 AM
#5
Thread Starter
Hyperactive Member
Re: Template monster & xml
well i just have a premade template monster..and all i did is edit the xml file and put my own text instead of teh sample one..but strange chars are not visible
Thanks for helping me out.
-
Nov 3rd, 2009, 03:26 PM
#6
Re: Template monster & xml
Ugh. Character encoding...
Does your XML file have an encoding type set? In other words, something like this at the top of the file:
Code:
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
If not, try adding that line to the top. That might help if Flash is looking for an encoding, can't find one, and picks a default one that doesn't include your characters.
Otherwise, try using the HTML equivalents of your special characters, like this: & #268; (but remove the white space between & and # - if I remove it, it turns into the character: Č) Reference list of codes.
It might also be a problem that Flash is loading into a text field with an embedded font set that doesn't include your characters - if that's the case, I don't think you can do anything without editing the source (Flash) file.
Last edited by SambaNeko; Nov 3rd, 2009 at 03:30 PM.
-
Nov 3rd, 2009, 06:17 PM
#7
Thread Starter
Hyperactive Member
Re: Template monster & xml
thank you very much..i will try taht in the morning and let you know
it has that writing at the top yea...something similar...
will check in the morning...thanks again man!
speak to you later
Thanks for helping me out.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|