22
Jan.2011

Dynamic Chord Diagram

A single SWF file to generate diagrams for all kinds of guitar chords. Pass a variable from HTML to SWF when loading it.

Examples:

chord.swf?chord=C,X,3,2,0,1,0

chord.swf?chord=Am,X,0,2,2,1,0&bgcolor=0xDDFFDD&fgcolor=0x009900

and it is scalable...


free b2evolution skin
9
Dec.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:
http://code.google.com/chrome/extensions/getstarted.html


free b2evolution skin
22
Sep.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


free b2evolution skin
22
May.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.


free b2evolution skin
9
Feb.2008

GG Chinese Text Converter v1

GG Chinese Text Converter is a free flash AS2 Chinese Simplified/Traditional text converter component.

GG Chinese Text Converter can converts text from Chinese Simplified to Chinese Traditional, or Chinese Traditional to Chinese Simplified.

s2t() & t2s() functions
trad_txt.text = componentInstance.s2t(simp_txt.text);
simp_txt.text = componentInstance.t2s(trad_txt.text);

e.g.:

my_btn.onPress = function() {
trad_txt.text = my_cconv.s2t(simp_txt.text);
};

Example:
[01] [02] [03]


free b2evolution skin

:: Next >>

 

Notice: Undefined property: stdClass::$platform in C:\inetpub\vhosts\ggshow.com\httpdocs\inc\sessions\model\_hit.class.php on line 469

Notice: Undefined property: stdClass::$platform in C:\inetpub\vhosts\ggshow.com\httpdocs\inc\sessions\model\_hit.class.php on line 471