Skip to content

Sumit Gupta

bookmarking my life

Month: August 2009

Calling Path in ActionScript

August 28, 2009 by Sumit Gupta Action Script, Flash

var kLastSlash:Number = _root._url.lastIndexOf(‘/’);
var baseUrl:String = _root._url.substr(0, kLastSlash+1);

Read More

OpenXML : New office file format

August 18, 2009 by Sumit Gupta .NET, ASP.NET, C#.NET, Links, VB.NET/VB

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…

Read More

© 2026 Sumit Gupta // Powered by WordPress