z-index problem
- GK User
- Wed May 26, 2010 11:54 am
hi
i have a problem with z-index css option
see pic
lightbox using JCE editor
and the video is a simple custom html module
Thank you
i have a problem with z-index css option
see pic
lightbox using JCE editor
and the video is a simple custom html module
Thank you
-

- Junior Boarder
- teitbite
- Thu May 27, 2010 11:47 am
Hi
You need to add transparency into video code.
You need to add transparency into video code.
-

- Moderator
- GK User
- Thu May 27, 2010 12:27 pm
thanks for the answer
how can i do that?
how can i do that?
-

- Junior Boarder
- teitbite
- Thu May 27, 2010 2:24 pm
Hi
Please paste here the code for the video You used.
Please paste here the code for the video You used.
-

- 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>
-

- Junior Boarder
- teitbite
- Thu May 27, 2010 2:35 pm
Hi
Please try that code:
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>
-

- 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
seems like vimeo problem...
i will try again later
-

- 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.
Please send me joomla access to Your site. I'll try which code will work myself.
-

- Moderator
- GK User
- Fri May 28, 2010 8:40 am
done
module name: Video
position: right_bottom
thank you
module name: Video
position: right_bottom
thank you
-

- Junior Boarder
- GK User
- Fri May 28, 2010 11:14 am
hi
i added this code
and with internet explorer i have no problem
but problem still there with firefox

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

-

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

- Junior Boarder
- teitbite
- Fri May 28, 2010 1:11 pm
Hi
Sorry but i have no problem watching it. Did You fixed it?
Sorry but i have no problem watching it. Did You fixed it?
-

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

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

- 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
thank you for your interesting
-

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

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

- Junior Boarder
- GK User
- Sat May 29, 2010 1:38 pm
Hi again
Please replace your media player code with this one:
Cheers
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
-

- 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!
it looks good now!!!
can you tell me what you done?
thank you again!
-

- 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
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
-

- 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?
-

- 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?
-

- 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!
Any help is greatly appreciated!
-

- 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
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
-

- 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.
See pic.
-

- 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!
Any help would be appreciated.
Thanks!
-

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

- 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.
-

- Senior Boarder
28 posts
• Page 1 of 1
