Flash asset in DW html looks weird

I´m doing a site and in Dreamweaver and I noticed that
the flash animations had a weird grey line below them and when the
mouse is over them a weird grey border appears, after that I went
to visit other sites with flash animations and the same happened.
Apparently this is only happening on internet explorer on the PC,
not on mac, please help...
Here´s a link to how it look.....
http://amedeldesign.com/recycle/glitch.jpg
And this is the actual page...
http://www.recycleflyers.com/

It's due to the latest upgrade of IE in response to the EOLAS
suit
settlement. There are many ways to fix this, including that
built in to
DW8.0.2.
http://blog.deconcept.com/2005/03/31/proper-flash-embedding-flashobject-best-practices
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"serg2049" <[email protected]> wrote in
message
news:e5of23$d82$[email protected]..
> I?m doing a site and in Dreamweaver and I noticed that
the flash
> animations had
> a weird grey line below them and when the mouse is over
them a weird grey
> border appears, after that I went to visit other sites
with flash
> animations
> and the same happened. Apparently this is only happening
on internet
> explorer
> on the PC, not on mac, please help...
>
> Here?s a link to how it look..... <a target=_blank
> class=ftalternatingbarlinklarge
> href="
http://amedeldesign.com/recycle/glitch.jpg
>
>
> And">
http://amedeldesign.com/recycle/glitch.jpg
>
>
> And</a> this is the actual page... <a
target=_blank
> class=ftalternatingbarlinklarge
> href="
http://www.recycleflyers.com/">http://www.recycleflyers.com/</a>
>

