Changeset 2763:3f18d446356f for inc
- Timestamp:
- 10/30/14 12:58:09 (11 years ago)
- Branch:
- default
- Children:
- 2764:27e5dbc88610, 2765:9d7fdf64271c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.media.php
r2659 r2763 1094 1094 1095 1095 return 1096 '<audio controls preload="auto">'. 1097 '<source src="'.$url.'" type="audio/mpeg">'. 1096 1098 '<object type="application/x-shockwave-flash" '. 1097 1099 'data="'.$player.'" '. … … 1101 1103 '<param name="FlashVars" value="'.implode('&',$vars).'" />'. 1102 1104 __('Embedded Audio Player'). 1103 '</object>'; 1105 '</object>'. 1106 '</audio>'; 1104 1107 } 1105 1108
Note: See TracChangeset
for help on using the changeset viewer.