I have impoted a flv into Flash and it automatically puts a skin on that i choose,this all works fine when published !
I have a HTML page that i know want the video to go on to but when i put it in place nothing happens when atest the page ??
the code is :-
<script type="text/javascript" src="/js/swfobject.js"></s
cript>
<div id="flashcontent">
<object classid="clsid:D27CDB6E-AE
6D-11cf-96
B8-4445535
40000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="320" height="240" class="centeralign">
<param name="movie" value="intro_about_mem.swf
" />
<param name="quality" value="high" />
<embed src="intro_about_mem.swf" quality="high" pluginspage="
http://www.macromedia.com/go/getflashplayer" type="application/x-shockw
ave-flash"
width="320" height="240"></embed>
</object>
</div>
<script type="text/javascript">
var so = new SWFObject("intro_about_mem
.swf", "mymovie", "320", "240", "7", "#336699");
so.write("flashcontent");
</script>
can someone please tell me what i have done wrong ??
Start Free Trial