Thursday, January 8, 2009
Friday, July 4, 2008
Flash Player 10 - ASTRO Update Beta 2 available now
Flash Player 10 beta 2 was released on 7/2/2008 and includes new features and bug fixes.
New features on Flash Player 10 - ASTRO beta 2 ::
- Rich Media
- Enhanced Sound APIs
- Enhanced Sound APIs
- Other Community Requested Enhancements
- Linux WMODE
- Video4Linux v2 Support
- unloadAndStop
- Limited Fullscreen Keyboard Access
- Linux WMODE
You can find the new version of flash player 10 beta on adobe labs download center.
Regards,
Naresh Khokhaneshiya
Google and Yahoo! can search Flash SWF content now!
Here are links for more details ::
- Adobe Developer Connection - SWF Searchability FAQ
- Official Google Webmaster Central Blog - Improved Flash Indexing
Naresh Khokhaneshiya
Sunday, June 22, 2008
Magics in Windows
An indian discovered that noboday can create a FOLDER anywhere on the windows computer which can be named as "CON". This is something pretty cool... and unbelievable... At Microsoft the whole team could not answer why this happened.
Try it now, it will not create "con" folder.
(There are few ways to create folder "con"... Wait for next post...)
Magic #2
For those of using Windows, do the following :
1) Open an empty notepad file.
2) Type "Bush hid the facts" (without the quotes).
3) Save it as whetever you want.
4) Close it and reopen it.
What you see...? Guess why it is so.
Magic #3
This is something pretty cool, neat and unbelievable... At Microsoft the whole team, including Bill Gates, could not answer why this happened !
It was discovered by Brazilian. Try it out yourself.
Open Microsoft Word document and type
=rand(200, 900)
and Press Enter.
Naresh Khokhaneshiya
Saturday, May 31, 2008
Identify all the key strokes in Flash IDE Environment
By default, when you press some key in Flash IDE Environment, in ActionScript you will not be able to handle DELETE key stroke as that is shortcut key in Flash IDE.
To handle such key strokes in ActionScript, while running an application in Flash IDE, go to swf's Control menu and tick 'Disable Keyboard Shortcuts'. Now ActionScript will listen all the key events which are shortcuts in Flash IDE Environment.
- Naresh Khokhaneshiya
Wednesday, May 21, 2008
Virtual Directory in WAMP using Symbolic Link
You can setup a virtual directory in WAMP using Symbolic Link. You have to create a symbolic link in Windows using following command :
mklink /D [virtualDirectoryName] [TargetDirectory]
where,
/D indicates the target is a directory and not a file. If you don’t provide this then it will take file as target by default
[virtualDirectoryName] is the name of the virtual directory
[TargetDirectory] is the target directory to which you want to link the virtual directory
For example, if you want to create a site using name ‘mysite’ and you want to link this virtual directory to the directory ‘d:\somefolder\sitecontent’, then assuming the location of wamp as ‘c:\wamp\www’ you will create symbolic link as follows :
mklink /D c:\wamp\www\mysite d:\somefolder\sitecontent
I think it would be very useful to create virtual directory in wamp so that we would not have to put all the content into www directory of wamp.
Saturday, May 17, 2008
Enjoy funny videos in Gujarati - Simply Cool
Shahrukh's Darde Disko in Gujarati ::
Spiderman - Veer Karolio Jalawalo ::
Here are more videos - SURATI KAKA. Enjoy them :)
Naresh Khokhaneshiya