ASV 4.0

ASV - Action Script Viewer
A few days, I talked about ASV add-on tools. Lately I also tried ASV and I must say its a ‘must-have’ tool for designers or developers.
Imagine a situation, a client comes back and asks you to make some changes in his site or application you did in past. Now, if you have source files its simple but if you don’t remember where are latest files. Believe me, ASV can help you out here. It can create entire FLA for you through JSFL.
If you have lost some assets or source files from your machine and you only have swf files then ASV can extract following things for you.\

  • font outlines as TTF\
  • sound as WAV or MP3\
  • videos as FLV\
  • frames/graphics/movieclips/library symbols as SWFs\
  • bitmaps as JPG/PNG\
  • ofcourse all ActionScript code (scripts or class scripts)
    ASV is very intuitive and user friendly to use, so anyone can easily start using without any problems. I love the timeline thingy and preview feature.
    And ofcourse, if you want to study your compiled swf, ASV would help you there also. Peter Hall was able to come up with this idea while he was working in ASV.
    Though some guys use ASV for wrong purpose, I would just request, please use the tool for ethically right reason. Its a nice tool made for nice purpose.

Javascript Flash Communication

Sometimes back I made a simple set of Flash component and JavaScript code to abstract the JavaScript-Flash-JavaScript communication. I named it JSFCommunicator Library.
It can be seen here .
I hope it helps someone...
cheers,

ASV add-on tools

ASV SOL Viewer and Editor
ASV MXP Viewer and Extractor
These are FREE add-on tools for ActionScript Viewer (ASV) by Burak.
These tools can be very useful in debugging applications or extracting data, say if you have lost your files or some information.
Interestingly, I don’t have any version of ASV except ASV 3 demo. But I can feel the potential of tools.
Hope, I will check them out soon :)
BTW! More info on tools can be found here

DENG Developer Chat

I just got to know about this from Claus, yeah he is the guy behind DENG CSS/XHTML rendering engine. He was kind enough to send me an invite for GMail, thanks Claus!
Announcement: DENG Developer Chat on July 1st, co-hosted by Steven
Pemberton (chair of the W3C XHTML and XForms working groups).
Details: http://claus.packts.net/w3blog/index.php?id=109

It sounds interesting, I would try to be there in chat...
cheers..

Me too! with .Net

.Net or Dot Net, known among the most of the developers. I started playing with .Net back in December 2000 with its first beta sdk. I quickly, learnt things and developed some apps too. But never looked very closely after that.
Now after three years, I have once again started playing with .Net, understanding deeply its APIs, framework etc..
Hope I enjoy my journey with .Net :)

YAMMS! (Yet another MacroMedia Seminar)

Yet another Macromedia Seminar, this time in Mumbai. Its actually part of Macromedia MAX events. I attended the same in new Delhi some months back. If I knew that they would be organising one in Mumbai later, I would have not gone to Delhi.
I would attend yet another seminar from Macromedia in J.W. Marriots, Mumbai on May 27.
My purpose to go to such seminars is not only limited to learn things but meeting with other developers and designers.
I hope, I will have a good time there...
cheers..

FLV MetaData Injector

Burak has released FLV Metada Injector tool.
Its a free to use tool, which will calculate flv details from a given flv file and inject those details as metadata into the target flv file.
FLV Metadata is very useful while making custom FLV Players to play progressive flvs. Sometimes its important to know width, height, duration or more properties of flv files.
Metadata can be trapped in Flash using NetSream.metaData event handler. A very nice introduction can be seen at following locations:\

Daemon Certifiable - A Central Application

Certifiable is yet another Central application. Rather telling in my words, i would like to quote in its creator’s words.
Essential certification preperation
Currently available as a preview release, Certifiable uses a Central exam engine developed by Daemon that tests your knowledge of a variety of topics.


As soon as I got to know about it through Mike’s blog, I installed it and gave Flash MX 2004 Developer exam. It was good experience, though I got three wrongs out of total twenty questions.
I would try again, its good practice. Certifiable gives you unlimited questions served randomly.
I wanted to see such application for a long time. Being a part of eLearning development, my inclination has been towards eLearning application.
Central obiously excites me and I am still thinking of an application that would change the way we learn things. I want to see some cool eLearning application running on Central.
I am trying to get into Central’s root, I hope to make something interesting very soon.
BTW! while writing this entry, I looked another Central App, which lets you post messages to your MT blogs from Central itself. Wow! I love it.
Its Bloggin’Nation 0.1 by Design-Nation.
I am going to give a try...

Central - A framework & platform

I looked at Central SDK docs, specially APIs. Its really nice to see a good collection of APIs. Its very easy to make a application for Central.
No need to figure out how you going to handle communication between Pods, Agents and Applications etc. Central takes care of all these. For example, LCService Object wraps the LocalConnection and extends its functionalities.
Similarly there are Classes/Object for Regular Expressions (RegExp), SOAP, RPC, WebServices, String, MD5 Hash etc.
Central is Good framework and Platform to deploy applications. Forthcoming support for AIM/ICQ IM service would really be good add-ons.
Lets wait and see ...

Flash Up-Side Down Bug

Yesterday, I got to see a strange bug, not sure its Flash Player’s bug or Browser’s bug. It happens when you use browser’s functionality in html pages with a flash movie. As soon as you issue print command, flash movie turns up-side down, in our case only bitmap in the flash movie turned up-side down other text was remained same.
Its a weird bug it doesn’t happen all the time. I am not yet able to replicate it on all machine and I have not even got any reason why it happens.
While discussing this with other Flash developers, Pranav Verma from Mascon ITand Deepak Sahu from Hurix, Deepak provided a link of technote on macromedia.com. It really helped me, Thanks Pranav and Deepak.
I am wondering, Macromedia has not found any solution for the same problem yet. Though they have some suggestions to get the same thing done other way using Flash Player’s print functionality.
Anyway! I am going to find solution myself, how can I implement the alternative with minimal efforts.
I would post something if I find something...