MyBB Community Forums

Full Version: Adding flash to side box?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi guys i have made a couple of sideboxes on my site using code (not a plugin) the code is below, but i want to add flash inside the box, ive made the flash movie dimension size a little smaller than the sidebox dimension so it fits, but dont know what code to use?

heres sidebox code:

<table width="100%" cellspacing="0" cellpadding="4" border="0">
<tr><td valign="top" width="180">
<table border="0" cellspacing="0" cellpadding="4" class="tborder"><tr></td></tr><tr><td class="trow1" TD ALIGN="center">moo!</td></tr></table><br />
</td>
<td>&nbsp;</td>
<td valign="top">
{$ps_header_index}
{myshoutbox}
{$ps_footer_index}
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr><td valign="top" width="100%">

liks i say i have the flash file & ive uploaded it to my hosting but dont know what code i need to use so the flash shows up in my sidebox, any ideas?

Thanks

heres the html code that i exported when making the flash file, i tried using this but it shows up blank in my sidebox, when i hover over it says "unable to load"

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html40/loose.dtd">
<html>
  <head>
    <title>advertise</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="author" content="">
    <meta name="generator" content="SWiSHmax http://www.swishzone.com">
    <meta name="description" content="advertise">
    <meta name="keywords" content="advertise, banner, contact, now, with, your">
    <!-- text used in the movie -->
    <!-- advertise, banner, contact, now, with, your -->
    <!-- urls used in the movie -->
    <!-- http://www.northwestoffroadrcclub.co.uk -->
    <!-- Created by SWiSHmax - Flash Made Easy - www.swishzone.com -->
  </head>
  <body bgcolor="#FFFFFF">
    <center>
      <object
        classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"
        id="advertise"
        width="170" height="100"
      >
        <param name="movie" value="advertise.swf">
        <param name="bgcolor" value="#FFFFFF">
        <param name="quality" value="high">
        <param name="allowscriptaccess" value="samedomain">
        <embed
          type="application/x-shockwave-flash"
          pluginspage="http://www.macromedia.com/go/getflashplayer"
          name="advertise"
          width="170" height="100"
          src="advertise.swf"
          bgcolor="#FFFFFF"
          quality="high"
          swliveconnect="true"
          allowscriptaccess="samedomain"
        >
          <noembed>
          </noembed>
        </embed>
      </object>
    </center>
  </body>
</html>