Mozilla Firefox 1+ ,Internet Explorer 6+ ,Mozilla 1.8+ ,Safari 1.3+ ,Camino 1+ ,Opera 9.02+ ,Netscape 8+
http://www.asual.com/download/?swfaddress
(其实上是sf.net上的项目录下载,即也可以到这里下:http://prdownloads.sourceforge.net/swfaddress/swfaddress-1.0.zip?use_mirror=nchc)
本文例案:http://www.asual.com/swfaddress/samples/flash/
点那个protfolio之后,下面有一个1/2/3 点击,地一会后才会出现2是一个图片。
Documentation(文档:)
Insert the SWFAddress script in your page directly after the SWFObject file.
1.在html的<head>与</head>之间插入以下代码
<script type="text/javascript" src="swfobject/swfobject.js"></script>
<script type="text/javascript" src="swfaddress/swfaddress.js"></script>
Include or import one of the provided ActionScript classes. SWFAddress comes with versions for AS1, AS2 and AS3.
Write your own navigation logic that will be executed when the address is changed.
SWFAddress.onChange = function() {
// Your code goes here.
}
Call the SWFAddress setter method from every button or action that requires deep linking.
this.onRelease = function() {
SWFAddress.setValue('/portfolio/');
}
Known issues
The Back/Forward popup menu does not display page titles correcly.
Opera reloads the Flash movies when you navigate using the browser buttons.
SWFAddress values should not match the naming of frame labels on the main timeline.
Support
Use the mailing list or the forums for your questions, suggestions and comments.
License
SWFAddress is licensed under the MIT license.
原文网址:http://www.asual.com/swfaddress/
注:
swfobject 之前叫flashobject网址在:http://blog.deconcept.com/swfobject/