Here we can add an attribure to our flash object or swf object, to show Div layer over Flash Object. so.addParam("wmode", "transparent"); <script type="text/javascript"> var so = new SWFObject("movie.swf", "mymovie", "400", "100%", "8", "#336699"); so.addParam("quality", "low"); so.addParam("wmode", "transparent"); so.addParam("salign", "t"); so.write("flashcontent"); </script> or we can add "wmode=transparent" In the “embed” area. <object classid="123" width="550" height="400" id="movie_name" align="middle"> <param name="movie" value=" dotnetcodebytes.blogspot.com.swf"/> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data=" dotnetcodeby...
C#, VB.NET, SQL Server ,ASP.NET and Crystal Report and Net for Beginner.