Changeset 8161 for lang/actionscript
- Timestamp:
- 03/19/08 21:56:19 (5 years ago)
- Location:
- lang/actionscript/doubleslider
- Files:
-
- 2 added
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/actionscript/doubleslider/DTest.as
r8159 r8161 3 3 import flash.display.*; 4 4 import doubleslider.*; 5 import flash.external.ExternalInterface; 5 6 public class DTest extends Sprite 6 7 { … … 9 10 function DTest() 10 11 { 12 configureExternalAPI(); 11 13 mBar = new DBar(360, 10); 12 14 addChild(mBar); … … 15 17 mBar.y = 35; 16 18 } 19 20 private function configureExternalAPI():void 21 { 22 ExternalInterface.addCallback("init", api_init); 23 } 24 25 private function api_init():void 26 { 27 } 17 28 } 18 29 } -
lang/actionscript/doubleslider/dstest.html
r8160 r8161 10 10 <body> 11 11 <div style="text-align: center;"> 12 <img alt="dummy" src="dmy.png" width="640" height="480" /> 12 13 13 14 <object data="./DTest.swf" type="application/x-shockwave-flash" width="640" height="64"> 14 15 <param name="movie" value="./DTest.swf" /> 15 16 <param name="autostart" value="true" /> 17 <param name="allowScriptAccess" value="always" /> 16 18 <p>Install Flash Player 9</p> 17 19 </object>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)