Using library panel in flash we can access the files library of our system
-
True
-
False
The Library panel in Flash provides access to the library of the current Flash document, not the computer's file system. The library stores symbols, graphics, and other assets used within that specific Flash project. Accessing system files would require different methods like FileReference class.
False is correct. In Adobe Flash (and Animate), the Library panel is scoped to the current FLA document — it stores and organizes the symbols, media assets (bitmaps, sounds, video), components, and fonts that have been imported into or created within that specific project file. It is not a general file-system browser and cannot be used to browse arbitrary files elsewhere on the user's system; to bring in outside files you must explicitly import them (File > Import), after which they appear in the Library. So the claim that the Library panel gives access to 'the files library of our system' is false.