Closed (fixed)
Project:
SoundManager2
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2011 at 22:39 UTC
Updated:
27 Sep 2012 at 11:30 UTC
thought i'd make this bug http://drupal.org/node/701076#comment-4458980 its own issue
I'm having the same problem, its loading this div
div id="sm2-container" class="high_performance movieContainer swf_loaded"
which is pushing down the footer an extra 200px
Comments
Comment #1
emergencyofstate commentedHi there. I expericned the same thing. Your answer is here --> http://getsatisfaction.com/schillmania/topics/big_empty_gap_at_bottom_of...
Comment #2
merro commentedsorry, i still couldn't work out a solution from the link you provided, it was saying to include flashblock.css
but wasn't sure where to add it..
ended up using:
#sm2-container {
display: none;
}
probably not the best solution, but it seems to work
Comment #3
merro commentedscratch that, breaks the player when you click play, tries to load in new window as normal mp3
Could you give some instruction on how you went about it
thanks
Comment #4
RachelIsland commentedI'm having the same problem, and my client can't wait for me to fix it! hahaha! Hope there's a new release of the module with that issue fixed...
Comment #5
RachelIsland commentedHi!
There seems to be a solution at http://www.schillmania.com/projects/soundmanager2/demo/flashblock/index....
I don't understand where does the flashblock.css file need to be placed?
http://www.schillmania.com/projects/soundmanager2/demo/flashblock/flashb...
It is already in librairies/soundmanager2/demo/flashblock/flashblock.css in the 7.x-2.x-dev version, but it doesn't work for me...
Comment #6
emergencyofstate commentedI put the flashblock.css file in my theme's css directory. Then you need to reference it in your theme's .info file:
stylesheets[all][] = css/flashblock.css
That should do it.
Comment #7
merro commentedThanks, that was the answer i was looking for!
What i actually did, was add the flashblock.css via css injector http://drupal.org/project/css_injector
so there no chance of it being overwritten by a theme update
thanks again
Comment #8
jddeli commentedAnd how do cut the 200px on the footer
Comment #9
andreas_jonsson commentedSuggested a fix for this here: http://drupal.org/node/701076#comment-5592024
Haven't had a look at flashblock yet.
Comment #10
swaroops1 commentedJust put this in theme.css file the problem will be solved..
#sm2-container {
height: 0;
overflow: hidden;
visibility: hidden;
}
Comment #11
andyhawks commentedThe same patch in comment #10 was also applied for a different issue, #1427616: styles added in ui360 multiple times. Can someone test the patch in #4 and let me know if it passes this ticket as well?
Comment #12
andyhawks commentedpatch referenced in #11 applied in latest 7.x-2.x-dev
Comment #13
Sakrecoer commentedHi all,
The patch seem to be integrated in the 7.x-2.0-alpha1 release from 2012-Aug-21. But the problem remains since flashblock.css is not put in header.
However, adding
to pretty much any css file loaded fix this.
Thanks for a delicious jobb guys!!
You made my life alot easier!