View Single Post
Old 05-03-2012, 07:57 AM   PM User | #7
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
Thanks again aerospace!

My custom player is actually a modified FLV Playback Skin from the Flash library, and my problem comes only when I upload the files to the server because locally everything works just fine, so I think there is something missing in my .html file.

I just sent you a private message with the link to download the .fla file.

Also I tried again to put my .swf in Dreamweaver an I got the scripts folder with 2 files the following code.

Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="488" height="312" id="FlashID" title="test">
	  <param name="movie" value="test.swf" />
	  <param name="quality" value="high" />
	  <param name="wmode" value="opaque" />
	  <param name="swfversion" value="6.0.65.0" />
	  <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
	  <param name="expressinstall" value="Scripts/expressInstall.swf" />
	  <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
	  <!--[if !IE]>-->
	  <object type="application/x-shockwave-flash" data="test.swf" width="488" height="312">
	    <!--<![endif]-->
	    <param name="quality" value="high" />
	    <param name="wmode" value="opaque" />
	    <param name="swfversion" value="6.0.65.0" />
	    <param name="expressinstall" value="Scripts/expressInstall.swf" />
	    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
	    <div>
	      <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
	      <p><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" width="112" height="33" /></a></p>
        </div>
	    <!--[if !IE]>-->
      </object>
	  <!--<![endif]-->
</object>
I uploaded all the files including the two files in the scripts folder to the server and still not working.

In dreamweaver when I added the .swf file a window appeared asking for "title, access key, and tab index" I didn't know what to put in there so I just clicked "OK" and I didn't change the "accessibility preferences". I don't know if that has anything to do with my problem?

Thanks again I really appreciate the time that you are putting into helping me with this problem.
color30 is offline   Reply With Quote