Rozmiar: 8938 bajtów


Macromedia Flash



Macromedia Flash, or simply Flash both refer to both a multimedia authoring program and the Macromedia Flash Player, written and distributed by Macromedia, that utilizes vector graphics and bitmap graphics, sound and program code and bidirectional streaming video and audio (upstreaming only available when used in conjunction with Macromedia Flash Communication Server). Strictly speaking, Macromedia Flash is the authoring environment and Flash Player is the virtual machine application used to run the Flash files, but in colloquial language these have become mixed: "Flash" can mean either the authoring environment, the player or the application files. The Flash files, which usually have an SWF extension, may appear in a web page for viewing in a web browser, or standalone Flash players may "play" them. Flash files occur most often in animations on web pages and rich-media web sites, and more recently Rich Internet Applications. They are also widely used in web advertisements. In recent versions, Macromedia has expanded Flash beyond the simple animations, into a complete application development tool, mainly to create Rich Internet Applications. Flash will become an Adobe Systems product if the merger between Adobe Systems and Macromedia is approved. == Programming Language == Flash MX 2004 uses ActionScript 2.0, which is ECMAScript 4 compliant, which means that it looks more like Java programming language. It can now be considered a full-fledged object-oriented programming language, including its free-form coding style, events, interfaces and inheritance. Many object-oriented features are those of the compiler; it is still a scripting programming language with no run-time datatypes or many other object-oriented programming features. === Compilers === One can compile ActionScript 2.0 with the built-in compiler in the Flash IDE or with Motion Twin ActionScript2 Compiler (MTASC). See #External links. == Pros and cons == === Advantages === The Macromedia Flash file format has several features that make it a popular option for delivering advertising and for certain types of websites, such as those which require a very sophisticated or special user interface unattainable with HTML or Javascript. * Like Cascading Style Sheets with HTML, PostScript, SVG and Portable Document Format, Flash can be used to specify exact positioning of the various page elements. This gives the designer a great degree of control over how the user interface looks. The layout can also be adjusted on-the-fly with ActionScript. * Flash supports progressive streaming by default (frames of animation load individually and can be shown before the entire file is loaded). It also has support for loading in true streaming video using Flash Communication Server. * Flash uses Unicode, which makes it suitable for internationalization. * Like PostScript, SVG and Portable Document Format, Flash uses vector graphics; they may translate into small file sizes which take less bandwidth to transmit than raster graphics do. * Macromedia has released the specifications of the Flash file format, and compatible third-party tools exist (Macromedia has not released the specifications of Flash-related formats such as AMF though). * Flash players exist for a wide variety of different systems and devices. Flash content can run consistently on Microsoft Windows, Mac OS, Linux and various other Unix systems (Macromedia has created or licensed players for the following operating systems: GNU/Linux x86, Microsoft Windows, Mac OS 9/Mac OS X, Solaris Operating Environment, HP-UX, Pocket PC, OS/2, Symbian, Palm OS, BeOS and IRIX). Olivier Debon has written an open source version of the Flash 3 player; ports of this exist to numerous operating systems, including the Amiga. See also Macromedia Flash Lite for Flash compatibility on other devices. * Flash allows the embedding of images, sounds, movies and simple HTML-like text. Flash Player, from version 6, also support two-way streaming of sound and video, thus making it a suitable platform for high-level multi-user applications. * Flash's embedded ActionScript language allows the creation of sophisticated applications using an Object-oriented programming approach. * Flash as a format has become widespread on the desktop market. Through an [http://www.npd.com/ NPD] [http://www.macromedia.com/software/player_census/npd/ study], Macromedia claims that 98% of Web users have Flash Player installed [http://www.macromedia.com/software/player_census/flashplayer/] – 90% having the latest version. Numbers vary depending on the detection scheme and research demographics: [http://www.webhits.de/deutsch/index.shtml?/deutsch/webstats.html Webhits] (German page) counts only 73% of Flash-enabled browsers. * The Flash Player install size is relatively small compared to comparable plugins such as Quicktime, WMP and SVG. * Compared to other browser plug-ins, such as Java, Quicktime, or WMP, Flash Player is extremely fast in initializing. * Flash supports advanced features for data loading through XML data, Query string-formatted HTTP data, JPEG images, MP3 sounds, other Flash movies, and Transmission Control Protocol Socket connections. * Flash can retain information locally (in a manner similar to browser HTTP cookie), giving the client the ability to, for example, remember the level or score a user has achieved on a Flash-based game, or the settings used on a previously visited website. === Disadvantages === Flash also has some disadvantages: * Flash is designed to run as a client-safe application, meaning it is not able to access the local client machine, even if it's run on a standalone player. To be able to save and load local files, as well as access the local system, it needs a wrapper application like Multidmedia's [http://www.multidmedia.com/] Zinc [http://www.multidmedia.com/software/zinc/]. ::Internet .swf files may not be saved from the Web browser program. However, a copy is loaded into the browser's temporary internet files folder from where it can be retrieved, although few Web Browsers allow you to save Flash content like Maxthon(formerly MyIE2)*[http://www.maxthon.com/] Flash content is not tied to the HTML framework, so it does not use browser settings for font size, color, etc; Text may appear tiny for vision-impaired people or those with high resolution screens. Users can still zoom in the Flash movie if the developer hasn't disabled this feature. * Flash content is binary and thus more challenging for search engines to index than HTML. As a result, sites using solely Flash experience will have decreased visibility for their inner content in search engines. Google, however, indexes the content of Flash files (for example: [http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=sample+filetype:swf]). Macromedia has also released a [http://www.macromedia.com/software/flash/download/search_engine/ search engine SDK] to make it easy for search engines to index Flash content. * Though the Flash SWF format is an ostensibly "open" format (i.e. it is published), Macromedia retains control of it. Since Flash files do not depend on a truly open standard such as SVG, this reduces the incentive for non-commercial software to support the format (although there are SWF#External Links third party tools which utilize and generate the SWF file format). * Apparently, the Flash Player cannot ship as part of a pure open source, or completely free software operating system, as its distribution is bound to the [http://www.macromedia.com/software/flash/open/licensing/ Macromedia Licensing Program] and subject to approval. * Due to Flash's graphical nature, it does not degrade gracefully for disabled users. Websites have to overcome this by providing alternative content (for example, in HTML) or by using the accessibility features built into Flash since 2002. See also computer accessibility. * Depending on the type of application or animation created, a Flash movie may need lots of Central processing unit power to be played at its original framerate. In particular, large screen updates (as in photographic or text fades) make heavy use of computer resources. * Recently, a technique for tracking visitor data with Flash's ability to keep user data has arisen. Given the fact that users nowadays are used to deleting their browser's HTTP cookie once in a while, some advertisers are using a technique called [http://www.internetweek.com/showArticle.jhtml?articleID=160400749 PIE] instead. This technique relies on using Flash to save data on the client machine, emulating browser cookies. (Just like cookies, this data can also be cleaned or disabled altogether; Macromedia [http://www.macromedia.com/support/documentation/en/flashplayer/help/help02.html has a page] explaining this feature). Flash MX 2004, the latest release, addresses several of the disadvantages. See this [http://www.useit.com/alertbox/20001029.html discussion] of Flash and usability. ==Security== Flash Player uses a Sandbox (security), which means that Flash applications running in a browser have very strict and limited resources available to them. The applications cannot, for example, read files from the hard disk (except the cookie-like data they themselves have written). They can only communicate with the domain name they originated from, unless explicitly allowed by another domain. Flash Player is, as any application that handles files received from the Internet, susceptible to attacks. Specially crafted files could cause the application to malfunction, potentially allowing Execution (computers) of malevolent code. There have never been any actual problems, but the Player plug-in has had security flaws which ''theoretically'' may expose a computer to remote attacks (see [http://www.macromedia.com/v1/handlers/index.cfm?ID=23569] and [http://www.theregister.co.uk/content/55/28645.html] for a December 2002 problem, addressed by a public warning and patch from Macromedia). There have been no (published) security incidents since. Flash Player is considered safe to use, especially when compared to modern web browser in general. The Flash application files can quite easily be Decompilation into its source code and assets. Several available programs extract graphics, sounds and program code from swf files. For example, an open source program called [http://flasm.sourceforge.net Flasm] allows users to extract ActionScript from a swf file as virtual machine intermediate language ("byte-code"), edit it, and then reinsert it into the file. Obfuscation of the swf files makes the extraction infeasible in most cases. ==Competition== In October 1998 Macromedia disclosed the Flash Version 3 Specification to the world on its website. It did this in response to many new and often semi-open formats competing with SWF, such as XARA's Xara Flare and Sharp's Extended Vector Animation formats. Several developers quickly created a C programming language C library for producing SWF. February 1999 saw the launch of MorphInk 99, the first non-Macromedia or third party program to create SWF files. Macromedia also hired Middlesoft to create a freely-available development kit for the SWF file format versions 3 to 5. Many open and free libraries based on the information released to the public in 1998, and from later study of the SWF file format, such as the Ming library, exist to produce SWF files on many platforms. Macromedia has made the Flash Files specifications for versions 6 and later available only as a PDF under a non-disclosure agreement. Many shareware developers produced Flash creation tools and sold them for under $50 USD between 2000 and 2002. In 2003 competition and the emergence of free Flash creation tools, most notably OpenOffice.org, had driven many third-party Flash-creation tool-makers out of the market, allowing the remaining developers to raise their prices, although many of the products still cost less than $100 USD and support Actionscript. F4L has started to develop such a tool including an interface similar to that of Macromedia's. Adobe Systems wrote a package called Adobe LiveMotion, designed to create interactive animation content and export it to a variety of formats, including SWF. LiveMotion went through two major releases, but failed to gain any notable user base. Adobe cancelled it in 2003. In November 2003 Microsoft announced that it had started working on a competing product, Microsoft Sparkle, whose release would coincide with that of their next-generation Microsoft Windows operating system codenamed Windows Longhorn. The purchase of Creature House Incorporated's assets in September 2003 has led to speculation that their Creature House Expression graphics engine would form the basis for the Microsoft Sparkle product. ==Influence== The nature and popularity of Flash has had a large influence in graphic design. Its rotoscope feature led to the widespread popularity of rotoscoped vector graphics in the default pastel colors of the Flash authoring tools. Many flyers, advertisements, magazines, and even websites which did not use Flash adopted this graphic style. For example, the Apple iPod campaign with character outlines on colorful backgrounds can be seen heavily influenced by the paradigmatic Flash design style. ==File types Used== * .SWF (pronounced "swiff" or just "S-W-F") files are completed, published files that cannot be edited. * .fla (pronounced "flah") files contain source material for the flash application. Flash authoring software can edit FLA files and compile them into .swf files. Proprietary to Macromedia, the FLA format in no sense counts as "open". * .Action Script (or sometimes .actionscript) files contain ActionScript source code in simple source files. FLA files can also contain Actionscript code directly, but separate external .as files often emerge for structural reasons, or to expose the code to versioning applications, and so on. * .swd files are temporary debugging files used during Flash development. Once finished developing a Flash project these files are not needed and can be removed. * .asc files contain Server-Side ActionScript, which is used to develop efficient and flexible client-server Macromedia Flash Communication Server MX applications. * .flv files are Flash video files, as created by Macromedia Flash or by Sorenson Squeeze. * .swc file format for distributing components; it contains a compiled clip, the component’s ActionScript class file, and other files that describe the component. * .swt (pronounced "swot") files templatized SWF files used by Macromedia Generator. * .flp XML file with the file extension .flp–for example, myProject.flp. The XML file references all the document files contained in the Flash Project. Flash Projects allow you to group multiple, related files together to create complex applications. * .avi AVI file is a video file, standing for Audio Video Interleave. Flash includes some compression codecs, like from Radius(that one is good, giving high quality). * .gif Animated GIF picture. * .png ''Portable Network Graphics'' that remain editable (with all its layers) after being saved * .spa FutureSplash document. * .ssk SmartSketch drawing. == Product history == *FutureSplash Animator (1995) - initial version of Flash with basic editing tools and a timeline *Flash 1 (December 1996) - a Macromedia re-branded version of the FutureSplash Animator *Flash 2 (June 1997) - the object Library (computer science) was added to Flash *Flash 3 (31 May 1998) - the movieclip element, Javascript plug-in integration, transparency and an external stand alone player was added to Flash *Flash 4 (15 June 1999) - internal variables, an input field, advanced Actionscript, and Streaming_media MP3 *Flash 5 (24 August 2000) - Javascript like Actionscript, Smartclips, HTML text formatting added *Flash MX (15 March 2002) - Widget, XML, Data_compression, streaming video codec *Flash MX 2004 (10 September 2003) - text alias, Unicode, Actionscript 2.0, improved streaming video codec, behaviours *Flash MX 2004 Pro (10 September 2003) - all Flash MX 2004 features plus a form and slide editor, web services integration, Object Oriented Programming in ActionScript 2.0, and Media Playback components, which encapsulate a complete MP3 and/or FLV player in a component that may be placed in a SWF. ==Future developments== Attendees at selected Macromedia seminars and conferences in 2004 previewed some future features of the Flash player (version 8). The most notable new features included realtime video alpha channels and bitmap effects (blurs, drop shadows). Video alpha channels allow Flash to display video clips with transparency. The example SWF shown used a video clip of a person walking across the screen while the background video clip could be changed by clicking separate buttons. The clip of the person blended seamlessly into whichever background was selected. Flash guru Colin Moock has a [http://www.moock.org/blog/archives/000146.html blog entry] that highlights some of the new features and provides video clips from Macromedia's presentation in Tokyo. ==See also== *Macromedia Flash Lite *Limited animation *List of Flash cartoon sites *Macromedia Shockwave *Rich Internet Application *Prank flash == External links == * [http://www.gremlinuk.com/playagame.htm Gremlin UK] Games from Sonic to Streetfighter, made in Macromedia Flash * [http://www.macromedia.com/software/flash/ Macromedia Flash] * [http://www.newtutorials.com/flash-tutorials.htm Macromedia Flash Tutorials] - NewTutorials.com * [http://www.macromedia.com/software/flash/open/licensing/fileformat/ Macromedia Flash File Format (SWF) Specification] * [http://www.macromedia.com/macromedia/accessibility/features/flash/ Macromedia Flash accessibility information] * [http://www.rabid.oneuk.com/anim.html Fun with Flash!] Site dedicated to original Flash animations * [http://www.macromedia.com/devnet/security/ Macromedia Security Zone] * [http://gplflash.sourceforge.net/ GPLFlash] Open source Flash decoder and plugin * [http://www.tutorialized.com/tutorials/Flash/1 Macromedia Flash Tutorials] * [http://www.Anim-FX.com/ Anim-FX Flash Intro and Banner Builder] * [http://www.Mix-FX.com/ Mix-FX Flash Animation Software] * [http://www.amarasoftware.com/ Amara Software] (various content creation tools) * [http://www.e-learningconsulting.com/products/index.html Flash Course Development Toolkit] * [http://www.easytemplates.com/ Easytemplates Flash Template Kit] * [http://mtasc.org MTASC] Open source ActionScript compiler * [http://www.bestflashanimationsite.com/archive/ Flash Sites Showcase] * [http://www.newgrounds.com/ Newgrounds] A popular user-contributed movie and game collection. * [http://junkchest.blogspot.com/2005/03/wiki-adding-extensions-to-mediawiki.html Writing Mediawiki extensions to Support embedded Flash] * [http://www.onemorelevel.com OneMoreLevel.com - Addictive flash games] * [http://www.debugmode.com/wink/ - Tutorial and presentation open-source toolkit] * [http://www.vectormania.com/ Vectormania-Contests and voting of flash films] A popular Flash voting site * [http://www.osflash.org/ OSFlash.org] Site dedicated to open source flash development * [http://www.flashplayer.com/ Flashplayer.com] Animation software Graphics file formats Mac OS software Macromedia software Vector graphics editors Web Design tool

