Calling Path in ActionScript
var kLastSlash:Number = _root._url.lastIndexOf(‘/’);
var baseUrl:String = _root._url.substr(0, kLastSlash+1);
Posted on August 28th, 2009 by Sumit Gupta
Filed under: Action Script, Flash | No Comments »
var kLastSlash:Number = _root._url.lastIndexOf(‘/’);
var baseUrl:String = _root._url.substr(0, kLastSlash+1);
Posted on August 28th, 2009 by Sumit Gupta
Filed under: Action Script, Flash | No Comments »
When I first heard that Microsoft change the file extension of MS Office Products and add “x” in them, I got surprised as that was not very common practise for me. But today when I word on that new file format, I really would say, it was a good move. Those who don’t know, Microsoft [...]
Posted on August 18th, 2009 by Sumit Gupta
Filed under: .NET, ASP.NET, C#.NET, Links, VB.NET/VB | No Comments »