AC_FL_RunContent issue

My website http://www.libertychesapeakes.com/Libertychesapeakevideos.html runs my flash video in the preview but once i uploaded to my hosting account it said AC_FL_RunContent is not defined ?

The path to the .js file is wrong.... from your code:
<script src="../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
So from this location, go up two folder levels and then into the "Script" folder.
Problem is:
http://www.libertychesapeakes.com/Libertychesapeakevideos.html
is a root level file... so you can't go up two folder levels. You probably meant
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
... removing those two "../../" Now the browser just goes to the "Scripts" subfolder to get the .js file.
Best wishes,
Adninjastrator

Similar Messages

  • Flash in DW CS3 template issues

    I have created a template which contains a Flash header at
    the top. After creating new pages using the template, some of the
    pages are not loading the Flash movie for some reason. The index
    page does, but none of the others.The Flash does not reside in an
    editable region, so why would it not load in any of the pages. Here
    is the project in question:
    http://uniquecreationsdesign.com/spiritlife/
    I have just started creating the pages from the template and
    linking them up. As it is right now there are only the first two
    links, but already having the issue and I don't want to continue
    until I can get this issue sorted out. The strange thing about this
    problem is that from DW, if I view the pages in question locally
    there is nothing at the top, no Flash at all. Once uploaded to the
    server and viewed remotely I see the Flash container but no movie
    loads.
    Any help here? I greatly appreciate in advance and light you
    can shed on this issue.

    Make the link to the Flash file a ROOT relative link in the
    Template. Do
    that by changing this -
    AC_FL_RunContent(
    'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','780','height','200','src','spirit_life_header','quality','high','pluginspage','http:/ /www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','sp irit_life_header'
    ); //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="780" height="200">
    <param name="movie" value="spirit_life_header.swf" />
    <param name="quality" value="high" />
    <embed src="spirit_life_header.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="780"
    height="200"></embed>
    </object>
    </noscript>
    to this -
    AC_FL_RunContent(
    'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','780','height','200','src','/spirit_life_header','quality','high','pluginspage','http: //www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','/ spirit_life_header'
    ); //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="780" height="200">
    <param name="movie" value="/spirit_life_header.swf" />
    <param name="quality" value="high" />
    <embed src="/spirit_life_header.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="780"
    height="200"></embed>
    </object>
    </noscript>
    Then make sure that a) the file 'spirit_life_header.swf' is
    IN THE ROOT
    FOLDER.
    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
    ==================
    "UniqueCreations" <[email protected]> wrote
    in message
    news:[email protected]...
    >I have created a template which contains a Flash header
    at the top. After
    > creating new pages using the template, some of the pages
    are not loading
    > the
    > Flash movie for some reason. The index page does, but
    none of the
    > others.The
    > Flash does not reside in an editable region, so why
    would it not load in
    > any of
    > the pages. Here is the project in question:
    >
    http://uniquecreationsdesign.com/spiritlife/
    >
    > I have just started creating the pages from the template
    and linking them
    > up.
    > As it is right now there are only the first two links,
    but already having
    > the
    > issue and I don't want to continue until I can get this
    issue sorted out.
    > The
    > strange thing about this problem is that from DW, if I
    view the pages in
    > question locally there is nothing at the top, no Flash
    at all. Once
    > uploaded to
    > the server and viewed remotely I see the Flash container
    but no movie
    > loads.
    >
    > Any help here? I greatly appreciate in advance and light
    you can shed on
    > this
    > issue.
    >

  • Flash Issue in DW CS3

    Hello - I've recently upgraded to CS3 and seem to be having
    issues with
    inserted Flash files not appearing when I preview them on my
    local
    system as well as the hosting server. The Script folder and
    .js file are
    generated as should be, but the Flash insert does not appear
    in IE7 or
    FireFox. I simply generates a blank space. I've reinstalled
    CS3,
    reinserted the files, etc but nothing fixes the issue.
    Here is the code from my page:
    <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','673','height','195','src','../Flash/Header','quality','high','pluginspage','http://ww w.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../Fl ash/Header'
    ); //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="673" height="195">
    <param name="movie" value="../Flash/Header.swf">
    <param name="quality" value="high">
    <embed src="../Flash/Header.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="673"
    height="195"></embed>
    </object></noscript>
    Any help would be appreciated.
    Thank you,
    Steve Miller

    Upload the page and post a link, please.
    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
    ==================
    "Steve Miller" <[email protected]> wrote in message
    news:f97m6k$o3a$[email protected]..
    > Hello - I've recently upgraded to CS3 and seem to be
    having issues with
    > inserted Flash files not appearing when I preview them
    on my local system
    > as well as the hosting server. The Script folder and .js
    file are
    > generated as should be, but the Flash insert does not
    appear in IE7 or
    > FireFox. I simply generates a blank space. I've
    reinstalled CS3,
    > reinserted the files, etc but nothing fixes the issue.
    >
    > Here is the code from my page:
    >
    > <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','673','height','195','src','../Flash/Header','quality','high','pluginspage','http://ww w.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../Fl ash/Header'
    > ); //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="673" height="195">
    > <param name="movie" value="../Flash/Header.swf">
    > <param name="quality" value="high">
    > <embed src="../Flash/Header.swf" quality="high"
    > pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    > type="application/x-shockwave-flash" width="673"
    height="195"></embed>
    > </object></noscript>
    >
    > Any help would be appreciated.
    >
    > Thank you,
    > Steve Miller
    >

  • Issues with Flasvars in IE vs FF

    Code works great in FF but not IE. Happened once I put the
    php fields in. Any help?
    AC_FL_RunContent(
    "src", "playerProductInstall",
    "FlashVars",
    "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"" ,
    "width", "400",
    "height", "300",
    "align", "middle",
    "id", "PurePlayer",
    "quality", "high",
    "bgcolor", "#ffffff",
    "name", "PurePlayer",
    "allowScriptAccess","sameDomain",
    "allowFullScreen","true",
    "type", "application/x-shockwave-flash",
    "pluginspage", "
    http://www.adobe.com/go/getflashplayer"
    } else if (hasRequestedVersion) {
    // if we've detected an acceptable version
    // embed the Flash Content SWF when all tests are passed
    AC_FL_RunContent(
    "name", "PurePlayer",
    "src", "PurePlayer",
    "width", "400",
    "height", "300",
    "id", "PurePlayer",
    "flashvars","panorama=<?php echo $row_rs_tour['vtlink'];
    ?>",
    "allowFullScreen","true",
    "allowScriptAccess","sameDomain",
    "type", "application/x-shockwave-flash",
    "pluginspage", "
    http://www.adobe.com/go/getflashplayer"
    } else { // flash is too old or we can't detect the plugin
    var alternateContent = '<font color="#BB0000">Your
    Flash Player has to be updated.'
    + ' This content requires the Adobe Flash
    Player.</font> '
    + '<a href=http://www.adobe.com/go/getflash/>Get
    Flash</a>';
    document.write(alternateContent); // insert non-flash
    content
    // -->
    </script>
    <noscript>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    id="PurePlayer" width="400" height="300"
    codebase="
    http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab#version=9,0,0,0">
    <param name="movie" value="PurePlayer.swf" />
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="true" />
    <param name="flashvars" value="panorama=<?php echo
    $row_rs_tour['vtlink'];?>" />
    <embed src="PurePlayer.swf"
    width="400" height="300" name="PurePlayer" align="middle"
    play="true"
    loop="false"
    quality="high"
    allowscriptaccess="sameDomain"
    allowfullscreen="true"
    type="application/x-shockwave-flash"
    flashvars="panorama='<?php echo $row_rs_tour['vtlink'];
    ?>'"
    pluginspage="
    http://www.adobe.com/go/getflashplayer">
    </embed>
    </object>

    I have received feedback from Parallels and have a resolution for this issue.
    1. Uninstall and re install Parallels Tools.
    2. Change Direct X setting to Direct X 9.
    3. Disable Vertical Synchronization.
    4. Increase Video memory from 256 to 512 GB.
    5. Restarted Windows and check the resolution.
    After preforming these steps, the correct video driver is installed and I am no longer experiencing the video issues any longer.
    Thanks,
    Tony
    Tony Ferrari

  • Dreamweaver CS4 display issue

    Hi all
    I have a really weird problem and it only seems to affect certain pages I create but when I go into design view when looking to edit a page, some of the page doesn't display within DW, if I click in the area and go to split view I can see the relevant text showing in the code view or the link to an image if that is what is clicked on.
    The only way I can resolve this is to goto the view menu and choose not to display styles under style rendering, then of course I do not see the page as it will look in a browser but I can then edit, insert or remove text which when I then check to display in a browser works fine with all css applied.
    These pages in the main were created in DW CS3 so not sure if that is the issue but I just cannot seem to resolve the issue so any advice or ideas would be much appreciated.
    Cheers
    Omron

    Thanks for the reply Bregent, the interesting thing is it displays perfectly well in IE, Firefox and Chrome so not sure it is a code error however here is the code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <!--[Elements (Theme);Default;Theme Colour 1;15834538;themecolour1;Bullet highlight;327424;themecolour2;Sub-Heading Text;427505;themecolour5;Background Color;16777215;themecolour6;Button Text(over);15469341;themecolour7;Button Text;15078153;themecolour8;Heading & Logo Text;263406;themecolour9] -->
    <!-- Template design (c) Xara Ltd 2003 -->
    <title>CCC Members Page</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="generator" content="Xara Webstyle 4. See  xara.com/webstyle"/>
    <style type="text/css">
    <!--
    table {
        font: 9pt "trebuchet ms", arial, sans-serif
    body {
        color: #000000;/*themecolour6%0;*/
        background-color: #ffffff;/*themecolour6;*/
        background-image:   url(CCCmembers_page_files/Elements_page4_topstrip.gif);
        background-repeat: repeat-x;
        font-family: "trebuchet ms", Arial, sans-serif;
        font-size: 9pt;
    p {
        margin-top: 0px;
        margin-bottom: 0px;
        blockquote {
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000000
        margin-right: 0px;
    ol {
        margin-top: 0px;
        margin-bottom: 0px;
        olor: #000000
    #header {
        position: absolute;
        height: auto;
        width: auto;
        left: -1px;
        top: 1px;
        visibility: visible;
    #logo {
        position: absolute;
        height: auto;
        width: auto;
        left: 15px;
        top: 165px;
    #hnavigation {
        position: absolute;
        height: auto;
        left: 20px;
        top: 129px;
        z-index: 5;
        background-color: #aa9df1;/*themecolour1;*/
    #vnavigation {
        position: absolute;
        height: auto;
        width: auto;
        left: 20px;
        top: 320px;
    .imageborder {
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #FFFFFF;
    #imagebar {
        position: absolute;
        height: auto;
        width: auto;
        right: 60px;
        top: 25px;
        z-index: 6;
    .imagebox {
        border: 1px solid #FFFFFF;
    #content {
        position: absolute;
        height: auto;
        width: auto;
        left: 190px;
        top: 156px;
        right: 15px;
    #content ul {
        color: #000000;/*themecolour6%0;*/
        margin-top: 0px; margin-bottom: 0px;
        list-style-image: url(Elements_page4_files/Elements_page4_bullet.gif);
    #rightcolumn ul {
        color: #000000;/*themecolour6%0;*/
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 13px;
        list-style-image: url(Elements_page4_files/Elements_page4_bullitt.gif);
    #leftcolumn ul {
        color: #000000;/*themecolour6%0;*/
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 13px;
        list-style-image: url(Elements_page4_files/Elements_page4_bullitt.gif);
    h1 {
        font-size: 16px;
        color: #f18506;/*themecolour5;*/
        margin-top: 0px;
        margin-bottom: 3px;
    h2 {
        font-size: 16px;
        color: #000000;/*themecolour6%0;*/
        margin-top: 0px;
        margin-bottom: 3px;
    #content a:link {
        color: #f18506;/*themecolour5;*/
        font-weight: bold;
        text-decoration: none;
    #content a:visited {
        color: #6666CC;
    #content a:link:hover {
        color: #aa9df1;/*themecolour1;*/
    #leftcolumn a:link {
        color: #f18506;/*themecolour5;*/
    #leftcolumn a:visited {
        color: #999999;
    #leftcolumn a:link:hover {
        color: #aa9df1;/*themecolour1;*/
    .leftcoltext {
        padding: 10px 20px 10px 10px;
    #rightcolumn a:link {
        color: #f18506;/*themecolour5;*/
    #rightcolumn a:visited {
        color: #999999;
    #rightcolumn a:link:hover {
        color: #aa9df1;/*themecolour1;*/
    .leftcoltext {
        padding: 10px 20px 10px 10px;
    .rightcoltext {
        padding: 10px;
        color: #666666;
        background-color:   #f5f3ff;/*themecolour1$ 86.1%, 100%;*/
        border: 1px solid #aa9df1;/*themecolour1;*/
    #leftcolumn {
        position: absolute;
        left: -7px;
        top: 320px;
        width: 157px;
        color: #333333;
        background-color: #eeebfc;/*themecolour1%180;*/
        background-color:   #efecff;/*themecolour1$ 78.5%, 100%;*/
        padding: 10px;
        border: 1px solid #aa9df1;/*themecolour1;*/
    .parahead {
        font-size: 13px;
        font-weight: bold;
        color: #ee0404;/*themecolour9;*/
      <p>By Christian Bloch</p>
      <p>I list this book here as very indepth technical resource on creating High Dynamic Range Images which was discussed at the recent Digital Session. </p>
      <p>The book is published by RockyNook.</p>
      <p><strong>Life In The Wild</strong></p>
      <p><strong>A photographers year</strong></p>
      <p>By Andy Rouse</p>
      <p align="justify">Some wonderful Natural History shots. Includes advice on equipment and locations with a dash of Andy's anecdotal style of writing. </p>
      <p><strong>The Series of Photoshop  for Digital Photographers</strong></p>
      <p>By Scott Kelby</p>
      <p align="justify">There are a series of these books available for the various flavours of Photoshop including the new CS3 version and Elements 6.</p>
      <p align="justify">They are straight forward easy to follow workbooks and even better in them Scott gives a link to a website where the images used can be downloaded for you to practice on.   </p>
      <p align="justify"> </p>
      <p align="justify" class="parahead">Tech Tips: <span class="style15">(NEW)</span></p>
      <p align="justify">In this section I will give links to relevant tips which may help with various pc issues you may have, if you have anything you wish to know <a href="mailto:[email protected]">Email me</a> to see if I can find a resolve which I will post here for all members.</p>
      <p align="justify">Just recently Microsoft have been downloading an install nag screen which suggests your copy of Windows is not genuine, this maybe because yours isn't be equally so I know of several users who have genuine copies but still get the nag screen, this maybe because at some point their Serial Number has been cloned. Anyhow to get rid of this nag screen follow the <a href="DisableGenuine.htm">Link Here</a> </p>
      <p align="justify"> </p>
      <p align="justify"> </p>
    </div>
    <div id="header"> </div>
    <p><img src="CCCmembers_page_files/Elements_page4_heading.jpg" alt="" width="569" height="130" border="0" editor="Webstyle4" moduleid="Default (Project)\Elements_page4_heading.xws" /></p>
    <p><span class="style50"><span class="style51">Page Last Updated 11th April</span></span><span class="style50"><span class="style51"> 2010</span></span> <img src="images/spacer.gif" width="1" height="1">
      <img src="images/spacer20px.gif" width="20" height="1"><img src="images/spacer20px.gif" width="20" height="1">
      <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0','widt h','100','height','22','align','middle','title','SIG','src','button14','quality','high','p luginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=Shockwav eFlash','bgcolor','','movie','button14' ); //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=5,0,0,0" width="100" height="22" align="middle" title="SIG">
        <param name="BGCOLOR" value="">
        <param name="movie" value="button14.swf">
        <param name="quality" value="high">
        <embed src="button14.swf" width="100" height="22" align="middle" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" ></embed>
      </object>
      </noscript>
      <img src="images/spacer20px.gif" width="20" height="1">
      <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0','widt h','100','height','22','align','middle','src','button15','quality','high','pluginspage','h ttp://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','bgcol or','','movie','button15' ); //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=5,0,0,0" width="100" height="22" align="middle">
      <param name="BGCOLOR" value="">
      <param name="movie" value="button15.swf">
      <param name="quality" value="high">
      <embed src="button15.swf" width="100" height="22" align="middle" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" ></embed>
    </object>
    </noscript>
    </p>
    </body>
    </html>

  • Flash and XML data loading issue

    I have this SWF that loads 2 XML files that controls 2 different areas of the SWF.  I am using this code because I have stacked layers and when this was 2 seperate SWFs I couldn't use the SWFObject because of the wmode quirk in FF.  So my issue is when you first load this it seems to only load the slideshow (left side) and part of the right menu and then on refresh it loads the rest of the menu - how do I get it to load everything at once?  I have attacehed all of my files.
    <div id="LargeFlashContainerFlashMenu">     
                            <script language="javascript">
                                  if (AC_FL_RunContent == 0) {
                                       alert("This page requires AC_RunActiveContent.js.");
                                  } else {
                                       AC_FL_RunContent(
                                            'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
                                            'width', '940',
                                            'height', '265',
                                            'src', 'JGSB_HeaderRightNav_v05',
                                            'FlashVars', 'strNavContentXML=BICMenu.xml&strShowContentXML=settings.xml',
                                            'quality', 'high',
                                            'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
                                            'align', 'middle',
                                            'play', 'true',
                                            'loop', 'true',
                                            'scale', 'showall',
                                            'wmode', 'transparent',
                                            'devicefont', 'false',
                                            'id', 'JGSB_HeaderRightNav_v05',
                                            'bgcolor', '#000000',
                                            'name', 'JGSB_HeaderRightNav_v05',
                                            'menu', 'true',
                                            'allowFullScreen', 'false',
                                            'allowScriptAccess','sameDomain',
                                            'movie', 'JGSB_HeaderRightNav_v05',
                                            'salign', ''
                                            ); //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,0,0" width="940" height="265" id="JGSB_HeaderRightNav_v05" align="middle">
                                            <param name="allowScriptAccess" value="sameDomain" />
                                            <param name="allowFullScreen" value="false" />
                                            <param name="movie" value="JGSB_HeaderRightNav_v05.swf" />
                                            <param name="FlashVars" value="strNavContentXML=BICMenu.xml&strShowContentXML=settings.xml" />
                                            <param name="quality" value="high" />
                                            <param name="wmode" value="transparent" />
                                            <param name="bgcolor" value="#000000" />
                                            <embed wmode="transparent" src="JGSB_HeaderRightNav_v05.swf" quality="high" bgcolor="#0099cc" width="940" height="265" name="JGSB_HeaderRightNav_v05" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
                                       </object>
                             </noscript>
                   </div>

    ok I couldnt upload the files but I can send anyone who can help the zip with all files in it via email.

  • Dreamweaver or Flash Issue??

    Hi everyone,
    I downloaded the Dreamweaver 8.2 update last night and when I
    opened dreamweaver, it ask me if I wanted to convert the scripts
    that were no longer relevant and stupidly, I said yes to all my
    files. My flash objects can no longer can be viewed on my website
    however when I hit F12 to preview my files in dreamweaver I can see
    them, they just do not upload or rather the page online is blank.
    I’m not sure if the following targets my problem because I
    have so many errors now, but these two errors stood out:
    1. The tag name “embed” Not found in currently
    active versions [HTML 4.0]
    2. The tag table doesn’t have an attribute
    “height” in current active versions [HTML 4.0]
    Script example:
    1. <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','584','height','333','src','Media/main','quality','high','pluginspage','http://www.mac romedia.com/go/getflashplayer','movie','Media/main'
    ); //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="584" height="333">
    <param name="movie" value="Media/main.swf">
    <param name="quality" value="high">
    <embed src="Media/main.swf" quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="584"
    height="333"></embed>
    </object></noscript>
    2. <td width="864" height="63" valign="top"> <table
    width="89%" height="72" border="0" align="right" cellpadding="0"
    cellspacing="0" bgcolor="#FFFFFF" id="top pannel">
    Thanks to all!!!

    jimh0861 wrote:
    > am am unsure if I have a Flash or Dreamweaver issue, but
    here goes. I am using
    > Dreamweaver and Flash 8. I am able to assign skins to my
    flash movie but they
    > do not show up on my website. I have no problem
    attaching the skin when
    > encoding? the movie. I upload the movie (and skin) to my
    Web Server and the
    > movie plays. But it starts automatically and there is a
    blank spot at the
    > bottom of the movie where the skin should go?
    > I am new at this and have completed an exhaustive Web
    search but unable to
    > find the answer.
    Can you upload the problematic sample and let us check it
    out?
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Painting issue when vertical scrolling

    Hello!
    I have a flex app that when clicking on the vertical scrolling arrows buttons ( located at the top and bottom of the vertical scroll bar), some of the contents in the flex app gets grabled (for example the text gets cut off, the radio buttons shows up in weird places, etc.. ).  The image below will help ( the red box highlights the vertical arrow button) :
    But when I using the vertical scroll tracker or if I click on any part of the vertical scroll, the content goes back to normal.  Is there a simple solution to this issue i'm having?
    Just for your reference, someone else was having a similar issue:
    http://forums.adobe.com/message/1928317
    Unfortuntely, the solution provided does not look like it applies to my issue ('wmode')....
    Anyone can shed some light on my issue here?
    Mark

    The problem is that the 'wmode' isn't specificed to the call to 'AC_FL_RunContent().' .......i'm guessing yes???   Well, what is the default value?
    Here is what  the 'AC_FL_RunContent'  looks like in the html wraaper:
    AC_FL_RunContent(
              "src", "playerProductInstall",
              "FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"",
              "width", "100%",
              "height", "100%",
              "align", "middle",
              "id", "app",
              "quality", "high",
              "bgcolor", "white",
              "name", "app",
              "allowScriptAccess","sameDomain",
              "type", "application/x-shockwave-flash",
              "pluginspage", "http://www.adobe.com/go/getflashplayer"
    Mark

  • VBox scroll issue inside ModuleLoader (w/ screenshot of issue)

    I've got a VBox that when scroll while the project is running as an Application it works perfectly. I then change the Application to a Module and load it into a parent app using ModuleLoader. Once I do that, the scroll no longer works correctly. Seen screenshot
    http://www.jetscreenshot.com/demo/20090428-375-225kb.jpg
    I also included this issue a bug submitted here:
    http://bugs.adobe.com/jira/browse/SDK-16394
    Has anyone ran into something like this with ModuleLoader? The controls are nested like this (if it is of any help):
    Main Application
        ViewStack
              Box
                  Panel
                        ModuleLoader
                            Module
                                  VBox
                                        ViewStack
                                            VBox <--- this is the Vbox with scroll issues
                                                HBoxes as children
    It seems almost as those events in the loaded Module are getting confused with the rest of the application. I have tried several things to rememdy this.
    Any ideas or suggestions would be much appreciated.

    I finally got it! I kept chopping code out the project until the MXML and AS were identical in both the working test case and the broken app. Still the problem occurred. I then compared project properties on both projects and  modifed them until they were identical. Still the test case worked and the main app didn't.
    Then I compared the HTML wrappers. That was were my problem was. The main app HTML wrapper had:
    "wmode", "transparent",
    in the call to AC_FL_RunContent().
    I removed that and the scroll issue went away! I also added it to the working test app to double check, and sure enough, the scroll in the test app was now broken. This also explains why FullScreen mode worked, since the wrapper isn't used in fullscreen mode.
    The brown back ground is no longer visible when the app runs, but I guess we will have to move that into the Flex app itself since the scroll takes priority.
    I'm ecstatic.

  • Flash with images issue

    Hi All,
    I am trying to host a flash with few images. I have already
    designed the Flash using dreamweaver. My Flash file is supose to be
    loaded from a jsp home page. When I go to the home page I am just
    seeing a black box insted of the flash. But when I try give full
    path for the swf file i am able to see it.
    Please advice me if any thing else i will be doing to host a
    flash from a jsp file.
    attched code below
    <tr class="section1" >
    <td valign="top" align="left">
    <script LANGUAGE="JavaScript" SRC="<c:out
    value="${jspStoreImgDir}"/>flash/coverflow/AC_RunActiveContent.js"></script>
    <script>
    AC_FL_RunContent( 'codebase',
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0',
    'width',
    '553',
    'height',
    '280',
    'title',
    'CoverFlow',
    'src',
    'iTunesAlbumArt',
    'quality',
    'high',
    'pluginspage',
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash',
    'movie',
    'iTunesAlbumArt' ); //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="553"
    height="280"
    title="CoverFlow">
    <param name="movie" value="iTunesAlbumArt.swf" />
    <param name="quality" value="high" />
    <EMBED src="<c:out
    value="${jspStoreImgDir}"/>flash/coverflow/iTunesAlbumArt.swf"
    quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash"
    width="553"
    height="280">
    </embed>
    </object>
    </noscript>
    <br/>
    <div style="margin: 8px; color:black; font-size:
    11px;">
    Located in the Pacific Northwest, High 5 Sportswear
    manufactures and distributes world class soccer apparel in the
    United States and Canada. High 5 Sportswear was named "Manufacturer
    of the Year" in 1999 by the Sporting Goods Representatives
    association for its consistent product quality, on-time delivery
    and superior customer service. In the past, High 5 Sportswear has
    held such honors as being a top vendor for the 1994 World Cup, the
    1996 European Championship, The 1996 Olympic Games in Atlanta, and
    most recently, the 1999 Women's World Cup held in the United
    States.
    </div>
    </td>
    </tr>
    -Debee

    Hi,
    All the images display a box with a "broken" icon in the
    middle. I upgraded to their new version and they said it would fix
    this, but it did not. The images are there in the program's folders
    as gif's. I am really at a loss.
    This is a banner program called Banner Designer Pro 4 and it
    runs all on Flash. You start, it shows the little preloader, then
    asks if you want to select from a template. When I click on the
    template button, it will show me all the templates, which will not
    display except for empty boxes with the broken icon in the middle.
    I can click on one of these and then the image displays in the main
    screen with no issue. If I want to change the default preloader, I
    can see the choices, but once again all the images are boxes with a
    broken icon in the middle. I can select one of these and it will
    display in the preview window.
    It has to be something on this desktop! The program works
    just fine on the laptop.
    I can send you screen shots if it will help.

  • New DVR Issues (First Run, Channel Switching, etc.)

    I've spent the last 30 minutes trying to find answers through the search with no luck, so sorry if I missed something.
    I recently switched to FIOS from RCN cable in New York.  I've gone through trying to setup my DVR and am running into issues and was hoping for some answers.
    1.  I setup two programs to record at 8PM, I was watching another channel at the time and only half paying attention.  Around 8:02 I noticed a message had popped up asking if I would like to switch channels to start recording.  I was expecting it to force it to switch like my old DVR, but in this case it didn't switch and I missed the first two minutes of one of the shows.  I typically leave my DVR on all day and just turn off the TV, this dual show handling will cause issues with that if I forget to turn off the DVR.  Is there a setting I can change that will force the DVR to choose one of the recording channels?
    2.  I setup all my recordings for "First Run" because I only want to see the new episodes.  One show I setup was The Daily Show on comedy central, which is shown weeknights at 11pm and repeated 3-4 times throughout the day.  My scheduled recordings is showing all these as planned recordings even though only the 11pm show is really "new".  Most of the shows I've setup are once a week so they aren't a problem, but this seems like it will quickly fill my DVR.  Any fixes?
    Thanks for the help.
    Solved!
    Go to Solution.

    I came from RCN about a year ago.  Fios is different in several ways, not all of them desirable.  Here are several ways to get--and fix--unwanted recordings from a series recording setup.
    Some general principles. 
    Saving changes.  When you originally create a series with options, or if you go back to edit the options for an existing series, You MUST save the Series Options changes.  Pretty much everywhere else in the user interface, when you change an option, the change takes effect immediately--but not in Series Options.  Look at the Series Options window.  Look at the far right side.  There is a vertical "Save" bar, which you must navigate to and click OK on to actually save your changes.  Exiting the Series Options window without having first saved your changes loses all your attempted changes--immediately.
    Default Series Options.  This is accessed  from [Menu]--DVR--Settings--Default Series Options.  This will bring up the series options that will automatically be applied to the creation of a NEW series. The options for every previously created series will not be affected by a subsequent modification of the Default Series Options.  You should set these options to the way you would like them to be for the majority of series recordings that you are likely to create.  Be sure to SAVE your changes.  This is what you will get when you select "Create Series Recording" from the Guide.  When creating a new series recording where you think that you may want options different from the default, select "Create Series with Options" instead.  Series Options can always be changed for any individual series set up later--but not for all series at once.
    Non-series recordings.  With Fios you have no directly available options for these.  With RCN and most other DVRs, you can change the start and end times for individual episodes, including individual episodes that are also in a series.  With Fios, your workarounds are to create a series with options for a single program, then delete the series later;  change the series options if the program is already in a series, then undo the changes you made to the series options later; or schedule recordings of the preceding and/or following shows as needed.
    And now, to the unwanted repeats. 
    First, make sure your series options for the specific series in question--and not just the series default options--include "First Run Only".  If not, fix that and SAVE.  Then check you results by viewing the current options using the Series Manager app under the DVR menu.
    Second, and most annoying, the Guide can have repeat programs on your channel tagged as "New".  It happens.  Set the series option "Air Time" to "Selected Time".  To make this work correctly, you must have set up the original series recording after selecting the program in the Guide at the exact time of a first run showing (11pm, in your case), and not on a repeat entry in the Guide.  Then, even it The Daily Show is tagged as New for repeat showings, these will be ignored. 
    Third, another channel may air reruns of the program in your series recording, and the first showing of a rerun episode on the other channel may be tagged as "New".  These can be ignored in your series if you set the series option "Channel" to "Selected Channel".  Related to this, if there is both an SD and HD channel broadcasting you series program, you will record them both if the series option "Duplicates" is set to "Yes".  However, when the Channel option is set to "Selected Channel", the Duplicates Option is always effectively "No", regardless of what shows up on the options screen.  
    As for you missing two minutes,  I have sereral instances in which two programs start recording at the same time.  To the best of my recollection, whenever the warning message has appeared, ignoring it has not caused a loss of recording time.  You might have an older software version.  Newest is v.1.8.  Look at Menu--Settings--System Info.  Or, I might not have noticed the loss of minutes.  I regularly see up to a minute of previous programming at the start of a recording, or a few missing seconds at the beginning or end of a recording.  There are a lot of possibilities for that, but the DVR clock being incorrect is not one of them.  With RCN, the DVR clocks occasionally drifted off by as much as a minute and a half.

  • Pension issue Mid Month Leaving

    Dear All,
    As per rule sustem should deduct mid month joining/leaving/absences or transfer scenarios, the Pension/PF Basis will be correspondingly prorated. But our system is not doing this. In RT table i have found 3FC Pension Basis for Er c 01/2010                    0.00           6,500.00.
    Employee leaving date is 14.04.2010. system is picking pension amout as 541. Last year it was coming right.
    Please suggest.
    Ashwani

    Dear Jayanti,
    We required prorata basis pension in case of left employees and system is not doing this. This is the issue. As per our PF experts Pension amount should come on prorata basis for left employees in case they left mid of month.System is doing prorata basis last year but from this year it is deducting 541. I am giving two RT cases of different years.
    RT table for year 2010. DOL 26.04.2010
    /111 EPF Basis              01/2010                    0.00           8,750.00 
    /139 VPF Basis              01/2010                    0.00           8,750.00 
    /3F1 Ee PF contribution     01/2010                    0.00           1,050.00 
    /3F3 Er PF contribution     01/2010                    0.00             509.00 
    /3F5 Ee Mon PF contribution 01/2010                    0.00           1,050.00 
    /3F6 Ee Ann PF contribution 01/2010                    0.00          12,600.00 
    /3F9 PF adm chrgs * 1,00,00 01/2010                    0.00              96.25 
    /3FA PF basis for Ee contri 01/2010                    0.00           8,750.00 
    /3FB PF Basis for Er Contri 01/2010                    0.00           8,750.00 
    /3FJ VPF basis for Ee contr 01/2010                    0.00           8,750.00 
    /3FL PF Basis for Er Contri 01/2010                    0.00           6,500.00 
    /3F4 Er Pension contributio 01/2010                    0.00             541.00
    /3FC Pension Basis for Er c 01/2010                    0.00           6,500.00
    /3FB PF Basis for Er Contri 01/2010                    0.00           8,750.00
    /3FC Pension Basis for Er c 01/2010                    0.00           6,500.00
    /3FJ VPF basis for Ee contr 01/2010                    0.00           8,750.00
    /3FL PF Basis for Er Contri 01/2010                    0.00           6,500.00
    /3R3 Metro HRA Basis Amount 01/2010                    0.00           8,750.00
    1BAS Basic Salary           01/2010                    0.00           8,750.00
    RT table for year 2009. DOL 27.10.2009
                                                                                    /111 EPF Basis              07/2009                    0.00           9,016.13
    /139 VPF Basis              07/2009                    0.00           9,016.13
    /3F1 Ee PF contribution     07/2009                    0.00           1,082.00
    /3F3 Er PF contribution     07/2009                    0.00             628.00
    /3F5 Ee Mon PF contribution 07/2009                    0.00           1,082.00
    /3F6 Ee Ann PF contribution 07/2009                    0.00           8,822.00
    /3F9 PF adm chrgs * 1,00,00 07/2009                    0.00              99.18
    /3FA PF basis for Ee contri 07/2009                    0.00           9,016.00
    /3FB PF Basis for Er Contri 07/2009                    0.00           9,016.00
    /3FJ VPF basis for Ee contr 07/2009                    0.00           9,016.00
    /3FL PF Basis for Er Contri 07/2009                    0.00           5,452.00
    /3FB PF Basis for Er Contri 07/2009                    0.00           9,016.00 
    /3FC Pension Basis for Er c 07/2009                    0.00           5,452.00 
    /3FJ VPF basis for Ee contr 07/2009                    0.00           9,016.00 
    /3FL PF Basis for Er Contri 07/2009                    0.00           5,452.00 
    /3R4 Non-metro HRA Basis Am 07/2009                    0.00           9,016.13 
    1BAS Basic Salary           07/2009                    0.00           9,016.13 
    Now please suggest what to do. where is the problem  ? If have also checked EXIT_HINCALC0_002 but nothing written in it.
    With Regards
    Ashwani

  • Open PO Analysis - BW report issue

    Hello Friends
    I constructed a query in BW in order to show Open Purchase Orders. We have custom DSO populated with standard
    datasource 2lis_02_itm (Purcahse Order Item). In this DSO we mapped the field ELIKZ to the infoobject 0COMP_DEL
    (Delivery completed).
    We loaded the data from ECC system for all POs and found the following issue for Stock Transport Purchase orders (DocType = UB).
    We have a PO with 4 line items. For line items 10 and 20, Goods issued, Goods received and both the flags "Delivery
    complete" and "Final delivery" checked. For line items 30 and 40, only delivery indicator note is issued for zero
    quantity and Delivery complete flag is checked (Final delivery flag is not checked) in ECC system. For this PO, the
    delivery completion indicator is not properly updated in the DSO for line items 30 and 40. The data looks like the
    following:
    DOC_NUM     DOC_ITEM       DOCTYPE     COMP_DEL
    650000001       10     UB        X
    650000001       20     UB        X
    650000001       30     UB
    650000001       40     UB      
    When we run the Open PO analysis report on BW side this PO is appearing in the report but the same is closed in ECC
    system.
    Any help is appreciated in this regard.
    Thanks and Regards
    sampath

    Hi Priya and Reddy
       Thanks for your response.
                         Yes the indicator is checked in EKPO table for items 30 and 40 and delta is running regularly for more than 1 year and no issues with other POs. This is happening only for few POs of type Stock Transport (UB).
                        I already checked the changes in ME23N and the Delivery completed indicator was changed and it reflected in EKPO table. Further, i checked the PSA records for this PO and i am getting the records with the Delivery completed flag but when i update from PSA to DSO the delivery completed indicator is not updating properly.
                       In PSA, for item 30 i have the following entries. Record number 42 is capturing the value X for ELIKZ but after that i am getting two more records 43 and 44 with process key 10 and without X for ELIKZ. I think this is causing the problem.
    Record No.    Doc.No.                    Item              Processkey         Rocancel     Elikz
        41               6500000001            30                    11                            X           ---    
        42               6500000001            30                    11                            ---           X
        43               6500000001            30                    10                            X           ---
        44               6500000001            30                    10                            ---         ---
    (Here --- means blank)        
    Thanks and Regards
    sampath

  • HP LaserJet Enterprise 600 M602 driver issue

    Hello,
    I've got issue with 600-series printers. We use the latest UPD drivrer ver. 61.175.1.18849 and print from XenApp 6.5. The error occurs every time when users try to print jpg files from XenApp session. It only happens with 600 series printers and UPD.
    Also I've tried to assign native 600-series driver ver. 6.3.9600.16384 and it works good. But with that driver system says that it's color printer and it brokes our printing reports. These reports are very important for us. So we can't use printer and that driver as well.
    Printer installed on Windows Server 2012 R2. All clients are Windows 7 x64. XenApp Servers are Server 2008R2.
    Is it possible to get fixed UPD driver or correct native driver for Server 2012 R2?
    Regards,
    Anatoly

    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial printer. You can do this at Printers - LaserJet.
    Click on New Post.
    I hope this helps.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Windows 7 displays error message when exiting +cursor issue

    Two issues here. CS5 Phoshop on Wind 7 64 bit.
    Physical processor count: 8
    Processor speed: 3073 MHz
    Built-in memory: 12279 MB
    Free memory: 9577 MB
    Memory available to Photoshop: 10934 MB
    Memory used by Photoshop: 80 %
    Image tile size: 128K
    First issue is since the latest automatic Adobe update (why fix what isn't broken?) Every time I now exit Photoshop I get the message "Adobe QT Server has stoped working" and occasionally it happens when I exit bridge. Indesign is also behaving badly. I can no longer start a previous document from file manager without ID crashing out.
    The other is the cursors in Clone and erase lose their edge (become invisable) for no reason - well not quite. Noise Ninja crashed Photoshop when I tried to use it. I reinstalled it and all is well. The cursor issue seems to be intermittant but came back (for no reason) after I reinstalled NN. I can't seem to change the cursor, no matter what I do. The problem is now seriously affecting how I work. Almost enough to go back to Win XP which ran CS5 Photoshop flawlessly.
    Any help will be gratefully accepted.
    Doug

    function(){return A.apply(null,[this].concat($A(arguments)))}
    doug87510 wrote:
    The recent problem is the entire outline of the cursor (including the crosshair in the middle) was missing at any size of cursor. All I had was exactly what I'd get if I used a real spraygun.
    Well, that issue is simply a matter of hitting the Caps Lock key.  When Caps Lock is on, you'll see the cursor outline, and when it is off you'll see a crosshair.  That's a feature, not a bug.
    Glad to hear the 11.1 drivers are out.  I will download them and try them now myself.
    Regarding "Adobe QT" crashing...  QT brings to mind QuickTime, though that is Apple, not Adobe.  Do you have Apple QuickTime installed?
    Regarding memory usage, with 12 GB of installed RAM, you should be able to set Photoshop to use 90% or more in Edit - Preferences - Performance.
    -Noel

Maybe you are looking for

  • Which all folders tend to increase in thier size under USR/SAP ?

    Hi,   We have installed EP 7.0 on HP UX in our landscape.   We have deployed the XSS components and ESS/MSS/SRM/CRM business   packages on to our portal.   After which we have identified an increase of 3 GB in our usr/sap folder.   Pls. let me know i

  • How to set price list to use in a Document

    Hi all, I have a simple question. I'm trying to insert a draft document into SAP B1 via DI API. I can't seem to find the correct property to set in order to change the price list to use for that draft. Example: The price list in the Supplier BP is 'P

  • Exporting for iDVD

    I have tried using "Export to Quicktime" as suggested in a recent posting, but the file is very small and when viewing the resulting file on my Mac, it looks inferior in quality. Is this really the best way? I know that there are many options in "Qui

  • IAK_SHARED (0X8ABC8001) error -196735951 in DSC 8.6.1 runtime

    I have installed a Labview DSC application on a machine with a fresh Windows installation. This installer has worked on other machines without issue. When the library deployment failed in the application,  I tried to create a process with the Disribu

  • How to create BPM

    Hi All, Please anyone share me how to create BPM step by step wise? Regards Naveen