GGshow reloaded GGshow reloaded

December 9, 2009

Hello, Google Chrome World! Log for my first Google Chrome extension test.

Google Chrome now has extensions, and GG now want to have create some Google Chrome extensions ^^

By referring to the Getting Started tutorial and samples on Google Code Labs, I’ve created my first Google Chrome “Hello, World!” extension. It was much easier than expected.

Steps:

  1. Create a folder called mygc_ext01.
  2. Create a text file called manifest.json inside mygc_ext01 folder, contains code:
    {
      "name": "My First Extension",
      "version": "1.0",
      "description": "The first extension that I made.",
      "browser_action": {
        "default_icon": "icon.png"
      },
      "permissions": [
        "http://api.flickr.com/"
      ]
    }
  3. Prepare an PNG icon called icon.png put into the same folder.
    I’ve tested it with .ico file in my Windows 7, it works.
    If we use a .ico icon, we should also change the value for default_icon to our .ico filename (e.g. filename.ico).
  4. Now load the extension into Google Chrome.
    Click on Tools Google Chrome Tools menu and choose Extensions.
    Enable Developer Mode.
    Click Load unpacked extension…
    Browse for the mygc_ext01 folder, and press OK.
    My icon successfully displayed as an extension button on Google Chrome Google Chrome Extension.
  5. Edit manifest.json, add popup parameter below default_icon
    ...
      "browser_action": {
        "default_icon": "icon.png",
        "popup": "mypage.html"
      },
    ...
  6. Create a new file called “mypage.html” put into the same folder.
    Display something in the html page body.
  7. On Google Chrome Extensions Developer Mode, press the Reload link behind My First Extension. And now if I click on my extension button, mypage.html will be displayed in a popup.

I’m planning to create some Google Chrome extension, but for now still need to sort my bunch of idea.

Below is an working example mygc_ext01 where mypage.html contains code to retrieve and display some picture from flickr.

Download:
Google Chrome extension sample code

Reference:
Getting Started: Building a Chrome Extension

Filed under: Web,Web Browsers — Tags: , — GG @ 5:51 pm

September 22, 2009

It took long path to be approved

Due to an unknown reason, the latest version of GG Commands MXP file takes 4 months to online.
I’ve got some negative comments regarding this problem.
Sorry for any inconvenience caused. It was unintended.

Below is the submission log:

22/05/2009
Submitted the MXP file to Adobe Exchange. Status: Pending Admin Review.

30/06/2009
More than 6 weeks MXP submitted, still pending admin review, contacted Adobe.

23/07/2009
Adobe Exchange feedback that previous submitted MXP file was unsuccessfully uploaded.
Uploaded the MXP again. Status: In QA Process.

20/09/2009
It has been almost 2 months the new MXP file in QA Process, but it is still not approved. Contacted Adobe again.

22/09/2009
The GG Commands v2 MXP file has finally been approved by Adobe Exchange, and released.

The newest MXP file is now can be downloaded from Adobe Exchange.
For those who has downloaded it previously, please download it again. GG Command v2

More free Flash extension

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

May 22, 2009

GG Commands v2.0.0

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

The current version includes 7 useful commands below:
– Distribute to Keyframes
– Duplicate Selection
– Frames Selection Report
– Insert Multiple
– Resize Text
– Scale to Stage
– Slice Bitmap Instance

After you download and install the GG Commands v2, you can access it from Commands menu (screenshot).

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

Duplicate Selection
– Duplicate selected elements with specified quantity, scale, and rotation.

Frames Selection Report
– Generates report for number of selected frames in timeline

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.

Warning: Slice Bitmap Instance command still has a unstablity problem causing the Flash IDE to quit or not responding. Please remember to save your document before slice.

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 Components v2.1.0

GG components is a free flash components extension package. You can use it for any purpose at no charge. By using the GG components, you can create many different animation effect or intractive application without using any script.

GG components v2 includes 12 components below:
– GG box v2
– GG clock v2
– GG contextlinks v2
– GG earth v2
– GG magnifier v2
– GG marker v2
– GG pickRGB v2
– GG pointer v2
– GG preloader v2
– GG strew v2
– GG tooltips v2
– GG visualizer v2

You can access the GG Components from Components Panel in Macromedia Flash, menu Windows > Components, or shortcut key Ctrl+F7.
GG Components v2.1.0

GG box v2
An interactive 3 dimensional cube component, creates boxes using 6 movieclip symbols. User can click and drag to rotate it.

Editable Parameters:

idName The identifier of 6 exported movieclip symbols for 6 faces of box instance.
dragable Define if user can drag the box to rotate it.
smoothness Define the smoothness of movement [0,100].

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.)

GG clock v2
An analog clock component. User can create many different style of client-side real time analog clock without any script.

Editable Parameters:

shading Specifies if the shading is applied.
backgroundStyle The style of background [color, image, transparent].
backgroundColor Specify the color of clock background.
backgroundImage The identifier of an exported movieclip symbol.
innerBorderStyle The style of inner border.
innerBorderColor The color of inner border.
outerBorderStyle The style of outer border.
outerBorderColor The color of outer border.
numberStyle The style of clock numbers.
numberColor The color of clock numbers.
handStyle The style of clock hands.
handColorHour The color of clock hour hand.
handColorMinute The color of clock minute hand.
handColorSecond The color of clock second hand.

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.)

GG contextlinks v2
An actionscipt component, customize context menu for flash movie, creates menu items link to any URL.

Editable Parameters:

hideBuildInItems Specifies if build in items for context menu is hidden.
costomItems An array of costom item.
getURL URL to open when the context menu is selected.
target target window to open URL.

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.)

