recent.swf...source .fla?
Can we get the source .fla for this? On black/dark skins, when a person mouses over it, there's a gray box around it and the words disappear in the box.
I would also like to change the verbiage for that. I looked in recent_viewed_xml.php but it's not in there. If it's somewhere else, where is it 'cos I can't find it.
Re: recent.swf...source .fla?
I found the verbiage in index.js but I still can't find the hover color for the swf...
... and home-video-box-hover class in black.css doesn't change the mouseover color, just the "recently viewed" and "recently uploaded" areas.
It's throwing color 4B4B4B and I don't have that anywhere in my css or any templates...
...in index_js.tpl it has the right "var"
Code:
var recently_played_bg="{if $smarty.session.CSS eq "black"}#000000{else}#ffffff{/if}";
...but it's throwing 4b4b4b for the hover color...
in index.js it has
var params = {
menu: "false",
wmode:"opaque",
bgcolor: recently_played_bg
I tried changing wmode:"opaque" to "transparent, but that had no effect.
Re: recent.swf...source .fla?
It has to do with the way it "dims" everything on mouseover. I need to change that so that when anything dark is used, that the color B4B4B4 doesn't show.
In the meantime, I'm going to try and adapt the vShare 2.6 roller for vShare 2.7 (which doesn't have this problem).