can we add system icons into the flex application
can开发者_运维技巧 i add system icons (.doc, .ppt icons etc) into my flex application without embedding them into the application directly.
I'm assuming that you're trying to make an AIR application and you want to use the system's icons for .doc, .ppt, etc files.
This is possible! Check out the link...
http://livedocs.adobe.com/flex/3/langref/flash/filesystem/File.html#icon
This won't work on Linux as far as i can recall...
Cheers
You can, but for that u need to know the path in which the icons are installed and your application should have access to it.
Thanks,
Nirmal
精彩评论