I downloaded the moyea web gallery–and it’s lovely–i think.
When you publish it you get the html code and a swf file–mwplayer.swf
So now I want to play this video gallery on my flash site.
I have tried load movie into the empty container --and I get NOTHING
I’ve tried conecting to a url. Nothing.
I contacted the company and they gave me html code:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml”>
<script type=“text/javascript” src=“swfobject.js”></script>
<div id=“flashcontent”>Player will show here</div>
<script type=“text/javascript”>
var so = new SWFObject(‘mwplayer.swf’,‘player’,‘500’,‘450’,‘9’);
so.addParam(‘wmode’,‘opaque’);
so.addParam(‘quality’,‘high’);
so.addParam(‘allowfullscreen’,‘true’);
so.addParam(‘allowscriptaccess’,‘always’);
so.write(“flashcontent”);
</script>
<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1” />
<title>Untitled Document</title>
</head>
Which works great…in dreamweaver. If you guys could help me…omigosh, you have no idea how grateful I would be.
And please be very clear in your instructions–my flash capabilities are limited. Thanks.