Mr. Boy
Mr. Boy

Reputation: 63710

Creating a JS browser-plugin utility like SWFObject

I am thinking that SWFObject would be a great example to learn from for my own browser plugin, but looking at swfobject.js it's all compressed to the point of unreadability and also is quite large.

Has anyone already created a generic plugin toolkit that is similar, or are there good resources which dissect how it works in more of a tutorial?

Upvotes: 0

Views: 97

Answers (1)

pipwerks
pipwerks

Reputation: 4581

The SWFObject team provides an uncompressed copy of SWFObject in every download... it's in the src folder. It's isn't packed with comments, but it's quite legible.

Upvotes: 1

Related Questions