Similar Messages

  • XSQL page - rendered HTML looks weird on UNIX and Mac

    The fonts are not coming out as specified when I view HTML produced by XSQL pages.
    I thought there was something wrong with my stylesheet, but then I went to ws5.olab.com and saw the same phenomenon.
    I'd like to make my pages look the same on Macs, PCs, and Unix boxes. Any ideas anyone?
    <font face="arial, helvetica, san-serif" size="1">

    XSL has nothing to do with fonts, really.
    Your problem likely has everything to do
    with straightforward differences in
    how different browsers on different
    platforms implements the HTML and CSS
    specifications.
    If you find the combination that works
    for you with static HTML, then you
    can use XSL to generate that combination,
    but otherwise, it's not XSL to blame :-)
    null

  • Flash button - linking to HTML page - weird problem

    There could be a really easy solution for this, but I can't
    figure it out. I have a simple button that links to an anchor
    within an HTML page. Here the actionscript for the button:
    on (release) {
    getURL ("test.html#two");
    when the button is pressed, the HTML page comes up but only
    to the top of test.html. The '#two' is not passed to the URL .
    Seems like everything after '#' is ignored. How can I get around
    this?

    hi
    on(press)
    getURL("path of html page");
    }

  • Pages look weird after reinstall

    I formatted my drive, installed Win7, then reinstalled my CS3 suite.  I created "new" sites to match the ones that I already had and pointed them to the folders where the files were.
    The pages all look weird in DW now.  It only shows a header (a php include) and nothing else.  If I publish the page like this, when it gets to the browser it looks fine.  I've included page code below, and also a screenshot of what I'm seeing in DW.  If anyone can help me get back on track I'd appreciate it.
    Mike.
    <?php require_once('Connections/imaging101.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    mysql_select_db($database_imaging101, $imaging101);
    $query_rs_accordion = "SELECT * FROM accordion_panel ORDER BY id DESC LIMIT 1";
    $rs_accordion = mysql_query($query_rs_accordion, $imaging101) or die(mysql_error());
    $row_rs_accordion = mysql_fetch_assoc($rs_accordion);
    $totalRows_rs_accordion = mysql_num_rows($rs_accordion);
    mysql_select_db($database_imaging101, $imaging101);
    $query_rs_main_text = "SELECT * FROM home_text ORDER BY id DESC LIMIT 1";
    $rs_main_text = mysql_query($query_rs_main_text, $imaging101) or die(mysql_error());
    $row_rs_main_text = mysql_fetch_assoc($rs_main_text);
    $totalRows_rs_main_text = mysql_num_rows($rs_main_text);
    ?>
    <html>
    <head>
    <title>Imaging 101</title>
    <script src="spry_assets/SpryAccordion.js" type="text/javascript"></script>
    <link href="spry_assets/SpryAccordion.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    <!--
    .style1 {
    font-size: 12px;
    font-weight: bold;
    .style3 {font-size: 12; font-weight: bold; }
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    //-->
    </script>
    </head>
    <body rightmargin="0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <center>
    <br />
    <table width="764" cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td colspan="5">
    <?php include('includes/head1.php'); ?>
    </td>
    </tr>
    <tr>
    <td style="background-image: url('images/a42.jpg'); background-repeat: repeat-y;" valign="top" height="100%">
    <table cellpadding="0" cellspacing="0" border="0" height="100%">
    <tr>
    <td height="100%" valign="top"><img src="images/a12.jpg" /></td>
    </tr>
    <tr>
    <td><img src="images/a50.jpg" /></td>
    </tr>
    </table>
    </td>
    <td valign="top" style="background-image: url('images/a90.jpg'); background-repeat: repeat-y;" height="100%">
            <table cellpadding="0" cellspacing="0" border="0" height="100%">
    <!-- BEGIN LOGIN BOX ------------------------------->
            <?php include('includes/logbox.php') ; ?>
            <!-- END LOGIN BOX -------------------------------------->
    <tr>
    <td><img src="images/a48.jpg" /></td>
    </tr>
    <tr>
    <td><img src="images/a49.jpg" /></td>
    </tr>
    <tr>
    <td>
                <table cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td style="background-image: url('images/a55.jpg'); background-repeat: repeat-y;"><img src="images/a55.jpg" /></td>
    <td>
    <!-- BEGIN LEFT PANE ----------------------------------------------------->
    <?php include('includes/left_pane.php') ; ?>
           <!-- END LEFT PANE --------------------------------------------------------------------------------------->
    </td>
                <td style="background-image: url('images/a58.jpg'); background-repeat: repeat-y;"><img src="images/a58.jpg" /></td>
    </tr>
            </table>
    </td>
    </tr>
    <tr>
    <td><img src="images/a88.jpg" /></td>
    </tr>
    <tr>
    <td height="100%" valign="top">
    <!-- BEGIN LEFT PANE LOW ---------------------------------------------------------->
    <?php include('includes/left_pane_low.php') ; ?>
        <!-- END LEFT PANE LOW ------------------------------------------------------------->
    </td>
    </tr>
    <tr>
    <td><img src="images/a999.jpg" /></td>
    </tr>
             </t
    ></table>
    </td>
    <td valign="top" style="background-image: url('images/a43.jpg'); background-repeat: repeat-y;" height="100%">
    <table cellpadding="0" cellspacing="0" border="0" height="100%">
    <tr>
    <td><img src="images/a14.jpg" /></td>
    </tr>
    <tr>
    <td><img src="images/a26.jpg" /></td>
    </tr>
    <tr>
    <td height="100%" valign="bottom"><img src="images/a97.jpg" /></td>
    </tr>
    </table>
    </td>
    <td valign="top" height="100%" style="background-image: url('images/a61.jpg');">
    <table cellpadding="0" cellspacing="0" border="0" height="100%">
    <tr>
    <td>
    <?php include('includes/nav_horizontal.php') ;?>
    </td>
    </tr>
    <tr>
    <td><img src="images/a27.jpg" /></td>
    </tr>
    <tr>
    <td height="100%">
    <table cellpadding="0" cellspacing="0" border="0" height="100%">
        <tr>
    <td style="background-image: url('images/a59.jpg'); background-repeat: repeat-y;" valign="top"><img src="images/a31.jpg" /></td>
    <td height="100%" valign="top">
    <!-- CONTENT AREA START -->
    <table cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td style="background-image: url('images/inbg.jpg'); background-repeat: no-repeat;">
    <table cellpadding="0" cellspacing="0" border="0" width="100%">
    <tr>
    <td width="103px" align="center" valign="top" style="background-image: url('images/a32.jpg'); background-repeat:no-repeat; "><img src="images/a32_top.jpg" width="103" height="5"><br /><img src="images/upload/top_pic.jpg" width="93px" height="82px"></td>
    <td><img src="images/a221.jpg" /></td>
    <td valign="top" class="inarea">
    <table cellpadding="0" cellspacing="0" border="0" width="100%">
    <tr>
    <td valign="top" style="background-image: url('images/a34.jpg'); background-repeat:no-repeat;"></td>
    </tr>
    <tr>
    <td style="background-image: url('images/a222.jpg'); background-repeat: no-repeat;"> <?php echo $row_rs_main_text['main_top']; ?><a href="<?php echo $row_rs_main_text['more_url']; ?>" class="heavy">  <?php echo $row_rs_main_text['more_txt']; ?></a> </td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td>
    <table cellpadding="0" cellspacing="0" border="0" width="100%" style="background-image: url('images/a52.jpg'); background-repeat: repeat-x;">
    <tr>
    <td><img src="images/a51.jpg" /></td>
    <td width="100%" align="right"><img src="images/a54.jpg" /></td>
    </tr>
    <tr>
    <td colspan="2"><img src="images/spacer.gif" width="1" height="18" /></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td>
    <table cellpadding="0" cellspacing="0" border="0" width="100%">
    <tr>
    <td><img src="images/spacer.gif" width="10" height="1" /></td>
    <td width="100%" valign="top" class="inarea"><div id="Accordion1" class="Accordion" tabindex="0">
      <div class="AccordionPanel">
                                    <div class="AccordionPanelTab">            <span class="style3"><?php echo $row_rs_accordion['head'] ;?></span></div>
        <div class="AccordionPanelContent"><a href="<?php echo $row_rs_accordion['link'] ;?>"><img src="<?php echo $row_rs_accordion['image'] ;?>" /></a></div>
        </div>
      <div class="AccordionPanel">
                                    <div class="AccordionPanelTab">            <span class="style3"><?php echo $row_rs_accordion['head2'] ;?></span></div>
        <div class="AccordionPanelContent"><a href="<?php echo $row_rs_accordion['link2'] ;?>"><img src="<?php echo $row_rs_accordion['image2'] ;?>" /></a></div>
        </div>
      <div class="AccordionPanel">
                                    <div class="AccordionPanelTab">            <span class="style3"><?php echo $row_rs_accordion['head3'] ;?></span></div>
        <div class="AccordionPanelContent"><a href="<?php echo $row_rs_accordion['link3'] ;?>"><img src="<?php echo $row_rs_accordion['image3'] ;?>" /></a></div>
        </div>
    </div>
      <br /></td>
    <td><img src="images/spacer.gif" width="15" height="1" /></td>
    <td>
    <table width="180" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td style="background-image: url('images/a65.jpg'); background-repeat:no-repeat; height:37px">
    <!-- START WIMPY BUTTON: Standard HTML -->
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" name="wimpybutton186" width="37" height="37" id="wimpybutton186">
    <param name="movie" value="/player_assets/wimpy_button.swf" />
    <param name="loop" value="false" />
    <param name="menu" value="false" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#FFFFFF" />
    <param name="wmode" value="transparent" />
    <param name="flashvars" value="theFile=audio/samples/sample_1.mp3&playingColor=000000&arrowColor=FFFFFF&grinderCo lor=00C3FF&theBkgdColor=0048FF&rollOverColor=FF0000&buttonStyle=square&displayRewindButton =no&wimpyReg=NUhBcHNSNFFRJTdGeVhhQzVMJTdEcWxoJTJCJTNEY2QxLWhsJTJBayUyOSU3QmElMkI3YU9t&myid =wimpybutton186" />
    <embed src="/player_assets/wimpy_button.swf" flashvars="theFile=audio/samples/sample_1.mp3&playingColor=000000&arrowColor=FFFFFF&grind erColor=00C3FF&theBkgdColor=0048FF&rollOverColor=FF0000&buttonStyle=square&displayRewindBu tton=no&wimpyReg=NUhBcHNSNFFRJTdGeVhhQzVMJTdEcWxoJTJCJTNEY2QxLWhsJTJBayUyOSU3QmElMkI3YU9t& myid=wimpybutton186" width="37" height="37" bgcolor="#FFFFFF" loop="false" menu="false" quality="high" name="wimpybutton186" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" /></object>
    <!-- END WIMPY BUTTON: Standard HTML -->
    </td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="180" height="10" /></td>
    </tr>
    <tr>
    <td style="background-image: url('images/a65.jpg'); background-repeat:no-repeat; height:37px">
                                        <!-- START WIMPY BUTTON: Standard HTML -->
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="37" height="37" id="wimpybutton189">
    <param name="movie" value="/player_assets/wimpy_button.swf" />
    <param name="loop" value="false" />
    <param name="menu" value="false" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#FFFFFF" />
    <param name="wmode" value="transparent" />
    <param name="flashvars" value="theFile=http%3A%2F%2Fwww%2Ewattproductions%2Ecom%2Fsites%2Fimaging101%2Faudio%2Fsa mples%2Fsample%5F2%2Emp3&playingColor=000000&arrowColor=FFFFFF&grinderColor=00C3FF&theBkgd Color=0048FF&rollOverColor=FF0000&buttonStyle=square&displayRewindButton=no&wimpyReg=NUhBc HNSNFFRJTdGeVhhQzVMJTdEcWxoJTJCJTNEY2QxLWhsJTJBayUyOSU3QmElMkI3YU9t&myid=wimpybutton189" />
    <embed src="/player_assets/wimpy_button.swf" flashvars="theFile=http%3A%2F%2Fwww%2Ewattproductions%2Ecom%2Fsites%2Fimaging101%2Faudio% 2Fsamples%2Fsample%5F2%2Emp3&playingColor=000000&arrowColor=FFFFFF&grinderColor=00C3FF&the BkgdColor=0048FF&rollOverColor=FF0000&buttonStyle=square&displayRewindButton=no&wimpyReg=N UhBcHNSNFFRJTdGeVhhQzVMJTdEcWxoJTJCJTNEY2QxLWhsJTJBayUyOSU3QmElMkI3YU9t&myid=wimpybutton18 9" width="37" height="37" bgcolor="#FFFFFF" loop="false" menu="false" quality="high" name="wimpybutton189" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" /></object>
    <!-- END WIMPY BUTTON: Standard HTML -->
                                        </td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="180" height="10" /></td>
    </tr>
    <tr>
    <td style="background-image: url('images/a65.jpg'); background-repeat:no-repeat; height:37px">
                                        <!-- START WIMPY BUTTON: Standard HTML -->
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="37" height="37" id="wimpybutton190">
    <param name="movie" value="/player_assets/wimpy_button.swf" />
    <param name="loop" value="false" />
    <param name="menu" value="false" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#FFFFFF" />
    <param name="wmode" value="transparent" />
    <param name="flashvars" value="theFile=http%3A%2F%2Fwww%2Ewattproductions%2Ecom%2Fsites%2Fimaging101%2Faudio%2Fsa mples%2Fsample%5F3%2Emp3&playingColor=000000&arrowColor=FFFFFF&grinderColor=00C3FF&theBkgd Color=0048FF&rollOverColor=FF0000&buttonStyle=square&displayRewindButton=no&wimpyReg=NUhBc HNSNFFRJTdGeVhhQzVMJTdEcWxoJTJCJTNEY2QxLWhsJTJBayUyOSU3QmElMkI3YU9t&myid=wimpybutton190" />
    <embed src="/player_assets/wimpy_button.swf" flashvars="theFile=http%3A%2F%2Fwww%2Ewattproductions%2Ecom%2Fsites%2Fimaging101%2Faudio% 2Fsamples%2Fsample%5F3%2Emp3&playingColor=000000&arrowColor=FFFFFF&grinderColor=00C3FF&the BkgdColor=0048FF&rollOverColor=FF0000&buttonStyle=square&displayRewindButton=no&wimpyReg=N UhBcHNSNFFRJTdGeVhhQzVMJTdEcWxoJTJCJTNEY2QxLWhsJTJBayUyOSU3QmElMkI3YU9t&myid=wimpybutton19 0" width="37" height="37" bgcolor="#FFFFFF" loop="false" menu="false" quality="high" name="wimpybutton190" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" /></object>
    <!-- END WIMPY BUTTON: Standard HTML -->
                                        </td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="180" height="10" /></td>
    </tr>
    <tr>
    <td style="background-image: url('images/a65.jpg'); background-repeat:no-repeat; height:37px">
    <!-- START WIMPY BUTTON: Standard HTML -->
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="37" height="37" id="wimpybutton192">
    <param name="movie" value="/player_assets/wimpy_button.swf" />
    <param name="loop" value="false" />
    <param name="menu" value="false" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#FFFFFF" />
    <param name="wmode" value="transparent" />
    <param name="flashvars" value="theFile=http%3A%2F%2Fwww%2Ewattproductions%2Ecom%2Fsites%2Fimaging101%2Faudio%2Fsa mples%2Fsample%5F4%2Emp3&playingColor=000000&arrowColor=FFFFFF&grinderColor=00C3FF&theBkgd Color=0048FF&rollOverColor=FF0000&buttonStyle=square&wimpyReg=NUhBcHNSNFFRJTdGeVhhQzVMJTdE cWxoJTJCJTNEY2QxLWhsJTJBayUyOSU3QmElMkI3YU9t&myid=wimpybutton192" />
    <embed src="/player_assets/wimpy_button.swf" flashvars="theFile=http%3A%2F%2Fwww%2Ewattproductions%2Ecom%2Fsites%2Fimaging101%2Faudio% 2Fsamples%2Fsample%5F4%2Emp3&playingColor=000000&arrowColor=FFFFFF&grinderColor=00C3FF&the BkgdColor=0048FF&rollOverColor=FF0000&buttonStyle=square&wimpyReg=NUhBcHNSNFFRJTdGeVhhQzVM JTdEcWxoJTJCJTNEY2QxLWhsJTJBayUyOSU3QmElMkI3YU9t&myid=wimpybutton192" width="37" height="37" bgcolor="#FFFFFF" loop="false" menu="false" quality="high" name="wimpybutton192" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" /></object>
    <!-- END WIMPY BUTTON: Standard HTML -->
                                        </td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td><img src="images/spacer.gif" height="25" width="1" /></td>
    </tr>
    <tr>
    <td>
    <table cellpadding="0" cellspacing="0" border="0" width="100%" style="background-image: url('images/a52.jpg'); background-repeat: repeat-x;">
    <tr>
    <td><img src="images/a86.jpg" /></td>
    <td width="100%" align="right"><img src="images/a54.jpg" /></td>
    </tr>
    <tr>
    <td colspan="2"><img src="images/spacer.gif" width="1" height="16" /></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td>
    <table cellpadding="0" cellspacing="0" border="0" width="100%">
    <tr>
    <td><img src="images/spacer.gif" width="10" height="1" /></td>
    <td width="100%"><p><?php echo $row_rs_main_text['main_bottom']; ?><a href="<?php echo $row_rs_main_text['bottom_more_url']; ?>" class="heavy">  <?php echo $row_rs_main_text['bottom_more_txt']; ?></a></p></td>
    <td><img src="images/spacer.gif" width="10" height="1" /></td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    <!-- CONTENT AREA END -->
    </td>
    <td style="background-image: url('images/a99.jpg'); background-repeat: repeat-y;" valign="top"><img src="images/a36.jpg" /></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td><img src="images/a96.jpg" /></td>
    </tr>
    </table>
    </td>
    <td style="background-image: url('images/a44.jpg'); background-repeat: repeat-y;" valign="top" height="100%">
    <table cellpadding="0" cellspacing="0" border="0" height="100%">
    <tr>
    <td><img src="images/a20.jpg" /></td>
    </tr>
    <tr>
    <td><img src="images/a28.jpg" /></td>
    </tr>
    <tr>
    <td height="100%" valign="bottom"><img src="images/a98.jpg" /></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td colspan="5"><img src="images/a100.jpg" /></td>
    </tr>
    <tr>
    <td colspan="5">
    <?php include('includes/foot.php') ;?>
    </td>
    </tr>
    <tr>
    <td colspan="5" style="background-image: url('images/a105.jpg'); background-repeat: repeat-x;"><img src="images/a105.jpg" /></td>
    </tr>
    </table>
    </center>
    <script type="text/javascript">
    <!--
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    //-->
    </script>
    </body>
    </html>
    <?php
    mysql_free_result($rs_accordion);
    mysql_free_result($rs_main_text);
    ?>

    You are missing your DOCTYPE on your page, it should go in-between
    <?
    and
    <html>
    Create a new page and the first up to 3 lines will be your DOCTYPE, as an example
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    Gary

  • QuickTime Pro 7.3.1 looking weird

    I updated QuickTime Pro (to 7.3.1) on my laptop a couple of days ago. And now it looks really weird. It's hard to explain how it looks weird, I uploaded a picture. I let you look for yourself. This showed up after I updated to the new version. I also updated QuickTime Pro on my other computer, and it looks fine.
    http://img526.imageshack.us/img526/7177/lookingweirdbb3.png

    QT 7.3.1 has caused some serious problems and weirdness for many folks. Apple disabled Flash playback in QuickTime 7.3.1 which may have something to do with your weirdness. Can you revert back to an earlier version? If so, I would recommend that.

  • Trying to add Flash Intro to my HTML site

    Hi everybody.
    I have an HTML site that I would like to add a Flash Intro
    to. I would like the Flash intro page to play (about 30 seconds)
    then change to the first page of my HTML site. I have searched
    through several books, Lynda.com, and google, but can't come up
    with a good solution.
    Would someone be kind enough to help?
    Thanks in advance.
    Brian

    Before reading all this, make sure you download my example
    files at
    http://www.shan-dysigns.com/flash/flashIntro.zip
    That link is further down in my reply, but you may miss it.
    Since you want people to see your flash intro before your
    html page, you will have to rename your existing html page to
    something like homepage.html. When people go to your domain name,
    file names such as index, default (I think there might be a few
    others) will be automatically loaded first. Because of this, your
    flash intro (once placed into an html page) will have to be named
    index.html.
    After creating your flash intro, export it to a swf file. Go
    into DW and create a new html page (you need a container for your
    flash intro). On the menu bar of DW, click Insert, then Media, then
    Flash. You may want to create a table or a div tag before hand in
    order to center the flash file (then you would just insert the
    flash file into that table or div tag).
    if you download my example stuff
    here,
    you will see a flash document, swf file, the index.html page which
    holds the flash intro swf file, a hopepage.html file, and a folder
    DW automatically creates when you insert Flash content. Download
    the zip file and save it in a temp folder somewhere. Go to Windows
    Explorer (assuming you are on a PC), and double click the
    index.html page (I don't know if your browser will ask if it's ok
    to run scripts, but it's just the script from DW allowing the
    flash). You should see the 10 seconds of the flash intro, then you
    will be redirected to the homepage.html file when the intro is
    finished. If you look at the flash document, on the last layer
    where I have the script, there is an absolute path (currently
    commented out), and a relative path. Using the relative path will
    allow you to test this without having to upload to a server. In
    order to test all this on a server, you will need to upload all the
    files and the folder to a server (you may want to create a test
    folder on the server to place these files in). Make sure you change
    the flash document's code to the absolute path and comment out the
    relative one, and make sure to change the domain name to yours,
    export the flash file and upload the new swf along with the other
    files and folder. Then go to yourDomainName.com/test, and you
    should see everything. I don't know how else to explain any of
    this...

  • Problems after last update of Director+Flash Assets

    Hi All
    I posted a question a week or so back about major problems
    with an existing project after I updgraded with the last update.
    Aftre the update Flash buttons no longer fired events and runtime
    errors ocurred when you created 2 sprites from the same cast member
    etc etc.
    I took this up with Support and to my great surprise they
    didn't seem to know anything about it. After a few days I I
    recieved the following reply:
    You have basically updated to the new Flash Asset Xtra and
    all Flash component V2 will not work any longer. I can confirm the
    Flash asset Xtra for Flash 8 doesn't currently support Flash
    components.Unfortunately I don't have any info if this will be
    changed in the future as it looks it has been done on purpose.
    I believe its best option is to replace all components with
    standard buttons or if he has Flash he can create his own buttons
    or movie clips in there and bring them into Director
    This seems to suggest that they no longer support the Flash
    components that are shipped with Director. Great huh?
    I'd be interested to hear what you all think. I think it
    stinks - well that's the polite version!
    David

    reformated and all fine

  • I looked at system.log in the system profiler today and see lots of activity at 2 a.m. when I was fast asleep, should I worry? It seems to reset hostname and mentions frequent transitions for interface, looks weird to me (I'm not a teckie!)

    I looked at system.log in the system profiler today and see lots of activity at 2 a.m. when I was fast asleep, should I worry? It seems to reset hostname and mentions frequent transitions for interface, looks weird to me (I'm not a teckie!)
    This is a section:
    May 12 02:05:10 wendy-drapers-macbook configd[14]: setting hostname to "wendy-drapers-macbook.local"
    May 12 02:05:29 wendy-drapers-macbook kernel[0]: Auth result for: 00:26:44:14:17:a3 MAC AUTH succeeded
    May 12 02:05:29 wendy-drapers-macbook kernel[0]: AirPort: Link Up on en1
    May 12 02:05:29 wendy-drapers-macbook mDNSResponder[16]: Note: Frequent transitions for interface en1 (192.168.1.92); network traffic reduction measures in effect
    May 12 02:05:29 macbook configd[14]: setting hostname to "macbook.lan"
    May 12 02:05:31 macbook mDNSResponder[16]: Note: Frequent transitions for interface en1 (FE80:0000:0000:0000:021E:C2FF:FEB3:1A3E); network traffic reduction measures in effect
    May 12 02:05:34 macbook com.apple.launchd[1] (org.samba.nmbd): Throttling respawn: Will start in 5 seconds

    I've been seeing messages exactly like that (and many, many other kinds) in the Console since the first version of OS X.  They look menacing but are harmless.
    You don't need any kind of security software.
    Just surf the web carefully, pay attention to where you're going and don't install anything that you don't recognize.  If you are asked to enter an admin user name and password, DON'T.  Unless you know for sure that you initiated the installation from a known and reliable source (like Apple).
    Mac malware relies on social engineering.  No amount of security/anti-virus, blah, blah, blah software is going to help.

  • In Flash CS4 a generated html with swf file won't play swf

    Using Flash CS4 and having the Flash plug-in ver 10 on my PC, the generated html file will not play the swf in the browser.
    I noticed that the active-x javascript is now included in the header as well as the javascript portion in the body tag.
    But it won't play.  I get the typical blank window in IE with the "X" in the upper left corner.
    I don't have this problem with Flash CS3.
    Any ideas what may be going on?
    Thank you.

    I am having similar difficulty; mostly I am confused.
    I want to open a flash video file in a frame within a webpage.
    I have generated a Flash CS4 html and swf file. When loaded they play, but they play on a separate, full size web page, not in the frame where I want it.
    I then generated FLV and F4V files but that doesn't work.
    It appears that I need to insert the object and embed tags "for Flash Movies" in the html file.
    Once I do that, do I go back to only putting in the html and swf files and create a link to the html file to bring up the video in the target frame?
    What are the FLV files for?

  • Catalyst: Mouse Pointer looks weird on one monitor

    Hi, i just installed a fresh Arch system (2.6.35-ARCH) and I'm using Xorg (1.9.0) together with the AUR-package "catalyst-test". Now when i start up a desktop environment (i tryd twm and openbox), my mouse pointer looks weird on my right monitor but normal on my left, which is my primary.
    Right Monitor (the square on the left is my mouse pointer)
    When i tryd to make a screenshot of the problem the image just showed me the mouse pointer as its supposed to be, so i had to make this picture with a camera. The mouse pointer is fully functional just its look is broken. I never had this bug before when using the same hardware together with Arch. When I changed my xorg.conf so that my right monitor is the primary one, the mouse pointer looks weird on the left but is okay on the right.
    xorg.conf:
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    Screen "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0"
    EndSection
    Section "Module"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "on"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-1"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    Option "DesktopSetup" "horizontal"
    Option "Capabilities" "0x00000800"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-1"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1600x1200"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-1"
    Device "aticonfig-Device[0]-1"
    Monitor "aticonfig-Monitor[0]-1"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1600x1200"
    EndSubSection
    EndSection
    Last edited by aXyde (2010-10-10 18:34:37)

    Radioactiveman wrote:Please inform yourself before writing these comments.
    Catalyst-test is compatible with xorg-server 1.9, otherwise there would be just a blank screen ...
    I'll keep that in mind, thanx for your helpul comment.

  • [Solved] Firefox looks weird after Upgrade

    Hello (sorry for my poor english)
    After update, firefox looks weird and like a "root-application" without gtk integration:
    Gtk-WARNING **: libpng14.so.14: cannot open shared object file: No such file or directory
    And...
    [***@***** ~]$ pacman -Qm
    adobe-air 2.1-1
    adobe-air-sdk 2.6-1
    aironux 1.7-1
    arch-artwork 0.2.1-6
    beclock 0.16-1
    befaded 0.4a-1
    bug-buddy 2.32.0-1
    chakra-gtk-config 1.7-1
    chromium-libpdf LATEST-5
    clipgrab 3.1.3.0-2
    dee 1.0.0-1
    droid-plasmatheme 0.1-1
    emesene-supported-themes 20111008-1
    evolution-webcal 2.32.0-1
    exaile 0.3.2.2-3
    faelementary-icon-theme 0.10-1
    faenza-icon-theme 1.2-2
    faience-icon-theme 0.3-1
    flashplugin-beta 11.2.202.197-1
    gen-init-cpio 2.6.36-1
    gimp-fourier 0.4.1-1
    gimp-paint-studio 1.5_final-1
    gimp-photoshop-pattern 1.0-1
    gimp-plugin-layerfx 0.1-1
    gimp-resynth-heal-selection 0.16-4
    gimp-ultimate-web-gradients 1-1
    gimpfx-foundry 2.6_1-2
    gnome-mag 0.16.3-1
    gnome-shell-theme-elementary 3.2-1
    gnome-shell-theme-fainece 1-1
    gnome-shell-theme-gaia 20111026-1
    gnome-shell-theme-google 1.5.1-3
    gnome-shell-theme-nord 20111101-3
    gnome-shell-theme-sugar 1.0-1
    gnome-theme-vizard 20110919-1
    gok 2.30.1-1
    gradiator 12.01.5-1
    gsharkdown 0.5.9-1
    gtk-engine-murrine-git 20110711-1
    gtk-engine-unico 1.0.1-2
    gtk-theme-hope 20120109-2
    gtkspell3 2.0.16-4
    gwget 1.0.4-3
    gwibber 3.2.1-4
    hal 0.5.14-7
    hal-info 0.20091130-1
    isotostick 0.1-3
    jclic 0.2.1.0-1
    jdk 7-3
    jogl 1.1.1-7
    jre 7-3
    kcm-qt-graphicssystem 1.3-1
    kdepim-wizards 4.7.4-1
    kdevplatform-git 20110830-1
    kdm-theme-caledonia 0.9-1
    kfaenza-icon-theme 0.8.9-1
    kmozillahelper 0.6.3-2
    ksplash-caledonia 0.9-1
    lib32-nspr 4.8.9-1
    lib32-nss 3.12.11-1
    libreoffice-faenza-mod 0.4-4
    lyrics-plasmoid 0.5-1
    minitube 1.7-1
    mint-z-theme 1.1.4-1
    mozplugger 1.14.4-1
    oxygen-gtk-git 20111112-1
    oxygen-gtk3-git 20111015-1
    oxygen-molecule-theme 3.2-1
    oxygenrefit2-icon-theme 2.5.0-2
    packer 20111022-1
    partitionmanager-svn 1257912-1
    pinta 1.1-1
    plasma-icontasks 0.9.2-1
    plasma-theme-caledonia 0.9.8-1
    plasma-theme-fragile 1.4-1
    plasma-theme-fushigi 0.4.2-1
    plasma-theme-kneda 0.6.4-2
    pmidi 1.6.0-3
    pylast 0.5.4-2
    quanta-git 20110830-1
    quickaccess-plasmoid 0.8.2-2
    rar 4.1.0-1
    rmlint 1.0.8-1
    runescape-client-bin 2:1.2-1
    silc-toolkit 1.1.10-1
    supertuxkart-addons 0.7-6
    tcp_wrappers 7.6-15
    ttf-ms-fonts 2.0-9
    ultimate-gnome-icon-theme 0.5.1-1
    unetbootin-git 20111229-1
    usb-creator 0.2.34-2
    x-get 0.3-3
    xampp 1.7.7-1
    What is the package in conflict?
    Last edited by Mistery159 (2012-02-06 05:29:20)

    jasonwryan wrote:
    What about these?
    gtk-engine-murrine-git 20110711-1
    gtk-engine-unico 1.0.1-2
    gtk-theme-hope 20120109-2
    I upgrade again gtk-engine-unico and that solved the problem.  Thanks.

  • Exit from a Flash App. (not an HTML page)--is there a command()?

    I'm building a multimedia stand-alone *.exe type application
    using Flash. I want to
    have an "Exit" button which goes to an exit Screen (Do you
    really want to Exit? Yes/No)
    Is there an "Exit" function somewhere in the Flash classes?
    Thanks,

    Adobe Livedocs:
    "fscommand () function
    public function fscommand(command:String, args:String =
    ""):void
    Language Version : ActionScript 3.0
    Player Version : Flash Player 9"
    Doesn't look like they are fazing it out to me. Didn't see
    anything about it being depreciated.
    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/

  • Disabling flash display in Air HTML Component

    Hi,
    in my AIR application, I use an HTML Component in its own
    sort of frame or container that has a viewing size that is smaller
    than the web page itself. Next to it is a panel with many controls
    in it. When a website with flash components (e.g. flash banners) is
    displayed, the flash components in the HTML Component overlap the
    control panel even though it's underneath in another container. Is
    there a way to disable showing Flash in an HTML Component or
    another way to make sure everything in an HTML Component stays on
    its own layer?
    Thanks for any help!

    Hi,
    I don't think the problem is because the URL is pointing to a
    JSP. I think the problem might be with the JavaScript which is
    trying to do operations which are not allowed. Please find more
    details at the URL below.
    http://livedocs.adobe.com/flex/3/html/dg_part_7_1.html
    Hope this helps.

  • How do I stop Flash assets being transcoded?

    Now that there's no DL between Premiere CC and Encore CS6 how do I get Flash assets into Encore without them being retranscoded?
    I can get Encore to not transcode DVD and Blu-ray assets that I've created and exported from Premiere, but not Flash ones.
    Obviously I don't want to recompress a compressed F4V file.
    If there's no way of telling Encore not to transcode it, what's the best format for exporting 1280 x 720 assets from Premiere CC that originated in a 1920x1080i sequence?
    Thanks!
    Mark

    Hi Stan,
    I've tried my best to see if I can get Encore not to transcode a flash file, but I think that, since there's no flash preset (unlike the DVD and Blu-ray presets), I just can't fool it.
    However, here's my workaround: I output the flash file any old way: using the DVD or Blu-ray assets, whatever. And then in the output directory it creates I can replace its created assets (in the sources folder) with my own simply by renaming and replacing my own encoded assets with the ones Encore created for me. There's a visible quality improvement doing it this way, and no unnecessary re-encoding.
    Of course this is all a bit old-hat anyhow as we'll be doing it the HTML5 way with some Edge program or another any minute now! But for the moment....
    Thanks for your help and suggestions!
    Cheers
    Mark

  • After installing Solid Edge ST6, fonts on IE (like facebook) looks weird.

    Hi
    After installing a Educational copy of Solid Edge 6, fonts look weird. It has happened before and I then I uninstalled Solid Edge and the problem was gone. Right now I have to use it for school work and kinda hate browsing facebook and other pages that the
    font looks messed up. They look like are pushed from the sides and look kinda thin. Weirdly pages like YouTube and Google look alright. It is not the browsers fault, because the problem is on Chrome aswell. 
    If needed, the laptop is a HP ProBook 470 G0, running windows 8 pro.
    Thanks.

    Hi,
    Check if this helps?
    IE\Tools\Internet Options\General, under the "Apperance"\"Fonts" change the Font settings.
    As
    Milos Puchta mentioned, it's better to contact Siemens support for this issue also happens on  Chrome.
    Yolanda Zhu
    TechNet Community Support

Maybe you are looking for

  • TBDL messages in IE

    Hi All, How to delete or cancel TBDL messages in Integration Engine (IE).I deleted all the workitem for the corresponding TBDL messages still I can see few messages in TBDL in Message monitoring . Please suggest what to do to delete at database level

  • Scxi 1520 excitation current specs?

    In p. A-3 of the scxi 1520 manual, for the excitation specs there, it says: "Max. operating current in all ranges - 29 mA" Is this for the whole SCXI 1520 or just for each channel? Because I need for each channel 5V with 1.6 mA supply. That means for

  • Webutil in forms10g

    hi, when i run a form developped with forms10+oracle10g in windows xp i have this message oracle.forms.webutil.file Transfer.fileTransfer bean not found also, i have modify webutil.cfg to enable the transfer

  • Unable to load the BI Urls In obiee11g...

    Hi All, When I try open console & EM And Analytic pages in OBIEE11g showing like this This is Page Can't Displayed.before all pages working. [http://i50.tinypic.com/vx2685.png] In Unix Level All services Is Running And Restart the BI Also But No luck

  • Mass UD and result recording in QM

    Hi, please suggest a method how mass result recording and usage decisions can be given in QM, also kindly advice the table for UD and RR. thanx,