// JavaScript Document
<!--Her fortæller jeg mit xhtml dokument, at den skal indsluse en flashfil, samt hvilken-->
function flashfix1(m,w,h)
{
document.write('<object + class="vid" + data="tekst.swf" + type="application/x-shockwave-flash" width="230" height="14"/>');
document.write('<param + name="movie" + value="tekst.swf"/>');
document.write('</object>');
}
function flashfix2(m,w,h)
{
document.write('<object + class="vid" + data="haandlister.swf" + type="application/x-shockwave-flash" width="450" height="325"/>');
document.write('<param + name="movie" + value="haandlister.swf"/>');
document.write('</object>');
}
function flashfix3(m,w,h)
{
document.write('<object + class="vid" + data="trin.swf" + type="application/x-shockwave-flash" width="450" height="325"/>');
document.write('<param + name="movie" + value="trin.swf"/>');
document.write('</object>');
}
function flashfix4(m,w,h)
{
document.write('<object + class="vid" + data="private.swf" + type="application/x-shockwave-flash" width="450" height="325"/>');
document.write('<param + name="movie" + value="private.swf"/>');
document.write('</object>');
}
function flashfix5(m,w,h)
{
document.write('<object + class="vid" + data="entreprise.swf" + type="application/x-shockwave-flash" width="450" height="325"/>');
document.write('<param + name="movie" + value="entreprise.swf"/>');
document.write('</object>');
}
function flashfix6(m,w,h)
{
document.write('<object + class="vid" + data="galleri.swf" + type="application/x-shockwave-flash" width="450" height="325"/>');
document.write('<param + name="movie" + value="galleri.swf"/>');
document.write('</object>');
}


/* De parametre du skal ændre på er:
Funktionens navn (eks.: "function XXXXXXX()")
Stien til swf-filen ved: (data="vid.swf") og (value="vid.swf") 
 */

