Issue with adding flash movie into header
-
I do not know what i am doing wrong but i am having an issue embeding flash into my header.php the location of the site is https://174.120.2.110/~cherylho/wordpress/
Code: header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml"> <head profile="https://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php wp_title(); ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_head(); ?> <script src="../../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script> </head> <body> <div id="all"> <div id="header"> <div id="headerimg"> <table width="726" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#02488d"> <!--DWLayoutTable--> <tr> <th height="237" align="right" scope="row"><span class="style11"><img src="index_04.gif" alt="upper corner" width="225" height="235" /></span></th> <td><script type="text/javascript"> AC_SW_RunContent( 'codebase','https://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,1,1,0','width','498','height','237','title','Cheryl','src','../../../cheryl','pluginspage','https://www.adobe.com/shockwave/download/' ); //end AC code </script><noscript><object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,1,1,0" width="498" height="237" title="Cheryl"> <param name="src" value="cheryl.swf" /> <embed src="cheryl.swf" pluginspage="https://www.adobe.com/shockwave/download/" width="498" height="237"></embed> </object></noscript></td> </tr> <tr> <th height="29" align="right" scope="row"><span class="style11"><img src="index_106.gif" alt="a" width="225" height="40" /></span></th> <td><img src="index_061.gif" width="500" height="40" /></td> </tr> </table> <div class="description"><?php bloginfo('description'); ?></div> </div> </div>
- The topic ‘Issue with adding flash movie into header’ is closed to new replies.