AS3 XML And Quotation Marks
Hi all,
I've done a bit of hunting but can't really nail this one.
I have a swf that reads the xml feed published by a wordpress blog.
The problem for me is that I can't get the special characters: " or ' (straight quotes) to appear,
but (the quirk is) only if they appear after numbers i.e 6'6"
but if I use curly(smart) quotes its fine 6’6”
also
if its after letters or a space its fine: this would "work" , so would this: 6 ' 6 "
Is there any way of maybe searching through the xml and replacing the straight quotes with smart quotes
or a better solution?
html on text filed is on
font and all characters are embedded
cheers
Actionscript 3.0
Posted on: Fri Oct 24, 2008 3:44 am
View Complete Forum Thread with Replies
Sponsored Links:
Adding Quotation Marks
Excuse me, this is a basic one ....
I have an XML file with an attribute in one node called 'action'. The value of each is action is something like ....
"../content/flv/vid_step1.flv"
.... I'm trying to apply the action as a path for an flv to load using this script ....
code:
item_mc.onRelease = function() {
_root.content_mc.ns.play(action);
};
.... but as you can see, I'm getting ../content/flv/vid_step1.flv but not the quotation marks I need for the play(action); to work. What I want in there is - play("../content/flv/vid_step1.flv");. Then it should be working.
How can I do this?
thanks
mark
View Replies !
View Related
Quotation Marks In Cuepoints
I'm using cuepoints to display closed captions for a streaming flash (flv) video. Everything's working great, except that the quotation marks (") and apostrophes (') are displaying as code like "'". Curly quotes don't show up at all. I also tried putting a backslash before the quote, and changing the display box in Flash to display HTML, but no go.
Does anybody know how to display quotes in cuepoint files? thanks.
John
View Replies !
View Related
Quotation Marks Not Showing In Xml
Quotation marks "" not showing up in xml text.
Why is this is there something I can do to allow for this.
my XML is set up like this.
Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<artical>"Letter to the bronze" has been quality control tested.
</artical>
If I take out the "" it works.
View Replies !
View Related
Curly Quotation Marks
I have an xml file that loads into flash and displays text. I'm trying to get curly quotation marks to show up. If I copy them from a PDF or word file where some words have curly quotation marks and paste them into the xml they show up as straight quotation marks in my flash piece. My xml is wrapped in CDATA tags everything else shows up but this. I'm using Universe55 as my font.
Any ideas
View Replies !
View Related
Quotation Marks Not Showing In Xml
Quotation marks "" not showing up in xml text.
Why is this is there something I can do to allow for this.
my XML is set up like this.
Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<artical>"Letter to the bronze" has been quality control tested.
</artical>
If I take out the "" it works.
View Replies !
View Related
Taking Quotation Marks Out Of A String?
Hello,
I have a string with a bunch of values. Some are text, some are number. And some of these have quotation marks around them. I only need the numbers, so I am trying to sort the with isNaN. It works like I want, but the numbers with quotation marks around them are getting removed.
So, back to my question...How do I remove quotation marks from a string?
This is some code I have tried:
Code:
buffer = (buffer.split ("%22")).join ("");
%22 is the url encoded ". I cant have it be ("""), and I cant have it just as ("). I have tried removing everything except the numbers, but that is way too slow. I have also tried the .substr method, but that is too slow also. There are several thousand variables in the string. I am creating a thing to split tab-delimited spreadsheets and store the numbers only. The spreadsheets are 700 rows long and 20 columns wide.
Anyone have any advice?
Thanks,
Cooper
View Replies !
View Related
Apostrophes And Quotation Marks In Flash Mx
just wondering if it's possible to do apostrophes and quote marks in flash without using "use device fonts" or going to these lengths (http://www.macromedia.com/support/fl...s/htmltext.htm).
i thought you'd just be able toon macuse command + shift + [ etc. to get apostrophes and quote marks and that's all there would be to it, but it doest seem to be the case. i tried just putting them in normally, but when i publish the movie they disappear. :
just in case...
i want these:
not these:
" '
View Replies !
View Related
Quotation Marks In Dynamic Textbox
im using dynamic textboxes inside MC's in my swf's (coz the text appears more crisp). script of MC looks something like this:
onClipEvent (load) {
myQuote = ""to be or not to be" ";
}
how do i show the quotation marks? id like the resulting text field to show "to be or not to be
thanks...
View Replies !
View Related
Quotation Marks In Dynamic Text
Hello all,
I have a line of code that is troubling me greatly...I'm trying to put in the following line of text into my movie without having to load a text file:
20" x 50" x 10"
So when I put the following code I get errors (and I am aware that I should be getting errors because it is not proper syntax):
Code:
txthold.text = ("20" x 50" x 10"");
How can I get my "'s to show up in dynamic text?
Thanks a bunch in advance.
View Replies !
View Related
[MX] How To Express Quotation Marks In My Code?
Hey there...
Does anybody here know a way of expressing quotation marks within code?
You see, I am trying to piece together the following:
Code:
"+movie_1+"
(the number is generated in a loop, and could be anything depending on the button pressed)
The reason I want to do this is because I've got the following variables:
Code:
var movie_1 = "aboutme";
var movie_2 = "works";
var movie_3 = "contact";
And enclosing, for instance, movie_1 (like this, "+movie_1+") will, according to trace, give me the value, aboutme.
So far, I've managed to get:
Code:
_root.container.loadMovie(["movie_"+this.currentItem._name.split("button_").join("")+".swf"]);
Which gives me, for example:
Code:
+movie_1+.swf
But I want +movie_1+ within brackets, so it'll say:
Code:
aboutme.swf
Or maybe there's a more straightforward way of expressing variables with "word values"?
Cheers!
View Replies !
View Related
MX I Cant Get QUOTATION Marks To Show With A String
I have this String that works just fine in when I run the movie. The only thing is that the ' does not show. I am useing MX
myString = "QonoS
M
Klingon Empire";
It displays Qonos
M
Klingon EmpireIt need to showQo'nos
M
Klingon EmpireCan someone help me, it seems like I am missing something that is right infront of me.
thanx
View Replies !
View Related
Quotation Marks Rendering Wrongly ?
Sometimes, when working with dynamic flash text fields, the double quotation mark (i.e: " ) renders as a little box (or square if you like) in the text field.
Is there a simple reason/answer for this. Sometimes it seems to happen for other characters too (like the single quotation mark - ' ).
Thanks,
Reflex.
View Replies !
View Related
[AS]Adding Quotation Marks To Variable
Hi everyone,
I've been trying to add quotation marks to a variable for the past hour or so, but I haven't been having much luck. Basically, here is what I am hoping to create:
ActionScript Code:
blarg = W71;temp = magic code that I can't figure outtrace(temp); // displays "W71"
I stumbled on a previous case of this issue: http://www.kirupa.com/forum/showthre...ight=quotation, but that method didn't work for variables when I tried it. Adding a + symbol before and after blarg gave me an error.
Does anyone know of a simple way to incorporate quotation marks around my variable?
Thanks!
Kirupa
View Replies !
View Related
Times New Roman Quotation Marks?
I'm developing a flash banner right now where I am using Times New Roman as one of the font types and the quotation marks are different than what they are in photoshop. Does anyone know a work around for this? Thanks!
JPearson311
View Replies !
View Related
[AS]Adding Quotation Marks To Variable
Hi everyone,
I've been trying to add quotation marks to a variable for the past hour or so, but I haven't been having much luck. Basically, here is what I am hoping to create:
ActionScript Code:
blarg = W71;temp = magic code that I can't figure outtrace(temp); // displays "W71"
I stumbled on a previous case of this issue: http://www.kirupa.com/forum/showthre...ight=quotation, but that method didn't work for variables when I tried it. Adding a + symbol before and after blarg gave me an error.
Does anyone know of a simple way to incorporate quotation marks around my variable?
Thanks!
Kirupa
View Replies !
View Related
Quotation Marks Rendering Wrongly ?
Sometimes, when working with dynamic flash text fields, the double quotation mark (i.e: " ) renders as a little box (or square if you like) in the text field.
Is there a simple reason/answer for this. Sometimes it seems to happen for other characters too (like the single quotation mark - ' ).
Thanks,
Reflex.
View Replies !
View Related
How To Get Email Body Text With Quotation Marks
How can I get a string like: Read "War and Peace" into the body of my email ( I got the getURL ="Mailto " part")? It's the quotation marks I can't figure out.
I tried
PHP Code:
body = "Read &quo;War and Peace&quo;"
and
PHP Code:
body = "Read " add &quo; add "War and Peace" add &quo;
and a few other variations.
Thanks...
View Replies !
View Related
XML / TextField Problem : Displaying Escaped Quotation Marks
Dear Forum
I am having problem displaying escaped quotation marks in a dynamic text field. I'm using flash 8. Actionscript 2.
1) I am loading the text content from a database / php with XML. It looks like this (note the backslashes!):
---------------------------------------------------------------------------------------------------------------------------------------
[...]
<description><![CDATA[My sample description text conains "quotation marks." ]]></description>
[...]
2) After successfully loading the XML, I am retrieving the XML Node value like this:
--------------------------------------------------------------------------------------------------------------
[...]
descriptionTXT = String(xml.firstChild.childNodes[0].childNodes[3].firstChild.nodeValue);
[...]
3) Then I fill in the text into the TextField on the Stage, which has been put there manually. The HTML button of the text field is on and all the necessary fonts are installed (punctuations, all latins and regular characters)
-------------------------------------------------------------------------------------------------------------------------------------------
_root.txt_description.html = true;
_root.txt_description.htmlText = descriptionTXT ;
4) BUT the text field displays the text just like the XML file WITH the backslashes:
-------------------------------------------------------------------------------------------------------------
My sample description text conains "quotation marks."
Any ideas / suggestions how I can properly display the quotation marks without the backslashes in flash 8? or do I first need to do something with the text in php?
Thanks
Stephan
Edited: 10/19/2007 at 01:46:12 PM by stephan.k
View Replies !
View Related
Replace Quotation Mark
Let's say I have a string that has a quotation mark in it. I want to replace the quotation mark with a backslash followed by a quotation mark. I've been trying something like this:
ActionScript Code:
var str:String = 'Hello "World"';
str.replace('"', '/"');
But, this doesn't work. Any help? Probably a pretty simple solution.
View Replies !
View Related
Set Variable With Quotation Inside?
hi folks -
if someone could help me with this I would greatly appreciate it.
I need to set a variable that displays quotation marks on the screen. I don't want to say 30 inches when I mean to say 30".
This is what I'm doing....
inches = "30""
obviously flash thinks I typed two "'s and is giving me a "String literal was not properly terminated" error... did a search with no luck and I can't find anything in flash, worse I don't know what I would search under to find the right answer...
if anybody knows the answer - please reply!
View Replies !
View Related
Set Variable With Quotation Inside?
hi folks -
if someone could help me with this I would greatly appreciate it.
I need to set a variable that displays quotation marks on the screen. I don't want to say 30 inches when I mean to say 30".
This is what I'm doing....
inches = "30""
obviously flash thinks I typed two "'s and is giving me a "String literal was not properly terminated" error... did a search with no luck and I can't find anything in flash, worse I don't know what I would search under to find the right answer...
if anybody knows the answer - please reply!
View Replies !
View Related
Hyperthetical Game Quotation
I'm looking to get an idea of what people would charge to make a Flash game for an educational project I'm doing.
I can't give a great deal of detail about its premise but the game is a simple real-time strategy game.
What sort of hourly rate would you charge to take the project from start to finish - or if you'd charge a flat-fee, regardless of the sketchy details - what would you charge?
Thanks for your help.
View Replies !
View Related
Quotation Mark Escape Characters?
I'm using AS 2.0
I'm reading from an XML file and putting values into String format...however, the quotation marks that are in some XML entries, when I play the movie, do this:
This is a 'veFlash've movie
This is when I put for escape characters. It doesn't work when I don't have the backslashes either.
View Replies !
View Related
Validating Quotation In The Input Text Box
Hi All
I want to validate the content starting and ending with quotation symbol in the input text box, User need to type there content with the quotes (“”) in the input text box. Then i need to validate the user's content with the quotes
Eg. Let take text1 is my input text filed. And my answer is "Adobe"(Answer includes quotes also")
If I do like this
Text1.text = ““Adobe””
Error happens
Can any one suggest me to achieve this.
Thank you
View Replies !
View Related
Problem With Qutation MArks
HI there
I need some help with an actionscript code i have to write!! Tha problem is that i have dynamic jump names for scenes!! And as you know the gotoAndPlay statement has to look like this:
gotoAndPlay("bla",1)
So right now I want to load the sene name dynamically and the problem is: HOW DO I PASS THE QUOTATION MARKS??? As a string, or what???? Because always if i try to pass them they are not evaluated, i mean if i write "Bla" i only get Bla back, you know!!!
Perhaps somebody can help me soon!!
Thanx a lot
HCTom
View Replies !
View Related
Help Needed In MCQ Marks Allocation... :(
i have a movie clip consisting of 4 radio buttons.
and a database of answers retrieved from a notepad.
and the correct answers are marked with a * .
how do i get the radio buttons to assign 1 mark to the answer which has a * in it?
which is to say, how do i detect the * in a textfile, or text field?
please help.....
View Replies !
View Related
How To Add Incremental Ruler Marks?
Not sure how to do this, I have a mc that displays a long string of numbers (over 20) which can include spaces, characters, etc.
Some of my users need to count positions within this string, and they said that if there was a "ruler" type effect above or below the string, that would help their accuracy in counting.
Is there a way to take an image, and duplicate it right next to itself so that for every character in this string (numbers, letters, characters, etc.) it shows and numbers each space?
For example, if the string looks like this:
?12345678910987654321^ 000000000000345600000000?/
Then my new mc would look something like this:
|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|2 0|21|22|23|24|
?12345678910987654321^ 000000000000345600000000?/
So that just by looking you could see how many spaces there are, or that string '3456' is in the 20-24th position?
Any suggestions are appreciated, thanks!
View Replies !
View Related
Help With Spanish Accent Marks...
Hello all. I am trying to use the spanish accent marks for some menu items... here is an example:
Espaol
Folleto de Informacin (Brochure)
Tarjeta de Donacin (Pledge Card)
well when I do this the accented letter just turn to spaces when the movie is compiled. It there a certain FONT I should be using to get this to work?
TIA!
View Replies !
View Related
Registration Marks? Im Going Crazy, Some Help Please
Im having a major problem. Im using Flash MX2004 Professional.
Anyway my problem is when I draw any object, this case just a square on the stage, I give it x and y values of 0 (zero) for its position in the properties box but it puts it half off the stage. Its lining the x,y value up with the middle of the square/registration mark.
I know u can change the registration mark but I shouldnt have to convert it to a simbol to do this and its just driving me made that I cant position things accordingly using the Properties inspector.
Is this normal as every book I read has never mentioned this problem and when they talk of examples their examples dont seem to line up like mine even though Im using the exact x,y co ordinates..
Please someone help.
Thanks
View Replies !
View Related
[F8] How To Make IE/swf Marks Dissapear?
Since about 2 years, each time u see a flash site on IE a some marks appear around the swf so to "activate" the swf you hace to click on it once and they disappear, I've heard about a way to avoid them to appear, do u know anything? do u know how to call it? maybe I can get some info on google.
Thanks.
View Replies !
View Related
Deleting Rectangle Marks Around An Swf In IE...
Hello, I've use a javascript method to delete the rectangle marks that appears around the swf in internet explorer, this is what I've done:
I've put this script line at the end of the html page and I've placed the javascript object at the same level as the index page.
</table>
<script language="JScript" type="text/jscript" src="activateActiveX.js"></script>
</body>
</html>
My question is that now the website seems always loading (green line at the bottom of the IE)
Is there a way to fix it? any body has another way to delete those marks?
The website I'm talking about is this one, any comment welcome also:
http://www.cafenovo.be/
cheers!
View Replies !
View Related
What Is The Meaning Of ? Marks In This Code
dat0 = "???????????/Azerbaijan Republic/0";
dat1 = "????????????/Islamic State of Afghanistan/0";
dat2 = "????????/United Arab Emirates/0";
dat3 = "????????/Republic of Armenia/0";
dat4 = "???????/Republic of Yemen/0";
dat5 = "??????/State of Israel/0";
dat6 = "??????/Republic of Iraq/0";
dat7 = "??????????/Islamic Republic of Iran/0";
dat8 = "???/India/0";
dat9 = "?????????/Republic of Indonesia/0";
dat10 = "??????????/Republic of Uzbekistan/0";
dat11 = "?????/Sultanate of Oman/0";
dat12 = "?????????/Republic of Kazakhstan/0";
dat13 = "?????/State of Qatar/0";
dat14 = "???????/Kingdom of Cambodia/0";
dat15 = "???????/Republic of Cyprus/0";
dat16 = "???????/Kyrgyz Republic/0";
dat17 = "??????/State of Kuwait/0";
dat18 = "????/Georgia/0";
dat19 = "?????????/Kingdom of Saudi Arabia/0";
dat20 = "?????????/Syrian Arab Republic/0";
dat21 = "?????????/Republic of Singapore/1";
dat22 = "??????????????/Democratic Socialist Republic of Sri Lanka/0";
dat23 = "????/Kingdom of Thailand/0";
dat24 = "????/Republic of Korea/0";
dat25 = "?????????/Republic of Tajikistan/0";
dat26 = "???????/People's Republic of China/0";
dat27 = "???????????/Democratic People's Republic of Korea/0";
dat28 = "????????/Turkmenistan/0";
dat29 = "??????/Republic of Turkey/0";
dat30 = "???/Japan/0";
dat31 = "??????/Kingdom of Nepal/0";
dat32 = "????????????/Islamic Republic of Pakistan/0";
dat33 = "??????/Kingdom of Bahrain/0";
dat34 = "????????????/People's Republic of Bangladesh/0";
dat35 = "???????????/Democratic Republic of Timor-Laste/0";
dat36 = "????????/Republic of the Philippines/0";
dat37 = "??????/Kingdom of Bhutan/0";
dat38 = "???????????/Negara Brunei Darussalam/0";
dat39 = "???????????/Socialist Republic of Viet Nam/0";
dat40 = "?????/Malaysia/0";
dat41 = "???????/Union of Myanmar/0";
dat42 = "????????/Republic of Maldives/1";
dat43 = "?????/Mongolia/0";
dat44 = "??????????/Hashemite Kingdom of Jordan/0";
dat45 = "??????????/Lao People's Democratic Republic/0";
dat46 = "???????/Republic of Lebanon/0";
dat47 = "???????/Australia/0";
dat48 = "???????/Republic of Kiribati/1";
dat49 = "??????/Independent State of Samoa/1";
dat50 = "??????/Solomon Islands/1";
dat51 = "???/Tuvalu/1";
dat52 = "?????/Kingdom of Tonga/1";
dat53 = "??????/Republic of Nauru/1";
dat54 = "????????/New Zealand/0";
dat55 = "???????/Republic of Vanuatu/1";
dat56 = "????????????/Independent State of Papua New Guinea/0";
dat57 = "??????/Republic of Palau/1";
dat58 = "???????/Republic of Fiji/1";
dat59 = "??????????/Republic of the Marshall Islands/1";
dat60 = "????????/Federated States of Micronesia/1";
dat61 = "?????????/Republic of Iceland/0";
dat62 = "??????/Ireland/0";
dat63 = "????????/Republic of Albania/0";
dat64 = "??????/Pincipality of Andorra/1";
dat65 = "???????/Republic of Italy/0";
dat66 = "?????/Ukraine/0";
dat67 = "????????/Republic of Estonia/0";
dat68 = "?????????/Republic of Austria/0";
dat69 = "??????/Kingdom of the Netherlands/0";
dat70 = "???????/Hellenic Republic/0";
dat71 = "???????????????????????/United Kingdom of Great Britain and Northern Ireland/0";
dat72 = "????????/Republic of Croatia/0";
dat73 = "????????/Republic of San Marino/1";
dat74 = "?????/Swiss Confederation/0";
dat75 = "????????/Kingdom of Sweden/0";
dat76 = "????/Spain/0";
dat77 = "????????/The Slovak Republic/0";
dat78 = "????????/Republic of Slovenia/0";
dat79 = "??????????/Serbia and Montenegro/0";
dat80 = "??????/The Czech Republic/0";
dat81 = "???????/Kingdom of Denmark/0";
dat82 = "????????/Federal Republic of Germany/0";
dat83 = "???????/Kingdom of Norway/0";
dat84 = "??????/State of the City of Vatican/1";
dat85 = "????????/Republic of Hungary/0";
dat86 = "?????????/Republic of Finland/0";
dat87 = "???????/French Republic/0";
dat88 = "????????/Republic of Bulgaria/0";
dat89 = "????????/Republic of Belarus/0";
dat90 = "??????/Kingdom of Belgium/0";
dat91 = "???????????/Bosnia and Herzegovina/0";
dat92 = "????????/Republic of Poland/0";
dat93 = "????????/Portuguese Republic/0";
dat94 = "????????????????/The Former Yugoslav Republic of Macedonia/0";
dat95 = "??????/Republic of Malta/1";
dat96 = "?????/Principality of Monaco/1";
dat97 = "???????/Republic of Moldova/0";
dat98 = "???????/Republic of Latvia/0";
dat99 = "????????/Republic of Lithuania/0";
dat100 = "???????????/Principality of Liechtenstein/1";
dat101 = "??????????/Grand Duchy of Luxembourg/0";
dat102 = "?????/Romania/0";
dat103 = "?????/Russian Federation/0";
dat104 = "?????????????/Democratic People' s Republic of Algeria/0";
dat105 = "???????/Republic of Angola/0";
dat106 = "???????/Republic of Uganda/0";
dat107 = "??????????/Arab Republic of Egypt/0";
dat108 = "????????????/Federal Democratic Republic of Ethiopia/0";
dat109 = "??????/State of Eritrea/0";
dat110 = "??????/Republic of Ghana/0";
dat111 = "?????????/Republic of Cape Verde/1";
dat112 = "??????/Gabonese Republic/0";
dat113 = "????????/Republic of Cameroon/0";
dat114 = "???????/Republic of The Gambia/0";
dat115 = "??????/Republic of Guinea/0";
dat116 = "?????????/Republic of Guinea-Bissau/0";
dat117 = "??????/Republic of Kenya/0";
dat118 = "???????????/Republic of Cote d'Ivoire/0";
dat119 = "?????/Union of Comoros/1";
dat120 = "??????/Republic of the Congo/0";
dat121 = "????????/Democratic Republic of the Congo/0";
dat122 = "??????????????/Democratic Republic of Sao Tome and Principe/1";
dat123 = "???????/Republic of Zambia/0";
dat124 = "?????????/Republic of Sierra Leone/0";
dat125 = "??????/Republic of Djibouti/0";
dat126 = "?????????????/Socialist People's Libyan Arab Jamahiriya/0";
dat127 = "????????/Republic of Zimbabwe/0";
dat128 = "???????/Republic of Sudan/0";
dat129 = "????????/Kingdom of Swaziland/0";
dat130 = "????????/Republic of Seychelles/1";
dat131 = "????????/Republic of Equatorial Guinea/0";
dat132 = "???????/Republic of Senegal/0";
dat133 = "?????????/Somali Democratic Republic/0";
dat134 = "??????????/United Republic of Tanzania/0";
dat135 = "??????/Republic of Chad/0";
dat136 = "?????????/Central African Republic/0";
dat137 = "????????/Republic of Tunisia/0";
dat138 = "??????/Republic of Togo/0";
dat139 = "???????????/Federal Republic of Nigeria/0";
dat140 = "???????/Republic of Namibia/0";
dat141 = "????????/Republic of Niger/0";
dat142 = "???????/Burkina Faso/0";
dat143 = "???????/Republic of Burundi/0";
dat144 = "??????/Republic of Benin/0";
dat145 = "???????/Republic of Botswana/0";
dat146 = "?????????/Republic of Madagascar/0";
dat147 = "???????/Republic of the Malawi/0";
dat148 = "?????/Republic of Mali/0";
dat149 = "????????/Republic of South Africa/0";
dat150 = "?????????/Republic of Mozambique/0";
dat151 = "?????????/Republic of Mauritius/1";
dat152 = "?????????????/Islamic Republic of Mauritania/0";
dat153 = "??????/Kingdom of Morocco/0";
dat154 = "???????/Republic of Liberia/0";
dat155 = "???????/Republic of Rwanda/0";
dat156 = "?????/Kingdom of Lesotho/0";
dat157 = "???????/United States of America/0";
dat158 = "???????????/Antigua and Barbuda/1";
dat159 = "??????????/Republic of El Salvador/0";
dat160 = "???/Canada/0";
dat161 = "???????/Republic of Cuba/0";
dat162 = "????????/Republic of Guatemala/0";
dat163 = "????/Grenada/1";
dat164 = "????????/Republic of Costa Rica/0";
dat165 = "?????/Jamaica/0";
dat166 = "??????????????/Saint Christopher and Nevis/1";
dat167 = "????????????????????/Saint Vincent and the Grenadines/1";
dat168 = "??????/Saint Lucia/1";
dat169 = "???????/Dominican Republic/0";
dat170 = "?????/Commonwealth of Dominica/1";
dat171 = "????????????/Republic of Trinidad and Tobago/1";
dat172 = "????????/Republic of Nicaragua/0";
dat173 = "??????/Republic of Haiti/0";
dat174 = "??????/Republic of Panama/0";
dat175 = "????/Commonwealth of The Bahamas/0";
dat176 = "?????/Barbados/1";
dat177 = "????/Belize/0";
dat178 = "?????????/Republic of Honduras/0";
dat179 = "???????/United Mexican States/0";
dat180 = "?????????/Argentine Republic/0";
dat181 = "??????????/Oriental Republic of Uruguay/0";
dat182 = "????????/Republic of Ecuador/0";
dat183 = "?????????/Co-operative Republic of Guyana/0";
dat184 = "????????/Republic of Colombia/0";
dat185 = "???????/Republic of Suriname/0";
dat186 = "?????/Republic of Chile/0";
dat187 = "????????/Republic of Paraguay/0";
dat188 = "?????????/Federative Republic of Brazil/0";
dat189 = "????????????/Bolivarian Republic of Venezuela/0";
dat190 = "??????/Republic of Peru/0";
dat191 = "???????/Republic of Bolivia/0";
dat192 = "????(????????)/The West Bank and Gaza Strip/1";
dat193 = "????(??)/Republic of China (Taiwan)/1";
dat194 = "???????/Hong Kong Special Administrative Region/1";
dat195 = "????????/Macao Special Administrative Region/1";
dat196 = "????????/American Samoa/1";
dat197 = "???????/Commonwealth of the Northern Mariana Islands/1";
dat198 = "???/Guam/1";
dat199 = "?????/Cook Islands/1";
dat200 = "????/the Antarctic Continent/1";
dat201 = "????????/New Caledonia/1";
dat202 = "??????????/French Polynesia/1";
dat203 = "??????/Gibraltar/1";
dat204 = "??????/Faroe Islands/1";
dat205 = "??????/Islas Canarias/1";
dat206 = "???????????(????)/Sahrawi Arab Democratic Republic (Western Sahara)/1";
dat207 = "?????/Reunion/1";
dat208 = "???/Aruba/1";
dat209 = "??????????/Netherlands Antilles/1";
dat210 = "???????/Guadeloupe/1";
dat211 = "???????/Greenland/1";
dat212 = "?????/Bermuda/1";
dat213 = "??????/Commonwealth of Puerto Rico/1";
dat214 = "???????/Martinique/1";
dat215 = "?????????(???????)/Falkland Islands and Dependencies (Islas Malvinas)/1";
dat216 = "????????/French Guiana/1";
View Replies !
View Related
Additional Registration Marks?
I'm wondering if you can have additional registration marks - or maybe that isn't the answer.
I have three vertically spaced boxes and am drawing a line between the three (the line goes from one to another - connecting at the reg mark).
The problem is, on the two outer boxes I can set the reg marks to the right or left edge, making it appear that the line connects to the edge.
The middle box is where the problem lies. THe lines run through the box, connecting at the center.
Is there a way to have a reg mark on either side of the center box, so that the line comes in fro the two side boxes and connects to the edge of each side of the center box (goal here is to NOT have the line intersect at the center of the box).
I'm thinking the answer is no, but what other solutions could I employ...?
View Replies !
View Related
Actionscript For Calculation Marks
hi... i'm sorry if my english not so good
i've project using flash to create interactive exam CD
I need to know the actionscript to calculate marks.
For your information, each page has only 1 question with radio button concept of answer. There was next button for next question.
This marks is for users to see and must be put in every pages of question.
So, please i really need help to solve this problem..
thank q.
View Replies !
View Related
Can Not Display Some Speech Marks?
Hello,
I am using ASP create XML file, than load XML to Flash.
But just found a problem, some speech marks cann't be displayed.
eg, or .
my XML looks like that:
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<config>
<news_section>
<news title="The Long Hard Fight Back to 2nd">
<content>Hello, everyone! I didnt have any idea about this.</content>
</news>
</news_section>
</congif>
Anyone can help me with that?
Thank you very much.
View Replies !
View Related
AS2: Book-marks And Arrays
I am making a small book-marking function that works by every frame having a global variable of the page title, when that page is selected I need that global variable to be added to an array that can then be accessed anywhere.
My main question is - is it possible to display values stored in an array in a list component?
View Replies !
View Related
Actionscript For Calculation Marks
hi... i'm sorry if my english not so good
i've project using flash to create interactive exam CD
I need to know the actionscript to calculate marks.
For your information, each page has only 1 question with radio button concept of answer. There was next button for next question.
This marks is for users to see and must be put in every pages of question.
So, please i really need help to solve this problem..
thank q.
View Replies !
View Related
Collaspable Menu With Marks
Hi all
Any one knows how this navigation works or knows where I
can download...It`s a collaspable menu with details.
please visit below link
http://ps2.praystation.com/pound/v3/
It marks button currently visiting...and visited.
I found collaspable menu at flashcomponents.com...which is strongly dynamic and runs smooth but it`s hard to add other elemtns to it.
Thanks a lot
Reverse
View Replies !
View Related
Language Tone Marks In Actionscript
I am currently working on a project for a Tlingit (northwest coast USA indian tribe) language program. I am using dynamic text to put some text on the screen as items are clicked on to identify them. the problem I have is that I need an underlined word to appear on the screen and I cannot seem to find a way to get the word underlined in actionscript. I tried copy and pasting from word but it drops the underline out when I do that. Gaat ... that is the word im trying to put in there.
anyone know?
StinkMoe
View Replies !
View Related
When I Put Quotations Marks ", He Chokes
I have in my flash some animation with MCs and dynamic filds, I am pulling some texts from my PARAM in the HTML, and he works normal, but now I got some problems.
The first Product in de PARAM from my HTML I have this (NOVO+Produto+1+")
when I put quotations marks ", he stop de animation from my MCs, it does not bring the outhers texts, he chokes.
I try to put quotations marks ", dynamic text "Character" but nothing.
I have this in my PARAM HTML.
Code:
'barra17?i1=imagemVertical&t=Destaques&n1=NOVO+Produto1+"&n2=Descrio.......'
Somebody knows because it does not appear the quotations marks ", or somebody knows what I have that to do for he works.
Sorry about my English.
View Replies !
View Related
|