Hi,
i'm trying to set a flash banner in dotnetnuke.
This is my code:
<div id="flashcontent">This text is replaced by the Flash movie.</div>
<script type="text/javascript">
var so = new SWFObject("<%=SkinPath%>banner.swf", "myFlashTitle", "1000", "150", "8", "#ffffff");
so.addParam("wmode", "transparent");
so.write("flashcontent");
</script>
The flash banner shows a couple of images that I stored in the map flashbanner.
The problem is that when I upload and apply my custom skin, I see the banner but not my images.
It seems he can't locate the flashbanner map.
It's strange cause my skin zip file contains the normal files + banner.swf + the flashbanner map with the images in.
Can someone help me out with this?
Thanks