Flash not showing up in HTML - Urgent

I have a simple SWF that displays perfectly fine in the
Macromedia Flash preview browser, but when I try to display it in
any HTML format it doesn't work. I'm clueless. The project needs to
be done within the next few days and I'm afraid I won't be able to
finish.
Here's the URL:
http://exsp.net/Images/Redesign_smooth/test2.php
The FLA.:http://exsp.net/Images/Redesign_smooth/test.fla
Here's the PHP code I'm loading from:
<?php
$numads=3;
$bigheading[0] = "Prescision Speed With Dave Dawson";
$bigheading[2] = "The new Marques Colston Stat Tracker";
$bigheading[1] = "Check out the new ESP Points program";
$subhead[0] = "A brand new class from ESP";
$subhead[1] = "Win an Xbox 360 or iPod just by helping us
out";
$subhead[2] = "Colston's stats all in one place";
$linkurl[0] = "
http://www.exsp.net";
$linkurl[1] = "
http://www.exsp.net";
$linkurl[2] = "
http://www.exsp.net";
$linktext[0] = "Visit this story";
$linktext[1] = "Learn more";
$linktext[2] = "Check it out";
$img[0] = "/ad_dawson.jpg";
$img[1] = "/ad_generic.jpg";
$img[2] = "/ad_marques.jpg";
for($x=0;$x<$numads;$x++) {
echo
"&bigheading".$x."=".$bigheading[$x]."&subhead".$x."=".$subhead[$x]."&linkurl".$x."=".$li nkurl[$x]."&linktext".$x."=".$linktext[$x]."&img".$x."=".$img[$x];
?>
I sure hope someone knows what's wrong!

quote:
Originally posted by:
yachts99
Just had a quick look at the.php link you gave. I'm using
Safari on a Mac and the browser reported two errors (Not Found)when
loading the page:
1.)
http://exsp.net/Images/Redesign_smooth/undefined
2.)
http://www.exsp.net/crossdomain.xml
Hopefully this will give a you a strting point for error
checking.
I think it might be having trouble loading the PHP file for
some reason? Just so strange cause it works fine in preview. Thanks
for the help though.

