how to trim space char in the start and end of sting can anyone help me -- Thanx & Regards Imran A. Subhani Newmedia Designer Enterprize Solutions URL:...
I had this problem once and this fixed the problem StdTextField.prototype.stripWhiteSpace = function(incoming) { var tempString = new String(incoming); var...
Bill Watson thanks man u make my life easy On Fri, 1 Oct 2004 07:04:14 -0700 (PDT), Bill Watson ... -- Thanx & Regards Imran A. Subhani Newmedia Designer ...
Hi Having trouble dispaying data properly in a combobox. Data pulled in from database (thats fine) and I would just like it to display better. ive tried adding...
Dear all I am completing work on a project and I wish to use load movie. The trouble is that the preloader takes too long to load for the user to see it....
Im working on the product page of my clients. my client's wish is that whenever user take the mouse pointer over the product the product will enlarg and a text...
... That seems like the long way to do this: var sUntrimmed= " text with leading spaces"; while(sUntrimmed.charAt(0)==" ")sUntrimmed=sUntrimmed.substr(1); ...
thanks for the input on this subject..went with the action script soluion.....so in/on the final frame i just have it where i disable the button there......
Im working on the product page of my clients. my client's wish is that whenever user take the mouse pointer over the product the product will enlarg and a text...
I hope this is not an inappropriate question to ask here. If it is maybe someone could point me in the right direction: Can anyone give me a ball park idea of...
Hi all: i've just taken on a job that is mainly site updating. the former designer sent me what I though were going to be flash files. turns out he did the...
... Ball park, sure. Anywhere from 6 to 200 hours. It is impossible to say. It all depends on several things 1) Were graphics created, provided or at hand? 2)...
... Hello Carrie, Your outa luck on this one. There are no SWiSH to FLA converters and no SWF to FLA converters though you can use something like Burak's ...
There are a couple of options depending on which you decide to use ... neither option involves the usage of converting .SWI files to .FLA files however the...
Hi there I am going insane. I have a javascript function nested several layers in on dynamic text in an expandable tab. I can call an html link on the field....
Joe, I don't know if you are still looking for this little script but If you go to www.cubepix.com under new items. They have something that may be what your...
Dear Flashers, Hello. How do I look for domain names with a specific keyword it it that will return to me a complete list of domain names with the pattern in...
Hi all, I am doing a research project on "What makes good web design?" w/ emphasis on navigation, color and page layout. I have found numerous resources...
Here is an AS 1 String Utils Library that contains trim, trtim and ltrim functions. http://www.markme.com/mesh/archives/000070.cfm mike chambers ...
Mike Chambers
mchamber@...
Oct 6, 2004 5:28 pm
53709
If you have been online you should already know the answer to this question. What do you look for in a web page? Remember you are designing for the owner of...
... Actually, much as many people think that "good design" is subjective, it is not. Good design standards have been around for hundreds of years, and in fact...
Actually, I have to disagree slightly. I spend a significant amount of time on the Internet, but that doesn't by any means indicate that I understand the...
I know I'm WAY late on this discussion, but I went through and read the thread about _root etc and wanted to get people's take on usage of _global. I too am a...
John, I really like that idea. I have used _global for functions and data, but had not thought of creating the convenient pointers to nested clips. Brilliant! ...