View Single Post
Old 05-02-2012, 06:30 PM   PM User | #5
color30
New to the CF scene

 
Join Date: May 2012
Posts: 9
Thanks: 2
Thanked 0 Times in 0 Posts
color30 is an unknown quantity at this point
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&reg;, 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?

Last edited by color30; 05-02-2012 at 07:43 PM..
color30 is offline   Reply With Quote