Similar Messages

  • Flash not showing up in DW Template

    I have a DW template page that contains a flash element at
    the top and when I apply it to my pages and upload the pages the
    flash is missing. I thought it was a problem with where the swf
    resided, but I've put the swf file in the images folder, I put it
    in it's own swf directory and now it's in the same directory as the
    temp. Still not showing up. I'm using CS3. Anyone have any
    suggestions?
    Here is one of the pages...
    http://www.nlf.com/osprey/html/services_overview.html
    Thanks

    Remove your Flash from that page. Then reinsert it, and when
    you do, make
    the link to the Flash file ROOT RELATIVE.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ich_kann_schnell_laufen"
    <[email protected]> wrote in message
    news:g26rau$2un$[email protected]..
    >I have a DW template page that contains a flash element
    at the top and when
    >I
    > apply it to my pages and upload the pages the flash is
    missing. I thought
    > it
    > was a problem with where the swf resided, but I've put
    the swf file in the
    > images folder, I put it in it's own swf directory and
    now it's in the same
    > directory as the temp. Still not showing up. I'm using
    CS3. Anyone have
    > any
    > suggestions?
    >
    > Here is one of the pages...
    >
    >
    http://www.nlf.com/osprey/html/services_overview.html
    >
    > Thanks
    >

  • Xml menu not showing in published html

    Hi all my problem is that when iam trying to publish an flash
    project containing a dynamic xml menu as html file ,the menu is not
    showing although it is showing in the accompannying swf file,any
    body knows the problem??

    There is not enough here to know what you are doing.
    Flash reads XML fine. You can then use that XML inside of
    Flash to create menus (or any UI thing) using Flash objects such as
    MovieClips and TextFields.
    You will not be able to create HTML based menus as Flash does
    not handle more than a few HTML tags via the TextField object.

  • Flash not showing up online

    I have inserted a flash file but it's not showing up online.
    First time doing this so I must of missed something.
    http://www.seabuilt.com/new/demo.php
    Here is my code:
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Seabuilt - Access Plate Systems</title>
    <style type="text/css">
    <!--
    body {
    background-image: url(images/index_ext.jpg);
    background-repeat: repeat-x;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #365023;
    -->
    </style>
    <link href="_css/styles.css" rel="stylesheet"
    type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
    i<a.length; i++)
    if (a
    .indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
    var p,i,x; if(!d) d=document;
    if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    if(!(x=d[n])&&d.all) x=d.all[n]; for
    (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    x=MM_findObj(n,d.layers
    .document);
    if(!x && d.getElementById) x=d.getElementById(n);
    return x;
    function MM_swapImage() { //v3.0
    var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array; for(i=0;i<(a.length-2);i+=3)
    if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <style type="text/css">
    <!--
    -->
    </style>
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    </head>
    <body
    onload="MM_preloadImages('images/internal_topnav_roll_03.jpg','images/internal_topnav_rol l_04.jpg','images/internal_topnav_roll_05.jpg','images/internal_nav_roll_02.jpg','images/i nternal_nav_03.jpg','images/internal_nav_roll_06.jpg','images/internal_nav_roll_03.jpg','i mages/internal_nav_roll_04.jpg','images/internal_nav_roll_05.jpg')">
    <div align="center">
    <table id="Table_01" width="820" height="830" border="0"
    cellpadding="0" cellspacing="0">
    <tr>
    <td rowspan="6"><img src="images/internal_01.jpg"
    width="29" height="830" alt="" /></td>
    <td colspan="2"><a href="index.php"><img
    src="images/internal_topnav_01.jpg" alt="SeaBuilt Logo" width="427"
    height="78" border="0" align="left" /></a><img
    src="images/internal_topnav_02.jpg" width="121" height="39" alt=""
    /><?php include('_includes/include_inttopnav.php');
    ?><br />
    <img src="images/internal_topnav_06.jpg" width="337"
    height="39" alt="" /></td>
    <td rowspan="6"><img src="images/internal_03.jpg"
    width="27" height="830" alt="" /></td>
    </tr>
    <tr>
    <td colspan="2"><img
    src="images/internal_header_demo.jpg" width="764" height="86"
    alt="Access Plate Demo" /></td>
    </tr>
    <tr>
    <td colspan="2"><img
    src="images/internal_nav_01.jpg" width="38" height="49" alt=""
    /><?php include('_includes/include_intnav.php'); ?><img
    src="images/internal_nav_07.jpg" width="39" height="49" alt=""
    /></td>
    </tr>
    <tr>
    <td width="203" valign="top"
    background="images/sidebar_ext.jpg" bgcolor="#E6E6E6"><a
    href="demo.php"><img src="images/internal_main_03.jpg"
    alt="access plate demo" width="203" height="99" border="0"
    /></a><br />
    <div id="sidecontact">
    <p><span class="style2">Contact
    Us</span><br />
    Phone: (360) 756-0495 <br />
    Fax: (360) 395-7959 <br />
    E-mail: <a
    href="mailto:[email protected]">[email protected] <br
    /></a>Hours: M-F 8:00am - 4:30pm <br />
    PO Box 31218 <br />
    Bellingham, WA 98228 </p>
    <p>Patent No. 5,481,790<br />
    </p>
    </div>
    </td>
    <td width="561" height="510" valign="top"
    bgcolor="#FFFFFF"><div id="intmaintext">
    <h1 class="style6">
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','480','height','360','src','_flash/demo','quality','high','pluginspage','http://www.ma cromedia.com/go/getflashplayer','movie','_flash/demo'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    width="480" height="360">
    <param name="movie" value="_flash/demo.swf" />
    <param name="quality" value="high" />
    <embed src="_flash/demo.swf" quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="480"
    height="360"></embed>
    </object></noscript>
    </h1>
    </div></td>
    </tr>
    <tr>
    <?php include('_includes/include_footer.php'); ?>
    </tr>
    </table>
    </div>
    </body>
    </html>

    Hi.
    Have you upload the Scripts folder?
    "redstonegirl" <[email protected]>
    escribió en el mensaje
    news:[email protected]...
    >I have inserted a flash file but it's not showing up
    online. First time
    >doing
    > this so I must of missed something.
    >
    >
    http://www.seabuilt.com/new/demo.php
    >
    > Here is my code:
    >
    > <!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">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    > <title>Seabuilt - Access Plate
    Systems</title>
    > <style type="text/css">
    > <!--
    > body {
    > background-image: url(images/index_ext.jpg);
    > background-repeat: repeat-x;
    > margin-left: 0px;
    > margin-top: 0px;
    > margin-right: 0px;
    > margin-bottom: 0px;
    > background-color: #365023;
    > }
    > -->
    > </style>
    > <link href="_css/styles.css" rel="stylesheet"
    type="text/css" />
    > <script type="text/javascript">
    > <!--
    > function MM_preloadImages() { //v3.0
    > var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    > var i,j=d.MM_p.length,a=MM_preloadImages.arguments;
    for(i=0;
    > i<a.length;
    > i++)
    > if (a
    .indexOf("#")!=0){ d.MM_p[j]=new Image;
    > d.MM_p[j++].src=a;}}
    > }
    >
    > function MM_swapImgRestore() { //v3.0
    > var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&x.oSrc;i++)
    > x.src=x.oSrc;
    > }
    >
    > function MM_findObj(n, d) { //v4.01
    > var p,i,x; if(!d) d=document;
    >
    if((p=n.indexOf("?"))>0&&parent.frames.length) {
    > d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    > if(!(x=d[n])&&d.all) x=d.all[n]; for
    (i=0;!x&&i<d.forms.length;i++)
    > x=d.forms[n];
    >
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    > x=MM_findObj(n,d.layers
    .document);
    > if(!x && d.getElementById)
    x=d.getElementById(n); return x;
    > }
    >
    > function MM_swapImage() { //v3.0
    > var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array;
    > for(i=0;i<(a.length-2);i+=3)
    > if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc)
    > x.oSrc=x.src; x.src=a[i+2];}
    > }
    > //-->
    > </script>
    > <style type="text/css">
    > <!--
    > -->
    > </style>
    > <script src="Scripts/AC_RunActiveContent.js"
    > type="text/javascript"></script>
    > </head>
    >
    > <body
    >
    onload="MM_preloadImages('images/internal_topnav_roll_03.jpg','images/internal_t
    >
    opnav_roll_04.jpg','images/internal_topnav_roll_05.jpg','images/internal_nav_rol
    >
    l_02.jpg','images/internal_nav_03.jpg','images/internal_nav_roll_06.jpg','images
    >
    /internal_nav_roll_03.jpg','images/internal_nav_roll_04.jpg','images/internal_na
    > v_roll_05.jpg')">
    > <div align="center">
    > <table id="Table_01" width="820" height="830"
    border="0" cellpadding="0"
    > cellspacing="0">
    > <tr>
    > <td rowspan="6"><img
    src="images/internal_01.jpg" width="29"
    > height="830" alt="" /></td>
    > <td colspan="2"><a href="index.php"><img
    > src="images/internal_topnav_01.jpg" alt="SeaBuilt Logo"
    width="427"
    > height="78"
    > border="0" align="left" /></a><img
    src="images/internal_topnav_02.jpg"
    > width="121" height="39" alt="" /><?php
    > include('_includes/include_inttopnav.php'); ?><br
    />
    > <img src="images/internal_topnav_06.jpg" width="337"
    height="39"
    > alt=""
    > /></td>
    > <td rowspan="6"><img
    src="images/internal_03.jpg" width="27"
    > height="830" alt="" /></td>
    > </tr>
    > <tr>
    > <td colspan="2"><img
    src="images/internal_header_demo.jpg"
    > width="764"
    > height="86" alt="Access Plate Demo" /></td>
    > </tr>
    > <tr>
    > <td colspan="2"><img
    src="images/internal_nav_01.jpg" width="38"
    > height="49" alt="" /><?php
    include('_includes/include_intnav.php'); ?><img
    > src="images/internal_nav_07.jpg" width="39" height="49"
    alt="" /></td>
    > </tr>
    > <tr>
    > <td width="203" valign="top"
    background="images/sidebar_ext.jpg"
    > bgcolor="#E6E6E6"><a href="demo.php"><img
    > src="images/internal_main_03.jpg"
    > alt="access plate demo" width="203" height="99"
    border="0" /></a><br />
    > <div id="sidecontact">
    > <p><span class="style2">Contact
    Us</span><br />
    > Phone: (360) 756-0495 <br />
    > Fax: (360) 395-7959 <br />
    > E-mail: <a
    href="mailto:[email protected]">[email protected] <br
    > /></a>Hours: M-F 8:00am - 4:30pm <br />
    > PO Box 31218 <br />
    > Bellingham, WA 98228 </p>
    > <p>Patent No. 5,481,790<br />
    > </p>
    > </div>
    > </td>
    > <td width="561" height="510" valign="top"
    bgcolor="#FFFFFF"><div
    > id="intmaintext">
    > <h1 class="style6">
    > <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=7,0,19,0','width','480','height','360','src','_flash/demo','quality','hi
    > gh','pluginspage','
    http://www.macromedia.com/go/getflashplayer','movie','_flash/
    > demo' ); //end AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=7,0,19,0" width="480" height="360">
    > <param name="movie" value="_flash/demo.swf" />
    > <param name="quality" value="high" />
    > <embed src="_flash/demo.swf" quality="high"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash" width="480"
    height="360"></embed>
    > </object></noscript>
    > </h1>
    > </div></td>
    > </tr>
    > <tr>
    > <?php include('_includes/include_footer.php'); ?>
    > </tr>
    > </table>
    > </div>
    > </body>
    > </html>
    >
    >
    >

  • New IE object fix makes flash not show in other browsers

    I have a page containing a flash movie. When I open the html
    page in Dreamweaver, it gives me a message saying 'this page
    contains <object> tags that may not work properly in the most
    recent versions of Internet Explorer. To correct this problem, you
    can convert these tags to browser-safe scripts. Do you want
    Dreamweaver to convert these tags for you?
    However, when I do this, my flash movie does not show up in
    my browsers (mac Firefox and/or Safari).
    What do I need to do to correct this?

    If you had js errors turned on in your IE, then when you
    opened this first
    link, you would see an error on line 16, stating "Object
    expected". This
    means that IE is not finding your referenced function -
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http
    on the page. This happens because this file -
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    has not been uploaded. Please upload the Scripts folder and
    you will see
    things begin to work.
    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
    ==================
    "Jonibean" <[email protected]> wrote in
    message
    news:elv77f$di1$[email protected]..
    > Sure, the page is at:
    >
    >
    http://www.amandaforsyth.com/dynamictest2.html
    >
    > The regular code (that flash creates) is at:
    >
    >
    http://www.amandaforsyth.com/dynamictest.html,
    which works fine.

  • Image not showing up in HTML page

    I am running tomcat and in WEB-INF I have a simple HTML page that has is trying to show an image, but it doesn't show up.
    Under WEB-INF I have:
    mypage.html
    images/logo.png
    <html>
    <head>
    <link REL="SHORTCUT ICON" HREF="images/logo.png">
    </head>
    <body>
        <img src="images/logo.png">Hello World!
    </body>
    </html>The image does not show up when I try and view it from tomcat (i.e. http://localhost:8080/mypage.html)
    But it does show up if I just open up the HTML file with IE or Firefox.
    Any ideas what I am missing?

    The page is invoked via a Servlet Filter. So I have mapped in my web.xml:
    <error-page>
    <error-code>401</error-code>
    <location>foo.html</location>
    </error-page>
    In my servlet filter I have something like:
    HttpServletResponse response = (HttpServletResponse) resp;
    response.sendError(HttpServletResponse.SC_UNAUTHORIZED);..i have to check tomorrow when i am with the server again to see what the direct URL is to the image. Theoretically I'd assume:
    http://localhost/myapp/images/logo.png
    have to double check though

  • Flash not showing up

    First of all thank you in advance whomever may help me.
    Here's my issue:
    I am currently working on this site
    FiveStarTrumpet and I
    have a flash object at the very top of the page that will not show
    up. I have went and checked the page source and it's there but not
    at the same time. So I copied the page source and pasted it into a
    blank page in DW, just to see if maybe the server added some junk
    somewhere that I couldn't see and it shows up fine in DW. I have
    never had this issue before and am baffled by it. It's not even
    showing a broken link or anything on the page itself. I used
    FireFox 2.0.0.1 and IE 6.0 and it didn't show up in either. I'm
    still on WinXP so I have not changed any settings as far as the OS
    is concerned either. If any more info is needed please let me know.
    Thanks,
    James

    This is how DW8.0.2 inserts Flash to get around the EOLAS
    changes in IE. If
    you read through the entire code, you'd understand what is
    happening. Your
    changes will reverse all of this. Not desirable....
    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
    ==================
    "envision3d" <[email protected]> wrote in
    message
    news:ergrih$6tr$[email protected]..
    >I just noticed something. Your have your flash with
    <noscript> tags, which
    >only shows when a user doesn't have javascript enabled.
    try removing the
    ><noscript> tags from around the swf.

  • After loading, why does adobe flash not show up in add on manager - using firefox 5.0

    Loaded adobe flash 10.3.181.34 and it worked fine. However, it does not show up in Firefox add-on manager - using Firefox version 5.0. Running win xp pro sp-3

    shows up as shockwave not flash

  • Why do views not show up in HTML DB?

    All,
    When I create a new view with SQL/Plus why doesn't it show up in HTML DB? Views that were created previously (before install of HTML DB) are visable.
    Thanks

    Just FYI, I had a problem with views not showing up when using the wizards. Reported the problem and was told it was a bug. Workaround was to create my pages from scratch and explicitly reference the tables instead of the views.
    Although HTML DB could handle some views, views that were based upon other views or where there were several layers of views seem to give HTML DB a problem.

  • Flash not showing in SAFARI only??

    Flash swfs showed up fine in both explorer and safari, until
    I installed Flash 8 Pro, which prompted me to upgrade to Flash
    Player 9. After that, no swf content would show in Safari, even
    local files. They still show in explorer though.
    I uninstalled all my old players using the uninstall program,
    which deleted all flash plugins from library/internet plugins. Then
    reinstalled Flash Player 9, and still no luck. I also uninstalled
    again, and reinstalled Flash Player 8 which is the last known
    working player I had, and it's still broken. In Safari's activity
    window, it doesn't show any error or any swf downloaded. It's just
    missing alltogether.
    any help?!??!?!

    Well i tried a couple of sites and none of them are showing
    flash at all!!! On our intranet setup as well the problem persists.
    None of the flash objects load in the browser. Tried on IE but no
    luck.
    Although if you just load a html page directly in browser
    without using the web server, the flash shows fine.
    If anyone knows what the issue is then please do post a
    reply.
    Thanks!

  • I've downloaded itunes on my computer, but the iTunes store does not show up and HTML and the links do not work?

    I've successfully downloaded iTunes to my PC.  Every function appears to work, however when accessing iTunes store it does not come up in HTML format and when I click a link it times out.

    Hi Augstiner57, I have the same problem.  Did you figure it out?  Mine seems to have happened after I updated Apple TV. Now it doesn't recognize my Home Sharing even though on my MacBook is it turned on.
    I am running an old OS  though (Leopard) so  I am wondering if I need to upgrade.

  • Flash not showing

    Hi there,
    I am using swf files for headers on my website. All has worked well until tonight. If I clear my browsing history in IE then go to my website, the swf does not show on the index page (index page only thus far).  If you refresh the browser the file loads fine. The only thing I have changed is I added some css for a navigation bar, which I would not think would effect the swf.  You can look at the site at http://auburnillinois.us
    Any ideas?
    Thanks
    Chris

    Found another issue.. I loaded accuweather to the site. If I remove the accuweather, the header loads fine. If I add the weather back, the header does not work.  Here is my code for the weather.
    <div style='width: 120px; height: 60px; background-image: url( http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/blue_120x60_bg.jpg ); background-repeat: no-repeat; background-color: #346797;' >
      <div id='NetweatherContainer' style='height: 48px;' >
        <script src='http://netweather.accuweather.com/adcbin/netweather_v2/netweatherV2ex.asp?partner=netweath er&tStyle=whteYell&logo=0&zipcode=62615&lang=eng&size=7&theme=blue&metric=0&target=_self'></script>
      </div>
      <div style='text-align: center; font-family: arial, helvetica, verdana, sans-serif; font-size: 10px; line-height: 12px; color: #FFFFFF;' ><a style='color: #FFFFFF' href='http://www.accuweather.com/us/IL/AUBURN/62615/city-weather-forecast.asp?partner=netweather &traveler=0' >Weather Forecast</a></div>
    </div>
    Does this help?
    Thanks
    Chris

  • Flash animation not showing up on HTML page

    I just created a test page for my flash animation, but all I
    get is a blank white page. Check it out here:
    http://www.inspired-evolution.com/Flash/test.html
    I am adding the flash via dreamweaver CS3 under
    insert>>media>>flash
    the code being produced is this:
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','720','height','73','title','IE
    Intro','src','IE_intro','quality','high','pluginspage','
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','IE_intro'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="720" height="73" title="IE Intro">
    <param name="movie" value="IE_intro.swf" />
    <param name="quality" value="high" />
    <embed src="IE_intro.swf" quality="high" pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="720"
    height="73"></embed>
    </object></noscript>
    and the html file and swf are in the same directory and both
    uploaded on the server.

    hello, i haven't' any idea why isn't show
    tip:
    read this

  • Flash not showing up in browser

    I have a weird question that doesn't pertain to the actual
    macromedia software. I created a flash banner ad for this website,
    www.metrictv.com. So far when I view this movie it appears fine on
    most of the systems and browsers I try it on. However, for some odd
    reason it doesn't appear on my (fairly new and very up to date)
    computer at home nor my parents which is a Dell that is not even a
    year old.
    Here is the kicker. The flash movie on the left hand side of
    the metrictv.com page shows up on both systems??? the flash movies
    on the right hand side of the same page doesn't. What in the world
    is going on? I checked to make sure I have the Flash 8 plug-in
    installed on both systems and it is installed. I am dumb founded
    because I have tried viewing the page in IE and Mozilla and still
    doesn't show up. Is there some system security setting I need to
    turn off... like something that only allows one flash animation to
    show at a time.
    Please help because this is driving me crazy. Thanks in
    advance.

    jtousignant,
    > Here is the kicker. The flash movie on the left hand
    > side of the metrictv.com page shows up on both
    > systems??? the flash movies on the right hand side of
    > the same page doesn't. What in the world is going on?
    Here's your problem.
    <embed
    src="file:///C|/Documents%20and%20Settings/Steven.STEVE/Desktop/coming.swf"
    quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="100"
    height="80">
    The only one in the world who can view content on
    Steven.STEVE's Desktop
    is Steven.STEVE.
    Make sure you supply the same URL to both the object param
    and embed
    HTML elements. Curious, too, if you realize that some of your
    SWFs are
    loaded from metrictv.net rather than metrictv.com?
    David
    stiller (at) quip (dot) net
    Dev essays:
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Flash not showing up in browsers

    Hello. I have been studying this problem in various threads
    online and have not found a solution that works for me yet. I am
    using Flash and Dreamweaver from Adobe's CS3 Web Premium package
    (on a Mac G5 PowerPC if that matters) and have inserted the .swf
    file into my Dreamweaver document. It previews fine locally, but
    when posted online will not appear in any browser. I have posted
    all of the accompanying files: AC_RunActiveContent.js,
    ResearchImages.swf, ResearchImages.swd and have verified their
    existence on the server. I pasted the code for the flash portion
    alone in a file called ResearchImages.html which shows up just
    fine. The same code embedded in my index.htm or index.html files
    will not display, however. Below are some details that might be
    helpful. Thanks in advance for any help you can give me. =)
    Website and page not displaying flash file:
    http://www.biochem.utah.edu/shaw/index.htm
    Same flash file which appears by itself just fine (images
    change every 10 seconds):
    http://www.biochem.utah.edu/shaw/images/flash/ResearchImages.html
    Code for flash portion attached.

    Oh! Just found the "Scripts" directory created by DW and
    posted it. Everything works fine now. Thank you, "Mad Dog," for
    your reply to another similar post.

