GGshow reloaded GGshow reloaded

April 29, 2007

Flash related file formats, extensions, and icons.

Flash Application Icons

Macromedia Flash 5 & below Macromedia Flash 5 & below
Macromedia Flash MX/MX2004 Macromedia Flash MX/MX2004
Macromedia Flash 8 Macromedia Flash 8
Adobe Flash CS3 Adobe Flash CS3

Related file formats, extensions, and icons

.as – ActionScript File
ActionScript source files, contain ActionScript source code, can be edited with any text editor such as Notepad or SimpleText.>
.asc – ActionScript Communication File
Server-Side ActionScript (SSAS) source files used to develop flexible client-server Flash Communication Server MX applications.
.aso – ActionScript Object
Cache files created during compilation, contain compiled ActionScript byte code. To delete ASO cache files, in Flash authoring environment, select Control – Delete ASO files.
.clr – Flash Color Table File
Color set for Macromedia Flash Color Swatches.
.exe – Flash Player / Window Projector File
Executable application, can not be edited with Flash authoring software.
.fla – Flash Document
Contain source material for the Flash application, include all the information required to develop, design and test content. Can be edited with Flash authoring software and compiled into .swf files.
.flp – Flash Project
XML files used to reference all the document files contained in a Flash Project, allow the user to group multiple, related files together to assist in Flash project organization, compilation and build.
.flv – Flash Video
A proprietary file format used to deliver video over the Internet using Adobe Flash Player or be embedded within SWF files.
.jsfl – Flash Javascript File
Add functionality in the Flash Authoring environment, contain Javascript code and access the Flash Javascript API.
.mxi – Macromedia Extension Information
XML file provides information for the Extension Manager to use. In particular.
.mxp – Macromedia Extension Package
Extension Package, to be opened with Extension Manager for extensions installation.
.spl – FutureSplash Document
Contain source material for the FutureSplash application.
.swc – Shockwave Flash Component File
Contain a compiled clip, ActionScript class file, and other files for distributing components.
.swd – Shockwave Flash Debugging File
Temporary debugging files used during Flash authoring software. Once finished developing a Flash project these files are not needed and can be removed.
.swf – Shockwave Flash
Completed, compiled and published files that cannot be edited with Flash authoring software.
.swt – Shockwave Flash Template File
Templatized forms of .swf files, used by Macromedia Generator.
Filed under: Flash Platform — Tags: , , , , , , , , , , , , , , , , , — GG @ 3:27 am

A Brief History of Flash

May 1996, FutureWave Software created FutureSplash Animator.

December 1996, Macromedia acquired FutureWave Software.
1996, Macromedia Flash 1
1997, Macromedia Flash 2
1998, Macromedia Flash 3
1999, Macromedia Flash 4
2000, Macromedia Flash 5
2002, Macromedia Flash MX
2003, Macromedia Flash MX2004
2005, Macromedia Flash 8

December 2005, Adobe Systems acquired Macromedia
2007, Adobe Flash CS3

Additional Information:
The History of Flash
Flashback Flash Future

Filed under: Flash Platform — Tags: , , — GG @ 1:13 am

April 27, 2007

Flash Resources on Adobe website

Filed under: Flash Platform — Tags: , , , — GG @ 9:13 pm

April 21, 2007

Cross-domain policy

Issue:

  • Unable to load variables or XML data into a Flash movie from another domain/subdomain.
  • Unable to load swf or flv into Flash movie from another domain/subdomain.

Reason:
For security reasons, data loading operations (load, loadMovie, loadVariables, & etc.) from a different domain is not permitted.

Solution:
Create a cross-domain policy file (crossdomain.xml) and place on the site root of the server you wish to access with the movie.

Cross-domain policy files is a simple XML file that gives the Flash Player permission to access data from a given domain without displaying a security dialog, the file can be created in a simple text editor such as Notepad or SimpleText.

Additional Information:
crossdomainxml.org

LiveDocs:
Using policy files

TechNote:
External data not accessible outside a Macromedia Flash movie’s domain
Loading data across domains
Macromedia Flash movie fails to load data in Flash Player 7

Filed under: Flash Platform,Web — Tags: , , , — GG @ 3:34 pm

April 19, 2007

How to use subscript & superscript in dynamic and input text field

Issue:

  • Unable to use subscript or superscript in dynamic and input text field.
  • Unable to display subscript or superscript for external loaded text.
  • Unable to use <sub> & <sup> tags in dynamic or input text field.
  • To create subscript or superscript text without Text Layout Framework (TLF).

Reason:
<sub> & <sup> tags are not supported by Flash.

TechNote: Subscript and superscript fail in dynamic and input text fields
LiveDocs: Supported HTML tags

