Log in

View Full Version : Adding a Flash module


caedas
12-16-2007, 05:13 PM
I downloaded a file for our site that is normally not used as a module (though it isn't uncommon.) It includes an .exe file (I'm guessing to test the config settings) and a Flash movie file (.swf).

How would I go about adding a module to my front page and including only this file?

If you need further elaboration, I will gladly provide :).

Thanks!

ChU v2
12-16-2007, 09:37 PM
If your using vBa for your frontpage which I'm assuming you are.

Add a new module. Select Template. Add the following in the template.


<tr>
<td class="$bgclass">
<script type="text/javascript" src="FLASH FILE URL"></script
</td>
</tr>


I think that may work, the code to embed the flash file may be wrong.

caedas
12-17-2007, 01:21 AM
Sorry for my noobness...and it is pretty severe noobness...trust me. Yes I am using vBa

I don't know what to enter (if anything) for:

Template to Include and Template Content under Main Options...and damn near everything on Module Wrapper Template Options >.> lol. I also couldn't find where to enter the code you posted...so (50/50 shot) I am either stupid or doing something wrong lol.