Thank you aerospace,
I didn't use:
Insert/Media/SWF in Dreamweaver so no scripts folder was generated. I tried this method though and I got the same results.
I used a coding that I have always used to put .swf files in websites but this is the first time that I use a flash player skin and first time my code doesn't work.
This is the code:
Code:
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
var params = {};
var attributes = {};
swfobject.embedSWF("test.swf", "myAlternativeContent", "488", "312", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
</script>
Code:
<div id="video">
<div id="myAlternativeContent">
<a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a>
</div>
<p><span class="video_title"> Formulart®, The Brochure & The Methodology</span></p>
</div>
I also have a
expressInstall.swf and a swfobject.js in my folder.
My guess is that my coding is missing something to upload the player skin swf file in the web, but I don't know what is missing.
Any thoughts or suggestions?