Skip to main content

deconcept › SWFObject: Javascript Flash Player detection and ...

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 122 people (-49 private), first by anonymouse user on 2006-07-16


Public Comment

on 2006-10-24 by kgl0903

SWFObject is a small Javascript file used for embedding Macromedia Flash content.

on 2006-10-26 by ncells

Flashプレイヤーの検出とHTML埋め込みを簡単に行えるJavaScriptライブラリ

on 2007-01-08 by edgincvg

SWFObject is a JScript file that will prevent IE users to "Click to activate and use this control" before interacting with a swf file.

on 2007-03-18 by danielag

How to embed flash videos, html code.

Public Sticky notes

SWFObject: Javascript Flash Player detection and embed script

Highlighted by chusrp

Passing variables into your movies using the "Flashvars" parameter:

Highlighted by dralc0

so.addVariable("variable1", "value1");

Highlighted by dralc0

The SWFObject script also comes with an extra function which allows you to pull variable values from the url string

Highlighted by dralc0

so.addVariable("variable1", getQueryParamValue("variable1"));

Highlighted by dralc0

SWFObject is a small Javascript file used for embedding Macromedia Flash content. The script can detect the Flash plug-in in all major web browsers (on Mac and PC) and is designed to make embedding Flash movies as easy as possible. It is also very search engine friendly, degrades gracefully, can be used in valid HTML and XHTML 1.0 documents*, and is forward compatible, so it should work for years to come.* Pages sent as text/html, not application/xhtml xml.

Highlighted by binnyva

SWFObject: Javascript Flash Player detection and embed script

Highlighted by arf_cri

Highlighted by arf_cri

mply include the swfobject.js Javascript file

Highlighted by arf_cri

SWFObject is released under the MIT License. This means (basically) that you can use it for whatever you want with no restrictions.

Highlighted by arf_cri

1) The default Adobe provided embed

Highlighted by scootermac315