ActionScript 2.0 :: Function To Remove Blank Space In A Text String?
Aug 16, 2005is there any function to remove blank space in a text string?
something like have a="Hello " and can get a="Hello"
is there any function to remove blank space in a text string?
something like have a="Hello " and can get a="Hello"
I am new in Flash and Currently, I use Flash Pro CS5 to create new movies and modify old movies.
When I publish the movie I developed it comes with two white blank sides and i tried to change the Publish settings like Dimensions and Scale and publish the flash movie but the white blank sides did not disappear ?
I want that the flash movie has all the space of the dispaly window so that no white space appears when I view it in normal or maximized or full-screen view modes ?
I am trying to remove / replace white space from a string in as3. The string comes from xml and than written into text field. To compare the strings I am trying to remove white spaces
var xmlSentence:String=myXML.SENTENCE[thisSentence];
var tfSentence=e.target.text;
var rex:RegExp = /s+/;
trace(xmlSentence.replace(rex, "-"));
trace(tfSentence.replace(rex, "-"));
That code outputs like this:
She-has a dog
-She has a dog
I also tried different rex patterns. The problem is that though there are spaces in both string -which are same- it finds only one space but not the same one in both strings.
How I can remove whitespace from a string, but only if the white space is the first character?[code]...
View 2 RepliesI have some unwanted extra space at the bottom of my scrolling text box. I have been trying for hours to remove it but I'm not sure what I'm doing wrong.[URL]
View 0 RepliesIf I create a mx:Label or mx:Text control in Flex and then set an opaqueBackground to it, I notice that there is some space around the text.
I would like to be able to get rid of that space to where the text is completely flush to the top and bottom of the label. Changing the gap, padding, and leading didn't seem to help. Is it possible to get the text completely flush to the sides of a label?
I created a demo where when you roll over parts of the product, in the white space to the left it displays the text information about that part of the product. The rollovers work great, however if you run your mouse over the blank area (where the rollovers would show up), it treats that as the rollover too. Below is the URL for the test page.
View 1 RepliesI am trying to create a menu with submenus, but I encounter some problems.
[Code]...
my goal, which eludes me at the moment, is to display some variables (using a dynamic text box) along with some static text, to output in the following manner:[code]and so on.. but i want to be able have text areas somehow link to eachother, so if theres a large amount of variable, theres no overlap, or if theres only a small variable content, theres no 'blank' area.
View 1 RepliesMy new website is carolineofbrunswick (dot) co (dot) uk. As you can see, there's a ton of blank space off to the right of the pages, and I can't figure out how to get rid of it.
It's caused by the Flash objects in the right-hand column. Changing the width attributes on those Flash objects just causes them to not appear at all, though the blank space still exists.
Blank space should not be allowed in Flex Input field... one is fine... but not more than one...
View 3 RepliesWhat I'm trying to do is using a loader to load some videos. If the video is not found, I just want to display a white space in the loader. [code]...
View 3 RepliesFor a project, I'm trying import htmlText into flash, and then remove any items flash will not process. For example, the html I want to import contains custom "[caption][/caption]" code. I essentially want to remove these identifiers and any text from in between them so that flash will not display them in a text field. Does anyone have a good suggestion/example for me? I have been trying to figure out how to use regular expressions to do this, but have been unsuccessful in finding a good guide for it and so have failed.
And example of text I'm trying to filter:
<em>Pushmo</em> is a game filled with questions. How do I solve this puzzle? Is that a 8-bit Mario's face? Why is this old, obese blob making tons of death traps that easily ensnare and encase unsuspecting children? [code]...
How can I make datagrid height is equal to data content in Adobe Flex however suggested answers did not work for me.The blank row at the end of the DataGrid does not display at first, until I begin editing editing the last row, at which the entire grid is immediately pushed upwards, making the top row disappear and the blank bottom row reappear.
View 3 RepliesI am using an mx:DataGrid with a dataProvider to display Rows. I have checked the no of rows in my array ( which is 8 ) and the no of rows in the dataGrid. They both match, however I always get an extra blank row at the end of my data grid. How can I remove this row?
View 2 Replieshow I rid myself of that 1"+ of white space above my rotating images:Here is the script currently employed:
<object align="top" height="600" width="600">
<param name="movie" value="http://www.smugmug.com/ria/ShizamSlides-2007090601.swf?AlbumID=6453203&AlbumKey=tZa2b&tran sparent=tr ue&crossFadeSpeed=800">
<param name="wmode" value="transparent">
[code]....
There is a white space above the flash file. My file is 360 pix high, but I need the default bar at the bottom. So I set it to be 400. But the extra 40 pix got shared by the bar and an unwanted white space on the top.
If I set it to 360, no space, but no bar either. In either case, there is an extra 2 pix double lines on top. I want to remove the space and double lines.
<table
class="Popup_Flash" border="0" align="center">
<tr valign="Top"><td>
[Code]....
how can I remove the space between my video and control bar.I tried to change margin and padding to all element without success. There is still a thin white space above the controls.[code]
View 1 RepliesI keep on getting extra space when I load the text from xml file[code]...
View 1 RepliesDoes anyone know how to remove the white space which shows up under Firefox when viewing your page with a flash movie and an image next/under it? With IE the flash and any images next to it butt against each other like they're supposed to, but under Firefox the white space shows up. How do you get rid of it?
View 2 RepliesI'm creating a fill-in-the-blank quiz in AS 2.0 and would like to make the comparison between the correct and submitted answer a little less harsh during the comparison. The quiz actually consists of memorizing a sentence or two from say a poem and I'd like to not include any errors of punctuation due to a misplaced or missed comma, exclamation pt or period. as long as the spelling is good then the user should get the correct answer. Below is a little snippet:
[Code]...
I'm looking, for various almost mystical reasons, to have a string containing more than one spaces. Basically, I want to be able to have a text string that, when compiled into an SWF, will show "".
View 3 RepliesIt just doesn't seem to return the correct width and height of the string parameter. Documentation states that the function returns 6 properties; width, height, textFieldHeight, textFieldWidth, ascent, descent. textFieldWidth and textFieldHeight are supposed to return the exact height and width in pixels that is required to show the textfield obj. Problem is the text will still appear cropped. Of course the workaround is just to add a space in the string parameter, but this a quick and dirty fix.
View 1 RepliesI'm trying to convert a String into an Array of words. To do so I split the String when a space is met, and make a new Array containing only the words. The problem is when I try to get rid of any whitespace. The code works as intended for the whitespace between the words but ALWAYS fails to remove ONE whitespace if there are spaces at the start of my String.
[Code]....
As seen it accounts the last whitespace in front of my sentence as a word and doesn't remove from the Array.
I have a text file that needs to be parsed correctly. The text file looks like this:
[header]
[header 2]
[ header3 ]
I can grab these headers by doing so
var expression:RegExp = /[ [a-z0-9 ]+ ]/igxm;
var items:Array = text.match(expression);
But I would also like to remove the white space from before and after the brackets, so the headers can align against the left edge. Also, for [ header3 ], I would like to remove the white space inside the brackets, before "h" and after "3". What would be the correct regex for something this?
URL...check for WHERE YOU CAN SHOOT section theres one gallery if you click on any of the thumbnail a new broswer window opens with jpg... if u check it when jpg loads in that browser it leaves left top and bottom white space.i want to remove that white space.
View 14 RepliesI tried to do a space game But there is a big big big problem I couldn't remove the movieclip (bomb)Here is the fla CAN YOU HELP ME?
can you remove the "fuse" for me
I searched the forums and found several examples but none of them worked for me.I tried...
ActionScript Code:
var pattern:RegExp = /_/gi;
var instanceName:String = evt.target.name;[code].......
I have a text field that a user can enter a value and right now they can enter "150.55" or "125.55555"
I want to limit the entry to a decimal with a scale of 1.
So they would be only be able to enter "150.5" or "125.5"
I have a var as an integer that I'm reading for the scale. Just not sure how to trim the string so I only display the shortened 150.5
I'm attempting to load into an array data from an external .csv file. No problem here.
I load into a first array all of the data and split the data at the end of each line ("
").
Then, I place into a new array each line that was split.
The problem is that the last element in this new line comes with an invisible space such that when I do a trace they come out as follows:
AAAA
BBBB
CCCC
instead of
AAAA
BBBB
CCCC
This is a problem because I later on do a switch check for 'AAAA', 'BBBB' or 'CCCC' and I think it doesn't recognize any because of the space.