Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
36US webforumsuser@macromedia.com #1
split filename
who can split this file name then subtract "kenny.pdf"
file name--> C:\programfiles\funk\pdf\kenny.pdf
36US webforumsuser@macromedia.com Guest
-
Split Format
We have taken over the maintenance of our website using Macromedia Contribute...we are beginners using the product however we recently changed a ... -
Split email??
CFX_POP3 splits out the FROM address into FULLFROM, FROM and FROMNAME where FULLFROM would return 'Bob Williams' <bob@somewhere.com> FROM would... -
split what?
I don't know if this is an intelligent question or not, bear with me. I downloaded a script that makes operations on data posted with a HTML form... -
Split string like 'something.jpg,123' into $filename and $number
I am trying to take a string and split it into a filename and a number where the number is what follows the *last* instance of a comma in that... -
Split a form
I want a form to open another form in my DB. The thing is i want the new form and the old form to fill half the screen and look like one form. ... -
urami_ #2
Re: split filename
"\"36US\" webforumsuser"@macromedia.com wrote:>
> who can split this file name then subtract "kenny.pdf"
> file name--> C:\programfiles\funk\pdf\kenny.pdf
function getFileName(fileUrl) {
var fileName = fileUrl.substr(fileUrl.lastIndexOf("/")+1, fileUrl.length);
return unescape(fileName);
}
trace(this.getFileName(this._url));
Regards
urami_*
<xmas>
[url]http://flashfugitive.com/[/url]
</xmas>
urami_ Guest



Reply With Quote

