kpsony
08-28-2008, 11:20 PM
So, I have a photo gallery with a specific div where i'm loading images. One of the images needs to be animated, so I cannot just link a jpeg, i have to use a swf so the image can scroll. For some reason when i replace the imagexx.jpg with imagexx.swf I get a red x. Is this even possible to do?
Here's the code for my div:
<div style="overflow:hidden;">
<div id="motioncontainer" style="width:207px; height:435px; overflow:hidden; position: relative;">
<div id="motiongallery" style="position:absolute; left:0; top:0;">
And heres the code I have for my images that are loading into that div:
<a href="images/image.swf" rel="enlargeimage::click" rev="loadarea::#"><img name="" src="images/new_additions/1.jpg" width="207" height="123" border="0" class="gradualfader"></a><br><br>
What am I doing wrong? Thanks!!!
Here's the code for my div:
<div style="overflow:hidden;">
<div id="motioncontainer" style="width:207px; height:435px; overflow:hidden; position: relative;">
<div id="motiongallery" style="position:absolute; left:0; top:0;">
And heres the code I have for my images that are loading into that div:
<a href="images/image.swf" rel="enlargeimage::click" rev="loadarea::#"><img name="" src="images/new_additions/1.jpg" width="207" height="123" border="0" class="gradualfader"></a><br><br>
What am I doing wrong? Thanks!!!