GG earth v2
A spinning earth, with costomizable color, shading, and optional mouse drag control.

Editable Parameters:

land The color of the land area.
ocean The color of the ocean area.
shading Show/Hide shading.
control Define the earth spinning style.

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.)

GG magnifier v2
An interactive magnifying glass component, enlarge the view of a movieclip instance.

Editable Parameters

targetMC The instance name of a movieclip instance on your stage.
scale The scale percentage from original movieclip size to the large view.
x x coordinate for the glass.
y y coordinate for the glass.
glass behavior Define how the magnifying glass move.
glass size The size of magnifying glass.
glass shading Specifies if the shading effect applied.

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.)

GG marker v2
An interactive magnifying glass component, enlarge the view of a movieclip instance.

Editable Parameters:

targetMC The instance name of a movieclip instance on your stage.
scale The scale percentage from original movieclip size to the large view.
x x coordinate for the glass.
y y coordinate for the glass.
glass behavior Define how the magnifying glass move.
glass size The size of magnifying glass.
glass shading Specifies if the shading effect applied.

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.)

GG pickRGB v2
A simple color picker component. Users can pick a color and apply to any movie clip instance. Users can pick a color from the provided swatches, or mix color using the RGB sliders. No any actionscript required.

Editable Parameters:

defaultColor The default color of the movie clip instance.
targetMC Specifies the target movie clip instance to apply color.
dragable Specifies if the panel is dragable.
style Specifies the positioning style of the color swatches.
style Specifies the positioning style of the color swatches.
x Specifies the X position of the color swatches.
y Specifies the Y position of the color swatches.

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.)

GG pointer v2
An actionscript component to create customized mouse cursor, crosshair, pointer trails, object trails and text trails. No any scripting required.

Editable Parameters:

originalCursor Specifies if the system mouse cursor is visible.
crosshair Specifies if the crosshair is visible.
crosshairColor The color of crosshair.
crosshairThickness The thickness of crosshair.
crosshairAlpha The alpha transparency value of crosshair [0,100].
pointer The identifier of the exported movie clip for pointer.
pointerTrails Specifies if the pointer trails is visible.
pointerTrailsScale Scale pointer trails.
objectTrails The content for object trails.
objectTrailsType Specifies the object type: none, movie clip, or text.
objectTrailsQuantity The quantity of instance for object trails.
textColor The text color for text trails.
textSize The text size for text trails.
textFont The font type for text trails.
textBorder Specifies if the border is visible for text trails.
textBorderColor The border color for text trails.
textBackground Specifies if the background is visible for text trails.
textBackgroundColor The background color for text trails.
xPos The x distance from mouse pointer to first trails object.
yPos The y distance from mouse pointer to first trails object.
distance The distance between trails objects.

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.)

GG preloader v2
A preloader component, shows loading progress in percent loaded or byte loaded. Can link to a movie clip instance, scales the movieclip instance or makes its’ playback based on the loaded percentage. Just place an instance of the component in first frame of your movie root, no any script required.

Editable Parameters:

progressMC Define the target movie clip instance to be linked to progress.
progressMC_control Define the way to control progress movieclip.
showDetail Define the type of loading detail, either percent, byte, or none.
percentStart Allow the movie to start playing after how many percent loaded.
useWaitCursor Specifies if the wait cursor is visible.
fontFamily The font family of detail text.
fontSize The font size of detail text.
fontColor The font color of detail text.
fontBold Specifies if the detail text is bold.
fontItalic Specifies if the detail text is italic.

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.)

GG strew v2
A strew effects actionscript component, duplicate a quantity of movieclip instance to be located at any location on stage, or attached to any movieclip instance on stage, or attached to the mouse pointer. Strew objects can move across the stage, with blinking or fading effects, This component can be used to create screen effects or mouse effect, like raining, snowing, firework, starry sky, etc.

Editable Parameters:

idName The identifier of an movie clip linkage.
strewFrom The location to place new duplicated movieclip instances.
pointTarget Movieclip instance to attach strew objects.
pointX y distance relatively from pointTarget.
pointY y distance relatively from pointTarget.
quantity The number of instances to be created. per 1 click. 0 for unlimited.
velocity The moving speed for new duplicated instances.
gravity The heaviness of the instances.
randomSize Different size of new duplicated instances.
randomAlpha Different transparency of new duplicated instances.
scaleOut The scale out value. 0 for no scaling.
fadeOut The fade out value. 0 for no fading.
rotateOut The rotate out value. 0 for no rotating.

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.)

(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.)

GG tooltips v2
An actionscript component, generate tooltips for any movie clip instance on your stage. Tooltips can be costomized text or movieclip. One component instance can generate tooltips for multiple movie clip instances.

Editable Parameters:

type Specifies the tooltips type, text (text tooltips) or movieclip (image tooltips).
background Specifies if the text field has a background fill.
backgroundColor The color of the text field background.
border Specifies if the text field has a border.
borderColor The color of the text field border.
fontColor Indicates the color of text.
fontFamily The font family for text tooltips.
fontSize The font size for text tooltips.
fontBold Specifies if the text tooltips font is bold.
fontItalic Specifies if the text tooltips font is italic.
objectList The list of instance name.
contentList Text or movieclip identifier that assigned to related instance.

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.)

GG visualizer v2
A simple streaming sound loader with visualizer, volume control, and on/off function.

Editable Parameters:

sound The sound item identifier or the streaming sound URL/filename.
source Specifies if the sould is a library item or external mp3.
color The color of visualizer.
defaultVolume The default valume level [0,100].
showVolumeControl Specifies if volume control is enabled.

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.)

© 2024 GGSHOW | Powered by WordPress