Solution:

  1. Download & install GG Subscript & GG Superscript TrueType fonts. You will need to restart Flash software after installed fonts.
  2. Create a dynamic text field with Arial font embeded. Set the HTML property to true.
  3. Create a dynamic text field with GG Subscript font embeded.
  4. Create a dynamic text field with GG Superscript font embeded.
  5. Use HTML tag to set text to subscript or superscript like below:
    Adobe<font face="GG Superscript">TM</font>

    If you are using ActionScript to test the htmlText, use script like below:

    my_txt.text = "Adobe<font face="GG Superscript">TM</font>";

Demo:

(Either JavaScript is not active or you are using an old version of Adobe Flash Player. Please install the newest Flash Player.)

Download:
superscript.fla
superscript.swf

Updated: (2008-09-21)
A new set of superscript & subscript fonts includes both sans & serif type, with more complete & improved glyphs, standard scale & shift, is now available to be downloaded (free) from here.

Updated: (2010-10-23)
Another set of fonts for displaying square root (SQRT), cube root, nth root, and other roots formula in dynamic and input text field is now available here.

Related:
For creating subscript & superscript text with Text Layout Framework in AS3 or Flex project, refer to here

Filed under: ActionScript,HTML — Tags: , , , , — GG @ 5:51 pm

April 16, 2007

Download GG’s Flash Extensions

GG Components, GG Tools, GG Commands, GG FLV Player Panel, & GG Book pf2 are available at Adobe Exchange. An Adobe ID is required to login and download components from Adobe Exchange. Registration is free.

Download GG's Flash Extensions

Requirements:
Macromedia Flash MX2004 / Flash 8 [Download a 30-day free trial]
Macromedia Extension Manager [Download free]

Installation:
Installer is distributed as a Macromedia Extension Package (MXP).
To install flash extension, start Macromedia Extension Manager,
Start > All Programs > Macromedia > Macromedia Extension Manager,
File > Install Extension, Browse for the MXP file, select the file, and click Install.

Filed under: GG's Flash Extensions — Tags: , , , , , , — GG @ 11:01 pm

April 2, 2007

GG Key Info Panel v1.0.0

GG Key Info Panel is a free Flash panel for key reference. This panel shows key details includes character, constant, keycode, ascii, hex, and URL encoding for pressed key.

You can access GG Key Info Panel from Window > Other Panels > Key.

GG Key Info Panel

Filed under: GG's Flash Extensions — Tags: , , , , , , , — GG @ 9:05 pm

GG FLV Player Panel v1.1.0

GG FLV Player Panel is a free FLV player run as a panel in Flash. You can preview your flv files directly in Macromedia Flash software without import the flv file. It can load and play any flv located on your local machine or on a web server.

You can access GG FLV Player Panel from Window > Other Panels > FLVpp.

GG FLV Player Panel v1.1.0

Filed under: GG's Flash Extensions — Tags: , , , , — GG @ 9:01 pm

GG Commands v1.2.0

GG Commands is a free JSFL commands extension package, it makes jobs easier in Flash. After you download and install the GG Commands v1, you can access it from Commands menu.

The current version includes 5 useful commands below:
– Distribute to Keyframes
– Insert Multiple
– Resize Text
– Scale To Stage
– Slice Bitmap Instance

After you download and install the GG Commands v1, you can access it from Commands menu.

GG Commands v1.2.0

Distribute to Keyframes
– Distributes selected text fields and symbol instances to keyframes.

Insert Multiple
– Insert multiple frames, keyframes, blank keyframes, or layers.

Resize Text
– Resize selected text field to user defined width and height.

Scale To Stage
– Scale selected shape/instance to the stage size, or with margin.

Slice Bitmap Instance
– Slice selected bitmap instance to rows and columns.

NEW! (2009-05-22)
There is a newer version of GG Commands available. Click here for more detail.

GG Book pf2 v2.0.0

GG Book pf2 is a free Flash flipping book component developed based on Macc/iparigrafika’s PageFlip v2. Support hard cover, pages flipping, tearing, transarency, sounds, button navigation, & more.

GG Book pf2 v2.0.0

Examples:

(Either JavaScript is not active or you are using an old version of Adobe Flash Player. Please install the newest Flash Player.)

(Either JavaScript is not active or you are using an old version of Adobe Flash Player. Please install the newest Flash Player.)

(Either JavaScript is not active or you are using an old version of Adobe Flash Player. Please install the newest Flash Player.)

(Either JavaScript is not active or you are using an old version of Adobe Flash Player. Please install the newest Flash Player.)

(Either JavaScript is not active or you are using an old version of Adobe Flash Player. Please install the newest Flash Player.)

(Either JavaScript is not active or you are using an old version of Adobe Flash Player. Please install the newest Flash Player.)

(Either JavaScript is not active or you are using an old version of Adobe Flash Player. Please install the newest Flash Player.)

(Either JavaScript is not active or you are using an old version of Adobe Flash Player. Please install the newest Flash Player.)

(Either JavaScript is not active or you are using an old version of Adobe Flash Player. Please install the newest Flash Player.)

Download:

Filed under: GG's Flash Extensions — Tags: , , , , — GG @ 8:07 pm
Older Posts »

© 2024 GGSHOW | Powered by WordPress