z-index problem

GK User
Wed May 26, 2010 11:54 am
hi
i have a problem with z-index css option
see pic

Image

lightbox using JCE editor
and the video is a simple custom html module
Thank you
User avatar
Junior Boarder

teitbite
Thu May 27, 2010 11:47 am
Hi

You need to add transparency into video code.
User avatar
Moderator

GK User
Thu May 27, 2010 12:27 pm
thanks for the answer

how can i do that?
User avatar
Junior Boarder

teitbite
Thu May 27, 2010 2:24 pm
Hi

Please paste here the code for the video You used.
User avatar
Moderator

GK User
Thu May 27, 2010 2:27 pm
Code: Select all
<object height="300" width="330" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,32,18" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=11597262&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" /><embed height="300" width="330" src="http://vimeo.com/moogaloop.swf?clip_id=11597262&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash"></embed>
</object>
User avatar
Junior Boarder

teitbite
Thu May 27, 2010 2:35 pm
Hi

Please try that code:

Code: Select all
<object height="300" width="330" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,32,18" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="wmode" value="transparent" />
<param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=11597262&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" /><embed height="300" width="330" src="http://vimeo.com/moogaloop.swf? clip_id=11597262&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash"></embed>
</object>
User avatar
Moderator

GK User
Thu May 27, 2010 2:37 pm
now the video is not showed up..
seems like vimeo problem...
i will try again later
User avatar
Junior Boarder

teitbite
Thu May 27, 2010 3:00 pm
Hi

Please send me joomla access to Your site. I'll try which code will work myself.
User avatar
Moderator

GK User
Fri May 28, 2010 8:40 am
done
module name: Video
position: right_bottom
thank you
User avatar
Junior Boarder

GK User
Fri May 28, 2010 11:14 am
hi
i added this code
Code: Select all
<param name="wmode" value="opaque">

and with internet explorer i have no problem

but problem still there with firefox
Image
User avatar
Junior Boarder

GK User
Fri May 28, 2010 11:16 am
teitbite i sent you an email :)
User avatar
Junior Boarder

teitbite
Fri May 28, 2010 1:11 pm
Hi

Sorry but i have no problem watching it. Did You fixed it?
User avatar
Moderator

GK User
Fri May 28, 2010 6:17 pm
no. i still have this problem :/
i use latest version of firefox
User avatar
Junior Boarder

GK User
Fri May 28, 2010 8:48 pm
Can you show us your website?
User avatar
Platinum Boarder

GK User
Fri May 28, 2010 9:56 pm
i just sent you an email at paulo[at]gavick[dot]com
thank you for your interesting
User avatar
Junior Boarder

GK User
Sat May 29, 2010 2:47 am
I didn't receive any email from you.
Please check the email used.
User avatar
Platinum Boarder

GK User
Sat May 29, 2010 8:36 am
ok i resent it from an other email
User avatar
Junior Boarder

GK User
Sat May 29, 2010 1:38 pm
Hi again

Please replace your media player code with this one:

Code: Select all
<object width="330" height="300" type="application/x-shockwave-flash" data="http://vimeo.com/moogaloop.swf?clip_id=11597262&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1">
<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11597262&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" />
<param name="wmode" value="transparent" />


Cheers ;)
User avatar
Platinum Boarder

GK User
Sat May 29, 2010 2:32 pm
thank you!!!
it looks good now!!!
can you tell me what you done?

thank you again!
User avatar
Junior Boarder

GK User
Sat May 29, 2010 2:42 pm
Of course. There are 2 issues to considerate:

1) wmode="transparent" is essential for solving your problem.

2) Different media structure code to avoid errors provided by the vimeo player while page validation. I recommend always to use this structure.

Cheers ;)
User avatar
Platinum Boarder

GK User
Mon May 16, 2011 10:04 pm
Seichinha wrote:Hi again

Please replace your media player code with this one:

Code: Select all
<object width="330" height="300" type="application/x-shockwave-flash" data="http://vimeo.com/moogaloop.swf?clip_id=11597262&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1">
<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11597262&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" />
<param name="wmode" value="transparent" />


Cheers ;)


Sorry to rehash such an old topic, but this works fine when I am administering the website. However, When my jomsocial users embed a video using a link from vimeo, it has the same results. They are not going to know how to post custom code with their video. Is there any way to fix this problem with jomsocial and musicity template?
User avatar
Senior Boarder

GK User
Fri May 27, 2011 3:34 pm
buzzcloud wrote:
Seichinha wrote:Hi again

Please replace your media player code with this one:

Code: Select all
<object width="330" height="300" type="application/x-shockwave-flash" data="http://vimeo.com/moogaloop.swf?clip_id=11597262&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1">
<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11597262&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" />
<param name="wmode" value="transparent" />


Cheers ;)


Sorry to rehash such an old topic, but this works fine when I am administering the website. However, When my jomsocial users embed a video using a link from vimeo, it has the same results. They are not going to know how to post custom code with their video. Is there any way to fix this problem with jomsocial and musicity template?


Just following up since I haven't heard back on this topic. Is there any way to fix this issue for my jomsocial users when they post videos? They are not going to know how to change this code to post videos. I don't want them to have to use a tutorial just to post a video to their profile. It should be quick and easy, just like posting to facebook. Any advice on getting this to work without adding the custom code?
User avatar
Senior Boarder

GK User
Mon May 30, 2011 11:44 am
Does anyone know how to fix this as this is a big deal for anyone using gavick themes and jomsocial? My community users wont know how to add "<param name="wmode" value="transparent" />" when adding a video link...

Any help is greatly appreciated!
User avatar
Senior Boarder

GK User
Mon May 30, 2011 12:13 pm
Hi

If you use Allvideos plugin with JomSocial you only have to enable "Player transparency for Flash based media" on this plugin.

Otherwise if are using directly media source, transparent parameter is necessary.

Cheers
User avatar
Platinum Boarder

GK User
Thu Jun 02, 2011 11:23 am
Hmmm, how can I add this to allvideos. I dont have any parameters...

See pic.
User avatar
Senior Boarder

GK User
Thu Jun 02, 2011 7:51 pm
Still hoping to hear back from someone... I found out that the plugin I had was the one for Jomsocial integration, so I downloaded the AllVideos plugin from Joomlaworks. I see the setting for transparency, but it doesn't correct the problem.

Any help would be appreciated.

Thanks!
User avatar
Senior Boarder

GK User
Fri Jun 03, 2011 12:58 pm
That's weird. :huh:
It should work.
Please show me your website or page where you have this video problem.
User avatar
Platinum Boarder

GK User
Fri Jun 03, 2011 1:01 pm
Thnx! It does work, you may close this one. It must have been a cache problem.
User avatar
Senior Boarder


cron