Changeset 4 for trunk/as3/com/jeroenwijering/player/Player.as
- Timestamp:
- 06/06/08 10:11:42 (18 months ago)
- Files:
-
- 1 modified
-
trunk/as3/com/jeroenwijering/player/Player.as (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/as3/com/jeroenwijering/player/Player.as
r3 r4 21 21 description:undefined, 22 22 duration:0, 23 file:'http://www.jeroenwijering.com/upload/ mrss.xml',23 file:'http://www.jeroenwijering.com/upload/xspf.xml', 24 24 image:undefined, 25 25 link:undefined, … … 28 28 type:undefined, 29 29 30 controlbar:' bottom',30 controlbar:'over', 31 31 logo:undefined, 32 playlist:' none',32 playlist:'bottom', 33 33 playlistsize:180, 34 34 skin:undefined, … … 37 37 bufferlength:1, 38 38 caption:true, 39 digits:true, 39 40 displayclick:'play', 40 41 fullscreen:false, … … 50 51 aboutlink:"http://www.jeroenwijering.com/?page=about", 51 52 linktarget:'_self', 52 streamscript: 'lighttpd',53 streamscript:undefined, 53 54 tracecall:undefined, 54 55
