Exporting Photo Gallery from LR3 into DWcs5 via Insert>Media>SWF, it imports but is

jacket_jane

New member
stuck loading. Help? Just as title describes. I've run this route before, have an additional Parameter thrown in ([base] [.]) as that's helped out before. Using LR3's Flash Gallery. This is what it's stuck as: http://voirlamour.com/weddings.html

The images are all resized to max dimension of 800px, so it's not a size>loading issue. I've Put all files, even dependents (as that helped before).

This is what the code looks like:
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="741" height="469">
<param name="movie" value="Galleries/Weds/resources/gallery.swf">
<param name="quality" value="high">
<param name="swfversion" value="8.0.35.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">
<param name="BGCOLOR" value="#FFFFFF">
<param name="base" value=".">
<param name="wmode" value="opaque">
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="Galleries/Weds/resources/gallery.swf" width="741" height="469">
<!--<![endif]-->
<param name="quality" value="high">
<param name="swfversion" value="8.0.35.0">
<param name="expressinstall" value="Scripts/expressInstall.swf">
<param name="BGCOLOR" value="#FFFFFF">
<param name="base" value=".">
<param name="wmode" value="opaque">
<!-- 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>

Help?
 
Back
Top