Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
kris514 #1
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"> </td>
<td width="700"> </td>
<td width="20"> </td>
</tr>
<tr>
<td height="518"> </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> </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
-
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... -
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... -
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... -
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... -
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... -
Murray *ACE* #2
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"> </td>
> <td width="700"> </td>
> <td width="20"> </td>
> </tr>
> <tr>
> <td height="518"> </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> </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
-
kris514 #3
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
-
Murray *ACE* #4
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



Reply With Quote