Maybe you are looking for

  • Who can help me with my ORDER?!

    I had made an online order for my iphone 5s on 11/15 online. It showed that will be delivery by 11/19. I  had recived the email with conformation # as quickly, but it always show "being processed, check it back tomorrow" in my order status. I have ch

  • JDBC to RFC synchronous scenario (Urgent).

    Dear forum, My requirement is data is populated in oracle data base.we are fecthing the data from database through XI and sending it to R/3. RFC is sending the response (suceess/failure) to XI. And XI is updating the status message into database. For

  • Browsing for layered PSD & TIFF files

    I have a folder with about 700 Photoshop and TIFF files. I want to browse quickly through the whole group and find those files that have layers. I have looked in Bridge and in Lightroom. Neither of those shows the number of layers in a file. I rememb

  • HT4972 is there a way to tell which computer an ipad syncs with?

    I have tried to sync and update my ipad on my family's 3 different mac's, and i get a dialog box on each saying to sync with the computer you normally sync with.  i am pretty sure it is one of these three mac's.  Is there any way to tell which comput

  • Import keywords from database

    I have found the parent XML file that contains my keywords (Adobe Bridge Keywords.XML). Is it possible to add additional files that contain keywords (eg. Adobe Keywords 2.xml) without affecting the existing lists of keywords? I have found the ability