PDA

View Full Version : Putting flash in a module


viper357
04-18-2010, 06:18 AM
Hi

I am struggling to get the Wrapper Module Template to work on a flash image rotator, you can see it working here - http://www.marineaquariumsa.com/

You can see the module title bar is below the flash images, how do I get the images inside a module?

This is the code I have in the template

<div align="center">
<embed
src="/images2/imagerotator.swf"
width="520"
height="480"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file=/images2/madrid.xml&transition=fade"
/></div>
<br>

Thanks.

CareyCrew
04-18-2010, 06:47 AM
You have not wrapped your code ;)

http://www.vbadvanced.com/forum/faq.php?faq=vba_trouble#faq_vba_trouble_shell

<tr>
<td class="$bgclass">

<!-- Your code here -->

</td>
</tr>

Our Sponsors
 

viper357
04-18-2010, 06:52 AM
Wow, don't I feel like an idiot now, lol, I've been struggling with this since last night. Thanks CareyCrew. :)

CareyCrew
04-18-2010, 07:00 AM
Wow, don't I feel like an idiot now, lol, I've been struggling with this since last night. Thanks CareyCrew. :)


We've all done it :D