We’ve embedded a couple of swfobjects into asp files to the host, my trouble is they arent using. In fact, your whole site is messed way up. Everything looked great after i tested it as a result of dreamweaver, and next time i sectioned it off of into. asp them got all messed way up.
The following is some sample code i have on this host:
Code:
<! DOCTYPE code PUBLIC " -//W3C//DTD XHTML 1. 0 Transitional//EN" " http: //www. w3. org/TR/xhtml1/DTD/xhtml1-transitional. dtd" > < code xmlns=" http: //www. w3. org/1999/xhtml" lang=" en" xml: lang=" en" > < head> < title> Tailwaters Travel FIshing Co. < /title> < website link href=" layout. css" rel=" stylesheet" type=" text/css" /> < meta http-equiv=" Content-Type" content=" text/html; charset=iso-8859-1" /> < script type=" text/javascript" src=" swfobject. js" > < /script> < script type=" text/javascript" > var flashvars =; var params =; params. trap = " true"; params. level of quality = " best"; var attributes =; attributes. line up = " middle"; swfobject. embedSWF(" black_header. swf", " flashhead", " 997", " 259", " 8. 0. 0", " expressInstall. swf", flashvars, params, attributes); < /script> < script type=" text/javascript" src=" swfobject. js" > < /script> < script type=" text/javascript" > var flashvars =; var params =; params. trap = " true"; params. level of quality = " best"; var attributes =; attributes. line up = " middle"; swfobject. embedSWF(" main_show. swf", " mainflash", " 761", " 469", " 8. 0. 0", " expressInstall. swf", flashvars, params, attributes); < /script> < script type=" text/javascript" src=" swfobject. js" > < /script> < script type=" text/javascript" > var flashvars =; var params =; params. trap = " true"; params. level of quality = " best"; var attributes =; attributes. line up = " middle"; swfobject. embedSWF(" shop_online. swf", " shopflash", " 761", " 200", " 8. 0. 0", " expressInstall. swf", flashvars, params, attributes); < /script> < /head> < body> < div id=" container" > < div id=" flashhead" > < some sort of href=" http: //www. adobe. com/go/getflashplayer" > < img src=" http: //www. adobe. com/images/shared/download_buttons/get_flash_player. gif" alt=" Find Adobe Flash player" /> < /a> < /div>
Can anyone help
Thanks a ton!!