FLASH not diplaying in DW

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default FLASH not diplaying in DW

    It worked before and now is not . I've loaded a swf into a DW (the launch page)
    for the site. It worked before and now it doesn't. I re-PPut all the Scripts,
    typed in exact parameters, etc. . and it's still not showing up. . .I don't
    know if I will get the help I need since I've noticed that people do not seem
    to want to help on another in these forums anymore (which is ashame) but i
    thought I would give it shot. .

    -k

    [url]http://www.bestrangefruit.com/index.html[/url]
    [url]http://www.bestrangefruit.com/about.html[/url]
    [url]http://www.bestrangefruit.com/catalogue.html[/url]

    <!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=ISO-8859-1" />
    <title>strangefruit</title>
    <style type="text/css">
    <!--
    body {
    background-color: #FF3300;
    }
    a {
    font-family: Georgia, Times New Roman, Times, serif;
    color: #FF9900;
    font-size: 18px;
    }
    a:link {
    text-decoration: none;
    }
    a:visited {
    text-decoration: none;
    }
    a:hover {
    text-decoration: none;
    }
    a:active {
    text-decoration: none;
    }
    -->
    </style>
    <script src="public_html/Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    </head>

    <body>
    <div align="center">
    <table width="741" border="0" cellpadding="0" cellspacing="0">
    <!--DWLayoutTable-->
    <tr>
    <td width="21" height="47">&nbsp;</td>
    <td width="700">&nbsp;</td>
    <td width="20">&nbsp;</td>
    </tr>
    <tr>
    <td height="518">&nbsp;</td>
    <td valign="top"><script type="text/javascript">
    AC_FL_RunContent(
    'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    version=7,0,19,0','width','700','height','500','sr c','public_html/about/launch',
    'pluginspage','http://www.macromedia.com/go/getflashplayer','movie','public_html
    /about/launch' ); //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="700" height="500">
    <param name="movie" value="public_html/about/launch.swf" />

    <embed src="public_html/about/launch.swf" width="700" height="500"
    pluginspage="http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" movie="launch.swf"></embed>
    </object></noscript></td>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td height="36"></td>
    <td></td>
    <td></td>
    </tr>
    </table>
    </div>
    <a href="public_html/about.html"></a>
    </body>
    </html>

    kris514 Guest

  2. Similar Questions and Discussions

    1. Flash player not working on some websites & have foundRegestry keys of older Flash players.
      Hi, like many people here I have problems seeing flash content on some websites but other websites work fine. I also found that YOUTUBE works...
    2. Flash player installed, but every site flash playerrequired for asks to install not working at all
      Hi all, wondering if someone would be kind enough to help me, PLEASE lol Flash player asks to be installed everytime I go onto any site that...
    3. Flash 8 : IE Browsers suddenly shut down when FlashGames (Flash Object) is in use
      Hi All- Encountering strange issues while playing Flash Games that I'm working on. While playing the game, the IE Window may completely...
    4. convert all flash site to both flash and no flash
      a friend has a site that is done with all flash. they asked me to help make it readable by more browsers. could some belly point me in the right...
    5. Datagrid not diplaying header text
      I am trying have a datgrid which always displays the column header text, even though the datareader to which it is bound is empty. I have a...
  3. #2

    Default Re: FLASH not diplaying in DW

    The first page throws a js error in IE - line 45, Object expected.

    Line 45 -> AC_FL_RunContent( 'codeba

    You may have uploaded the Scripts folder, but it's not here -

    <script src="public_html/Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>

    Try this -

    <script src="/Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>

    You should never have that 'public_html' folder in your path - it shows that
    your remote site is not properly defined.

    I'm sure that the problem is the same on the other pages.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "kris514" <webforumsuser@macromedia.com> wrote in message
    news:eb833e$h96$1@forums.macromedia.com...
    > It worked before and now is not . I've loaded a swf into a DW (the launch
    > page)
    > for the site. It worked before and now it doesn't. I re-PPut all the
    > Scripts,
    > typed in exact parameters, etc. . and it's still not showing up. . .I
    > don't
    > know if I will get the help I need since I've noticed that people do not
    > seem
    > to want to help on another in these forums anymore (which is ashame) but i
    > thought I would give it shot. .
    >
    > -k
    >
    > [url]http://www.bestrangefruit.com/index.html[/url]
    > [url]http://www.bestrangefruit.com/about.html[/url]
    > [url]http://www.bestrangefruit.com/catalogue.html[/url]
    >
    > <!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=ISO-8859-1" />
    > <title>strangefruit</title>
    > <style type="text/css">
    > <!--
    > body {
    > background-color: #FF3300;
    > }
    > a {
    > font-family: Georgia, Times New Roman, Times, serif;
    > color: #FF9900;
    > font-size: 18px;
    > }
    > a:link {
    > text-decoration: none;
    > }
    > a:visited {
    > text-decoration: none;
    > }
    > a:hover {
    > text-decoration: none;
    > }
    > a:active {
    > text-decoration: none;
    > }
    > -->
    > </style>
    > <script src="public_html/Scripts/AC_RunActiveContent.js"
    > type="text/javascript"></script>
    > </head>
    >
    > <body>
    > <div align="center">
    > <table width="741" border="0" cellpadding="0" cellspacing="0">
    > <!--DWLayoutTable-->
    > <tr>
    > <td width="21" height="47">&nbsp;</td>
    > <td width="700">&nbsp;</td>
    > <td width="20">&nbsp;</td>
    > </tr>
    > <tr>
    > <td height="518">&nbsp;</td>
    > <td valign="top"><script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    > version=7,0,19,0','width','700','height','500','sr c','public_html/about/launch',
    > 'pluginspage','http://www.macromedia.com/go/getflashplayer','movie','public_html
    > /about/launch' ); //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="700" height="500">
    > <param name="movie" value="public_html/about/launch.swf" />
    >
    > <embed src="public_html/about/launch.swf" width="700"
    > height="500"
    > pluginspage="http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash" movie="launch.swf"></embed>
    > </object></noscript></td>
    > <td>&nbsp;</td>
    > </tr>
    > <tr>
    > <td height="36"></td>
    > <td></td>
    > <td></td>
    > </tr>
    > </table>
    > </div>
    > <a href="public_html/about.html"></a>
    > </body>
    > </html>
    >

    Murray *ACE* Guest

  4. #3

    Default Re: FLASH not diplaying in DW

    Thanks. . .I see that there is an issue with "public". every time I save the
    file a new "public" folder is created on my loca l so I just created one myself
    to see if that made a difference. . .

    i'l see what happens. .

    thanks
    -k

    kris514 Guest

  5. #4

    Default Re: FLASH not diplaying in DW

    Your remote site is not properly defined.

    What is in your Host directory field in the Remote site definition?

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "kris514" <webforumsuser@macromedia.com> wrote in message
    news:eb8ld7$9jb$1@forums.macromedia.com...
    > Thanks. . .I see that there is an issue with "public". every time I save
    > the
    > file a new "public" folder is created on my loca l so I just created one
    > myself
    > to see if that made a difference. . .
    >
    > i'l see what happens. .
    >
    > thanks
    > -k
    >

    Murray *ACE* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139