HighDots Forums  

SWF Files and Spry Menu doesn't work

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss SWF Files and Spry Menu doesn't work in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
tjoliver
 
Posts: n/a

Default SWF Files and Spry Menu doesn't work - 06-29-2008 , 11:15 AM







I am new to Dreamweaver (all of Adobe) and I am building my first website with
it.

My menu bar and SWF files work fine on my PC. When I upload to my server - the
menu bar doesn't expand like it's supposed to and I can't see my SWF files.

I have changed the MIME to accept .FLV files. Nada.

This site is secure but I have setup a user login for this forum. User ID
adobe password is helpme. So if it will help you to see the page - you can
login.

I have no clue what I changed but now I can't edit the page on my PC either.

Please help!

I appreciate it!

Thanks!

Tonya
:embarrassment;


Reply With Quote
  #2  
Old   
tjoliver
 
Posts: n/a

Default Re: SWF Files and Spry Menu doesn't work - 06-29-2008 , 11:16 AM






Apologies - having the web address might help too!

www.gas-tech-inc.com

Reply With Quote
  #3  
Old   
Nancy O
 
Posts: n/a

Default Re: SWF Files and Spry Menu doesn't work - 06-29-2008 , 12:34 PM



In Code View - Remove this from the first line of your page.

<%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%>

Further down the page, you have links to scripts but all the links are
pointing to files on your local hard drive.

<script src="file:///C|/Documents and Settings/Tonya/My Documents/Unnamed
Site 6/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>

<script src="file:///C|/Documents and Settings/Tonya/My Documents/Unnamed
Site/Templates/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>

<link href="file:///C|/Documents and Settings/Tonya/My Documents/Unnamed
Site/Templates/SpryAssets/SpryMenuBarVertical.css" rel="stylesheet"
type="text/css" />

First, you need to define a local site so DW can manage your site. It
doesn't look like you have done that. F1 - help menu. Read - Dreamweaver
Basics, Setting up a Dreamweaver Site.


--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com

"tjoliver" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Apologies - having the web address might help too!

www.gas-tech-inc.com



Reply With Quote
  #4  
Old   
Ted Dawson
 
Posts: n/a

Default Re: SWF Files and Spry Menu doesn't work - 06-29-2008 , 03:12 PM



Quote:
In Code View - Remove this from the first line of your page.

%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%


Why?


Reply With Quote
  #5  
Old   
Nancy O
 
Posts: n/a

Default Re: SWF Files and Spry Menu doesn't work - 06-29-2008 , 03:39 PM



It doesn't belong there. The first line is for a doc type declaration. That
line is throwing the page into quirks mode and if you look at the page in
browser, you'll see that string of code appearing on top.

--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com


"Ted Dawson" <nobody (AT) home (DOT) anytime> wrote

Quote:
In Code View - Remove this from the first line of your page.

%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%



Why?



Reply With Quote
  #6  
Old   
Ted Dawson
 
Posts: n/a

Default Re: SWF Files and Spry Menu doesn't work - 06-29-2008 , 05:01 PM



The OP's page is gone, was it an ASP or HTM page, do you remember? If it was
htm, I would agree that it's incorrect and would show in the source code,
but the @ command must be the first line of the page if it's ASP.




"Nancy O" <nancyoshea1 (AT) NOSPAMatt (DOT) net> wrote

Quote:
It doesn't belong there. The first line is for a doc type declaration.
That
line is throwing the page into quirks mode and if you look at the page in
browser, you'll see that string of code appearing on top.

--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com


"Ted Dawson" <nobody (AT) home (DOT) anytime> wrote in message
news:g48qbm$cvi$1 (AT) forums (DOT) macromedia.com...
In Code View - Remove this from the first line of your page.

%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%



Why?




Reply With Quote
  #7  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: SWF Files and Spry Menu doesn't work - 06-30-2008 , 10:57 AM



Most likely the page was NOT ASP/Javascript which is what that line
specified.

--
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
==================


"Ted Dawson" <nobody (AT) home (DOT) anytime> wrote

Quote:
The OP's page is gone, was it an ASP or HTM page, do you remember? If it
was htm, I would agree that it's incorrect and would show in the source
code, but the @ command must be the first line of the page if it's ASP.




"Nancy O" <nancyoshea1 (AT) NOSPAMatt (DOT) net> wrote in message
news:g48ruq$ekt$1 (AT) forums (DOT) macromedia.com...
It doesn't belong there. The first line is for a doc type declaration.
That
line is throwing the page into quirks mode and if you look at the page in
browser, you'll see that string of code appearing on top.

--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com


"Ted Dawson" <nobody (AT) home (DOT) anytime> wrote in message
news:g48qbm$cvi$1 (AT) forums (DOT) macromedia.com...
In Code View - Remove this from the first line of your page.

%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%



Why?





Reply With Quote
  #8  
Old   
Nancy O
 
Posts: n/a

Default Re: SWF Files and Spry Menu doesn't work - 06-30-2008 , 12:23 PM



It wasn't.

--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com

"Murray *ACE*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote

Quote:
Most likely the page was NOT ASP/Javascript which is what that line
specified.

--
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
==================


"Ted Dawson" <nobody (AT) home (DOT) anytime> wrote in message
news:g490oo$je6$1 (AT) forums (DOT) macromedia.com...
The OP's page is gone, was it an ASP or HTM page, do you remember? If it
was htm, I would agree that it's incorrect and would show in the source
code, but the @ command must be the first line of the page if it's ASP.




"Nancy O" <nancyoshea1 (AT) NOSPAMatt (DOT) net> wrote in message
news:g48ruq$ekt$1 (AT) forums (DOT) macromedia.com...
It doesn't belong there. The first line is for a doc type declaration.
That
line is throwing the page into quirks mode and if you look at the page
in
browser, you'll see that string of code appearing on top.

--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com


"Ted Dawson" <nobody (AT) home (DOT) anytime> wrote in message
news:g48qbm$cvi$1 (AT) forums (DOT) macromedia.com...
In Code View - Remove this from the first line of your page.

%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%



Why?







Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.