Macromedia Flash



== prank flash == Is Prank flash that common?--User:Chealer 17:52, 2005 Feb 1 (UTC) IT SCARES ME!!!!!!!!!!! I hate it!- Wikk == needs updating == There is a lot of info missing from this page, particularly new advancements that have happened in the last couple of years. ActionScript has matured into an object oriented language,(AS2.0) supporting many of the constructs that go with that, such as classes and interfaces. Not much here applies to versions later than Flash 4 (now at Flash 7). == NPOV? == It seems like the article's structure (and, to a lesser extent, the text itself) isn't very well balanced. The advantages section (which isn't actually a section) reads like a fairly well organized presentation, whereas the disadvantages section seems a good deal more haphazard and looks like everyone with something foul to say has just added it to the end of the list. Gripes about inconsistent scroll bars and buttons aren't balanced with a note that this sort of thing is even possible in the first place. The security points are misorganized and don't have any clear focus. Can someone who is more familiar with the format take a look into this? I'll look again in a week or two, but I'd really rather someone who actually works with Flash make these changes. --User:Milkmandan 21:18, 2005 Feb 13 (UTC) :Hm... I'm not entirely sure most Flash authors actually pay attention to the disadvantages of the format. User:146.186.145.37 14:53, 18 Mar 2005 (UTC) :To be honest, I think most (real) Flash developers would be kind of afraid to mess with the disadvantages list (combining topics and stuff), in fear of looking biased through the eyes of the 'flash==evil' crowd. I'll have a look at it though and provide a few links to add more information to that. User:Zeh 14:54, 11 Apr 2005 (GMT -3) ::Okey, I've changed a lot of that advantages/disadvantages section. Rewrote many of the comments, added some, split some, merged some. I believe it's a bit more neutral now (on both accounts), although I think it's too big and it's getting a bit lost. --User:Zeh == OOo & Flash? == "...emergence of free Flash creation tools, most notably OpenOffice.org..." OOo can make fla?.... I find that questionable. --User:Menchi 20:55, 30 Mar 2005 (UTC) Not .FLA, but rather Flash movies, that is, SWF files. Both their Draw (vector drawing) and their Impress (presentation) tools can create flash files. Check this out and search for .SWF: [http://www.openoffice.org/product/ OpenOffice product description], [http://www.openoffice.org/product/draw.html OO DRAW], [http://www.openoffice.org/product/impress.html OO Impress] --User:Zeh == organization == I cleaned up and organized the page quite a bit, but the pros and cons section could still be further edited... What I found very hard was to explain the true nature of ActionScript 2 - from programming point of view, it is quite a true OO language, but it's the compiler that performs things such as type checking. When referencing dynamically in run-time those features lack utterly. --User:Skrim 08:09, 9 Apr 2005 (UTC) I think the specifics of ActionScript 2 should be left to the ActionScript entry. Ill try and get some more info up on it on that entry. --User:Mikechambers

Macromedia flash



#REDIRECT Macromedia Flash


See other meanings of words starting from letter:

M

MA | MB | MC | MD | ME | MF | MG | MH | MI | MJ | MK | ML | MN | MO | MP | MR | MS | MT | MU | MW | MX | MY | MZ |

Words begining with Macromedia_Flash:

Macromedia_Flash
Macromedia_Flash
Macromedia_flash
Macromedia_FlashPaper
Macromedia_Flash_Lite
Macromedia_Flash_Player


These materials are based on Wikipedia and licensed under the GNU FDL



YouTube.com videos better site than Turbo Tax 2007
encyklopedia online