Saturday 15 May 2010

html - Embed Flash Transparent FLV -


I am trying to embed a flash movie (.flv) with a transparent background in a webpage.

Requirements: - Flv runs in transparent mode - I should be able to see the contents below. - Movie is not Auto Play - Movie is fully used in DEV and POSZEND using CSS - no video control or overlay, you should not know that it is a flv - Load is hidden on Movie - jQuery By using, I click to show an image link and play video, prevents it from clicking again and hides the video - Contrary to the contrary

I have a longer video player Used to use swfobject.js and javascript controls but there is no happiness. The video is not transparent and there is still a click to control the feature.

Do I seem to be a simple task. >

Adobe Flash embed parameters are set correctly and wmode = transparent

Any help would be greatly appreciated.

Cheers Paul

This will give you a transparent overlay in Flash. It has a very good code.

SWFObject example

The examples given below require the use of bare bones of SWFObject, but what would you do to offer the Flash plug-in Want to use some other parameters? SWFObject makes it very easy to add any additional parameters that you may need.

A simple example by adding a few extra parameters

  & lt; Script type = "text / javascript" & gt; Var then = new SWFObject ("Movie. Swf", "Charmovie", "200", "100%", "7", "# 336699"); Therefore.Dipam ("Quality", "Low"); So.addParam ("wmode", "transparent"); Therefore.Deparam ("Lolin", "T"); So.write ("flashcontent"); & Lt; / Script & gt; & Lt; Div id = "flashcontent" & gt; & Lt ;! - Insert the image of a place holder here. - & gt; & Lt; / Div & gt;  

Edit: Thanks to the clutter: An update has been made to the code library, which you can now access here:


No comments:

Post a Comment