Ticket #1216 (closed defect: fixed)
Soundcloud object height issue
| Reported by: | awssmith | Owned by: | tboutell |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | apostrophePlugin | Version: | |
| Keywords: | Cc: | ||
| Symfony version: | 1.4 |
Description



In aSoundCloud.class.php, the object height is a variable, where it should be explicitly set to 81 (as it is in the embed):
<object height="$height" width="$width">
<param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F$id"></param>
<param name="allowscriptaccess" value="always"></param>
<embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F$id" type="application/x-shockwave-flash" width="100%"></embed>
</object>
The result is that when a SoundCloud? file is added to a video slot in a column that is, say, 240px wide, the height of that object is set to 38px, and any content under the slot partially renders behind the video slot.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


