Keyword

Styling embedded SWF with AllVideos

More
15 years 2 months ago #30782 by feste
I have a very simple swf on:

www.quivis.co.uk/index.php?option=com_content&view=article&id=6&Itemid=7

I just want the swf with nothing else at all - especially not the funereal black border!

I have tried
{swf}reader|540|250|border=0|border=no</swf}
but no good and tried surrounding with a div:
<div class="noborder">{swf}reader|540|250|{/swf}</div>

and adding
.noborder {border: none;}
to the css [and a few others!] but no joy at all.

And the link from the allvideos to their forum appears to be down [have emailed them].

Many thanks for any suggestions.

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago #30783 by Katia
Replied by Katia on topic Re: Styling embedded SWF with AllVideos
This is not a border, it is a background image. So go to jw_allvideos/css/template.css line 12 and change this:
span.avPlayerContainer span.avPlayerSubContainer {
background:#010101 url(../images/videoplayer-bg.gif) repeat-x scroll center bottom;
border:medium none;
display:block;
margin:4px auto;
padding:12px;
text-align:right;
}

to this:
span.avPlayerContainer span.avPlayerSubContainer {
background:none;
border:medium none;
display:block;
margin:4px auto;
padding:12px;
text-align:right;
}

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago #30784 by builda
Replied by builda on topic Re: Styling embedded SWF with AllVideos
Maybe a stupid question but I have wasted too long trying to find where the jw_allvideo/css folder actually lives so that I can edit it??

Please Log in or Create an account to join the conversation.

More
15 years 2 months ago #30785 by Katia
Replied by Katia on topic Re: Styling embedded SWF with AllVideos
It is in the folder
template/headless/html/jw_allvideo/css/template.css at line 12.
;)

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum