Go Back   OXYLUS Flash Board > Support > Flash Video Players > FLV Player Light White/Black

Reply
 
LinkBack Thread Tools Display Modes
Old 02-16-2009, 11:27 AM   #1 (permalink)
Junior Member
 
Join Date: Feb 2009
Posts: 5
Default how do i set <param name="wmode" value="transparent" /> ??

Hi There,

I've just downloaded your FLV Player Light, from the FlashComponents.net website, and have the video player running on my website as you describe.

Though can you please help me, on what I need to do, to set the:

<param name="wmode" value="transparent" />


I would like to set it to be transparent, because on my website i have DHTML drop-down menus which when rolled on hang over the video, and don't appear over the top of the video. I would like my menus to appear over the video, and i'm sure adding this line of code will solve this problem.

Can you please assist as to where and how i add this code to your source?

Look forward to your reply.
boydy79 is offline   Reply With Quote
Old 02-17-2009, 05:12 AM   #2 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,981
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

What code do you use for embedding it ?
Adrian is offline   Reply With Quote
Old 02-17-2009, 01:32 PM   #3 (permalink)
Junior Member
 
Join Date: Feb 2009
Posts: 5
Default

Hi.

I'm using the same code that is supplied in your download to embed the flash into my HTML page.

i.e.
======

<script type="text/javascript" src="video_js-control.js"></script>

<div id="flashcontent">
Please note: it is recommended to install the latest version of Adobe Flash Player
</div>

<script type="text/javascript">
// <![CDATA[

var so = new SWFObject("video_file.swf", "flash", "421", "270", "8", "#ffffff");
so.addVariable("xml", "video_xml-control.xml");
so.write("flashcontent");

// ]]>
</script>

======

Please advise what i need to change.

Thank You.
boydy79 is offline   Reply With Quote
Old 02-17-2009, 04:31 PM   #4 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,981
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

Code:
<script type="text/javascript">
// <![CDATA[
				
var so = new SWFObject("video_file.swf", "flash", "421", "270", "8", "#ffffff");
so.addVariable("xml", "video_xml-control.xml");
so.addParam("wmode", "transparent");
so.write("flashcontent");
		
// ]]>
</script>
Adrian is offline   Reply With Quote
Old 02-19-2009, 11:27 PM   #5 (permalink)
Junior Member
 
Join Date: Feb 2009
Posts: 5
Default

Thank you very kindly. I will give this a try.
boydy79 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:24 PM.