Recently making a Flash in which I need a user input in a popup window to complete user action. For this I need to ask user some more value. Hence…
Using XML File with Flash in better way
This is just a bookmark for now to following great article http://www.flash-creations.com/notes/dynamic_xml.php Will explain this some day.
Progress bar for long running ASP.NET scripts
Though I have posted in my old blog, but just to keep track of this.. http://www.aspfree.com/c/a/VB.NET/Executing-LongRunning-Tasks-with-the-Progress-Bar-in-ASPNET/ This article suggest a method on how to show progress bar in your web…
How to remove all child movieClip through AS 2.0 Code
To remove all child from a given movie clip simple loop through its all object and remove the type of object you want. Following code does the same for related_mc.sp_related…
Document Sharing service
I found this while searching code for my flash project… http://www.scribd.com This site helps sharing of document. It has some great resources available for everyone. So upload your document,books and…
Xpath in ActionScript 2.0
Yet again I have been given job to create a Flash component that will be displayed on homepage of site, and it has to list all content of site. For…
How to enable CURL in Xampp
Well the easiest post to read 🙂 Just enable it in all PHP.ini and PHPx.ini you find it Xampp installation … Read original post at http://www.menyhart.net/blog/developer-stuff/enabling-curl-on-xampp/ — Sumit Gupta