Closed (cannot reproduce)
Project:
Barron
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2008 at 21:37 UTC
Updated:
7 Aug 2012 at 23:18 UTC
Hello,
I insert a flash code into node as following:
<div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var s1 = new SWFObject("mediaplayer.swf","mediaplayer","480","385","7");
s1.addParam("allowfullscreen","true");
s1.addVariable("width","480");
s1.addVariable("height","360");
s1.addVariable("file","***.flv");
s1.addVariable("image","***/welcome.jpg");
s1.write("container");
</script>
The flash player float to the top, as you can see here.
Anyone can help to solve this problem? Thanks a lot.
-Derek
Comments
Comment #1
sk33lz commentedUnable to reproduce, as not enough details and op's site is no longer online. If someone else runs into this with the 6.x-2.0 release coming soon, please let me know.
Thanks!