2010-03-30 3 views

답변

1

SWFObject는 JavaScipt를 사용하여 Flash 무비를 인스턴스화하는 인기있는 JavaScript 스크립트입니다. 따라서 Flash 무비에있는 경우 호스트 웹 페이지의 JavaScript를 참조하는 것일 수 있습니다.

인수는 다음과 같습니다

* swf – The file path and name to your swf file. 
* id – The ID of your object or embed tag. The embed tag will also have this value set as it’s name attribute for files that take advantage of swliveconnect. 
* width – The width of your Flash movie. 
* height – The height of your Flash movie. 
* version – The required player version for your Flash content. This can be a string in the format of ‘majorVersion.minorVersion.revision’. An example would be: "6.0.65". Or you can just require the major version, such as "6". 
* background-color – This is the hex value of the background color of your Flash movie. 

더는 여기에서 찾을 수 있습니다 : http://blog.deconcept.com/swfobject/

관련 문제