Dreamweaver CS3 "play sound behavior" gone

Hello,
I recently upgraded from dreamweaver 8 to CS3. I have no
play sound behavior available in the behaviors panel as I did in
the previous version. It is mentioned in the help menu, but It is
not there. Has anyone had this problem? Help PLease....
Rich

GriffinBatson wrote:
> Hello,
> I recently upgraded from dreamweaver 8 to CS3. I have no
play sound
> behavior available in the behaviors panel as I did in
the previous version. It
> is mentioned in the help menu, but It is not there. Has
anyone had this
> problem? Help PLease....
If you really want it, it's listed under the ~Deprecated
submenu of the
Behaviors panel. It was moved there because it uses invalid
code and
doesn't work in many standards-compliant browsers.
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/

Similar Messages

  • Play sound behavior in CS4 fails to play sound on click of a flash button

    For my college coursework I have created several flash buttons to use as track preview images. The button works fine however trying to get the track to play seems an impossibility!
    I've inserted the SWF flash button into the place I want it in my table and added the "playsound" behavior to it to try and play the preview - no luck.
    The sounds are currently 128kbps MP3s.
    Any light into this matter would be much apreciated as i really want this to work

    You need to code your MP3 Player in Flash with Action Script.
    Check the Flash forums and specify which Action Script version (1, 2, 3) you're using.
    http://forums.adobe.com/community/flash
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Dreamweaver CS3 Design view is gone

    I did a full page layout and everything looked great.  I uploaded the site and it looks fine but there are a few things I need to change.  I went back to Dreamweaver and the design view image is gone.  All that shows is a gray image witha small box in the upper left corner that shows a small box that looks like a missing image icon?  Anyway, nothing else.  The code is still there and when I go to preview in browser, it still shows the site.  I do most of my work in both design view and code so would really like to find a resolve to this.  Thanks!
    Link:  http://www.jfusekdesign.com/index2.html

    You have a problem with the markup of your page.. viewing the page in FFox I could see a line of stray 'text' at the very top of the page...
    You  need to fix the syntax here:
    <body class="twoColFixRtHdr" onload="MM_preloadImages('images/print_button_f2.jpg','images/web_button_f2.jpg','images/emarketing_button_f2.jpg','images/portfolio_button_f2.jpg','images/contactButton_f2.jpg','images/printOffer2.jpg','images/webOffer2.jpg','images/flash_images/print.gif','images/flash_images/Web.gif','images/flash_images/emarketing.gif')" tracingsrc="Firewo<meta name="description" content="J Fusek Design offering customized, quality print and web design at very affordable prices." />
    rks/JFD_Web_FINAL_2009.png" tracingopacity="0">
    See the line before: <div id="container">
    rks/JFD_Web_FINAL_2009.png" tracingopacity="0">   <------this is the line that is not closed correctly and is seen in the browser.  Looks like it belongs to another line and somehow, maybe deleting something or other and this has been left behind.
    Once you fix that section of the code, then put the page through the validator and check to see if there are other problems:
    HTML Validator - http://validator.w3.org   
    CSS Validator - http://jigsaw.w3.org/css-validator/
    You have a few errors in the lightbox stylesheet that need correcting
    http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww. jfusekdesign.com%2Findex2.html
    Hopefully once all the errors are eliminated the page will show correctly in DW.  It only takes an unclosed tag for example, for the page to fail to show up in design view  :-)

  • Can dreamweaver (CS3) play the middleware between flash AIR as 3.0 and MSSQL

    I have developed a Flash AIR AS3 form, 7 input text fields, one submit button. I know that Flash can't communicate with a server unless a PHP script is in the middle. Sadly, I am on microsoft sql server 2008 not mySQL. Does anybody out there, know of a tutorial that will teach me how to write the php script in dreamweaver to act as the middleware so AIR will send the data from the text fields to the database on the MSSQL. The goal of this is a learning experance, nothing more, I have never tried to talk to a server or database before....SO i beg please be gental, with me.
    thank you all.

    You can't declare the same variables/function more than once in a given timeline.  That's what all the errors are telling you.  The two options that Rob identified will work. 
    What you can do is extend the actions frame for the length of the occupied timeline so that variables/functions you declare in frame 1 are available in all frames along the timeline.  To do this, you have the code in keyframe 1 and go to the end of the timeline and choose the command to Insert Frame.  You should see the timeline between the first frame and the last becomes one large white frame area.
    I will often have two layers dedicated to actionscript.  One for the code that lives in frame 1 that gets shared along the timeline's length, and another for the commands that are specific to certain frames only.
    If you need need text to appear/type-out in different frames then you just call the function that performs the typing while sending it the text that it needs to type.  If you need to type it into a different textfield, then you could pass that to the typing function as well so that it targets the desired textfield.

  • Issue with Dreamweaver CS3 Check username behavior

    Let me start by saying that I'm not a developer, and I may be in over  my head on the project I'm working on.
    I'm creating a  page to register new user's information into aa Access user table. I've  created a registration form, and added the Insert Record behavior. That  works fine, no problems. However, when I add the Check New User  behavior, I get some strange results.
    If the new  username is valid (not a duplicate), the form processes and goes to my  "thank you for registering" page. Great.
    If the new  username is not valid, the behavior redirects to the "sorry, pick a  different username" page. Great.
    When the user goes  back to the registration page to change the User Name and tries to  submit the form, and error message appears thet the connection  (MM_rsKey) is still open. When I look at the code (with my very limited  knowledge of actual code), it looks like the behavior doesn't close the  connection unless the selected User Name is valid. If the redirect  happens, and the user goes back to the registration form page, the  connection hasn't been closed, and the form simply won't process.
    I've  even tried splitting the registration into 2 parts... I created a form  with only the User Name field and a submit button, thinking I'll just  make the second part of the process an update, where the additional  information is added to the existing record that matches the user name,  but still no joy.
    I even checked to see if the code  that closes the connection resides on the redirect page, but I don't  think that's the case.
    I'm probably missing some  perfectly simple step, but I just can't seem to figure it out.
    I  appreciate any help with this. Thanks in advance.
    Ken

    Yes, that's really how that behavior is meant to be used. You could even take it a step further and have a password field on the first page.
    The only issue I have with that scenario is is for some reason, the user doesn't complete step two - then you essentially have the account created but not complete. So then you have to add some sort of check upon login and direct the user back to step 2 if he never filled out that part.
    So you may want to start thinking about eventually building a registration page where it's all containined on the same page. The prococess would be something like this:
    1. User enters all required information,  including username and password.
    2. The page is submitted, but before the insert record occurs the check new username runs, or some variation of it.
    3. If it passes, the record is inserted and rediects to the confirmation page.
    4. If it doesn't pass the check, instead of a redirect like the behavior does, it displays a message.
    5. the tricky part here is not to lose all the other entered information. That can be retained in a session, and bound back to the input fields.
    That's just an overview, and i'm sure you've seen enough web forms to recognize the workflow - usually with registration forms and online shopping and checkout forms.

  • Sound "leaks" in  Dreamweaver CS3 page

    How can I fix the performance of .mp3 files on this page:
    http://www.multiminds.org/history/syllabus.html
    The page plays fine in Foxfire. But when opened by Safari,
    Opera, and, I think, IE, the sounds (on content pages reached by
    spry tabs) seem to "spill" out and play in part from first to last
    before the page returns to the sounds I intended it to play first.
    Would converting the .mp3 files to .swf files or some other format
    help? Something else? Thanks for any guidance you can
    provide.

    > so I'm applying the behavior to the <td> tag.
    Don't. Events applied to anything other than an <a> tag
    will usually
    produce unreliable and unexpected results. Seems like you are
    experiencing
    one. Your code below looks fine.
    To do this the most dependable way, make the trigger cell
    contain an anchor
    to which the mouseover event and behavior is applied.
    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
    ==================
    "garethccc" <[email protected]> wrote in
    message
    news:g9su7n$rfr$[email protected]..
    > Hi all,
    >
    > I can't seem to get the "change property" behaviour to
    work in Dreamweaver
    > CS3! I'm trying to make a cell's background image change
    when I roll over
    > another cell in a different table, so I'm applying the
    behavior to the
    > <td> tag.
    >
    >
    http://img247.imageshack.us/img247/8071/changepropertyfu1.jpg
    >
    > The code generated by the behavior dialog above is this:
    >
    >
    onmouseover="MM_changeProp('td1','','backgroundImage','thumbnails/australian
    > wildflowers.jpg','TD')"
    >
    > The contextual help associated with the behaviors dialog
    is quite poor,
    > and
    > I'm guessing that the value is entered without
    quotations and the like.
    >
    > I'm sure I'm making a simple mistake - can anyone help
    me out?
    >
    > Thanks all!!
    >
    >
    onmouseover="MM_changeProp('td1','','backgroundImage','thumbnails/australian
    > wildflowers.jpg','TD')"
    >

  • Uploaded my pictures from my iPhone to my MacBook- Some of the videos I made show that they imported and play sound, but no picture- are they gone?

    I Uploaded my pictures from my iPhone to my MacBook… Some of the videos I made show that they imported and play sound, but no picture… are they gone?Becuase they offer to delete what was imported, so to save space i did... Is there anything I can do to restore the picture?

    Do your videos play in QuickTime Playerwhen you reveal one of them in the Finder with "File > Reveal > Original"? Try to open the revealed movie in QuickTime and see if it plays.
    Check the format of the movie. You can see it in the Inspector in QuickTime Player from the "WIndow" menu: Window > Show Inspector.
    iPhoto does not support all movie formats and codecs that QuickTime player can play, and not all frame rates.
    See: Using AVCHD video with iPhoto '11
    If the movie does not play in QuickTime Player either, install QuickTime 7 for more codecs.

  • How do i play .mp4 files via Dreamweaver CS3??

    Hi,
    Using Flash CS3 the RTMP path to the .mp4 file is:
    rtmp://localhost/vod/mp4:sample.mp4 and it works fine to play
    .mp4's, mov's etc.....
    In Dreamweaver CS3 it wont accept any combination of paths.
    Unlike Flash CS3 which only requires the single String,
    Dreamweaver has two boxes that need to be filled in: The Server URI
    field and also the Stream Name field.
    Like FMS 2, where you don't name the streams folder in the
    url, Dreamweaver CS3 is looking for it ie the "media folder" which
    has replaced the "stream" folder.
    Where in Flash CS3 you have to use the convention
    mp4:sample.mp4, Dreammeaver will not accept anything.
    Any help here would be appreciated

    I assume from the silence that Dreamweaver CS3 has not been
    updated to handle Flash 9 player and streaming Video from FMS 3.0
    then.

  • Help, please.  My iMac sound has gone all stat·ick·y The Video won't play correctly or at all.  I have a Model Name:     iMac   Model Identifier:     iMac12,1   Processor Name:     Intel Core i5   Processor Speed:     2.7 GHz  I am running OSX 10.6.8

    Help, please.  My iMac sound has gone all stat·ick·y The Video won't play correctly or at all.  I have a Model Name:
    iMac   Model Identifier:
    iMac12,1   Processor Name:
    Intel Core i5   Processor Speed:
    2.7 GHz  I am running OSX 10.6.8

    So just to be clear on a few things:
    Should partitioning the hard drive not work is it undoable?
    Will this have any impact on doing a complete erase and reinstall and will that restore it back from the process?
    Is there a limited amount of space that makes this process ineffective?
    I have never had to do this sort of thing so I just want to be sure I don;t wind up in the dog house *)
    Thanks again

  • Why on firefox browser on videos i cant hear sound it just playing and just gone.

    Why on firefox browser on videos i cant hear sound it just playing and just gone. The sound dissapearing on all videos. Please help me i tried some solutions but it not fixed. Thank you.

    Did you check the volume setting in that Flash Player?
    Try to clear the Flash local storage and settings.
    *Windows Control Panel > Flash Player > Storage: Local Storage Settings
    **Remove a specific domain: Local Storage Settings by site
    **Remove all domains: Delete All and Delete Data
    Flash Website Storage Settings panel:
    *http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html
    Global Storage Settings Panel:
    *http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html
    You can click the Volume icon on the Windows Taskbar near the clock and click the Mixer link at the bottom to open the mixer.<br />
    You can adjust the volume level for each application in that window, so make sure that Firefox is not muted or set at a low level.<br />
    Current Firefox versions use the plugin-container process to run plugins, so you need to check the volume setting for the plugin-container process.<br />
    You will only see the Firefox program or the Plugin Container in the Mixer if you are on a website that plays sound.

  • How can I activate Dreamweaver CS3 on a second Apple Mac when the original Mac has gone wrong?

    I have Dreamweaver CS3.
    I have used it on my laptop and my desktop Macs.
    In the past, I have simply deactivated it on one Mac to use it on the other.
    My laptop, which has Dreamweaver activated on it, has a graphics card problem and is in for repair.
    I cannot use the Dreamweaver installed on my desktop computer because I cannot de-activate it on the laptop (which is being repaired by Apple and which Apple say they can't access to de-activate it, because there is no screen display).
    This is obviously going to be a future problem if one of the Macs blows up while Dreamweaver is activated on it. I will not be able to use the Dreamweaver I bought nor service my website.
    Help! ?

    You could always download the trial version until the laptop is fixed. But, I don't know if you can even save a file from CS5 that would be compatible in 3.  It is sucky to not have the single user, two activation license. This is one of the things I applaud Adobe for. Most major software licenses are meant for a single machine, and not so concerned about users - that they know it's unlikely that several users would share a machine.it does happen, but it's also quite an inconvenience.  The two activation solution takes into account a more realistic scenario for a single user. The other option being used with some programs is the dongle, which I also like, even though many others don't for various and valid reasons. Anyway, I just looked at a page in cs4 and it doesn't really save in any particular version, HTML is HTML. I just don't know what will happen if someone goes to open it in CS3 - will it open less any CS4 code, not open, erase the code on save? Will it be the same for 5? Just wondering as you may be able to use the trial.

  • Who uses Dreamweaver CS3 on Mac OS X?

    Howdy,
    I'm curious to know how many of you here use Dreamweaver CS3
    on the Mac? Not bothered bout you Windows users, I've used it on
    there and it's fine (although bulky and slow).
    I made the switch to mac a long while back, and coming from
    Windows and HomeSite (oh how much I love homesite!!!) the natural
    move was to go to Dreamweaver. So I bought a retail copy (along
    with PhotoShop CS3) for quite a bit of cash, and I don't use CS3 as
    its pretty damn awful on OSX!
    By the way, I NEVER touch the WYSIWYG part of Dreamweaver
    (wish I could delete all WYSIWYG stuff from it, as that what slows
    it down I'm sure)
    To name a few bugs (I'd like to know if you experience these
    too):
    1. It's very slow and bulky, I mean just moving the cursor to
    a new line in code view is slow, just doesn't feel good. It
    actually feels like its about to crash on me any minute! And I'm on
    a 6GB 8 cOre 2.8GHz Mac Pro... so its not my Mac :)
    2. I set my toolbars up to my own preference (i.e. I like to
    have the "Standard" menu showing and the "Document" one not) then
    suddenly out of the blue "Standard" has gone and the "Document" one
    is there. Sometimes I boot up and all is good, open a document and
    it disappears (along with the line numbers on the left), right
    clicking says its still there but it isn't.
    3. Certain folders on the left file view REFUSE to close! I
    collapse them, open another folder up (uncollapse) and what do you
    know, the other folder pops open again. Close and open dreamweaver
    its open again... I've never manged to close this particular
    folder, dreamweaver really likes it for some reason?
    There are plenty more, but they are the main ones!
    The unfortunate thing is I cannot find a good alternative on
    OS X for syntax highlighting, the fact that HTML elements are
    coloured differently is invaluable to me, and thats one of the main
    things I love bout Dreamweaver (not to mention the global replace
    feature that other IDE's don't include)?
    Bring HomeSite to OS X is what I say :)
    What is your experience of DW CS3 on OS X? Does it all work
    correclty for you? Or are you annoyed by it too?
    ta

    Ansel_Tk1 wrote:
    > Next time i hear a mac dude extolling the virtues yada
    yada I'm
    going to tell
    > him to cram it.
    >
    > Tongue in cheek of course :)
    >
    I plotted my escape from Microsoft for years before I finally
    knew
    enough about software and the technologies I was using and
    had
    sufficient money to make the leap. (I went for a top of the
    line MacBook
    Pro.)
    On the negative side, I've learned that the Mac isn't a free
    ride.
    Upgrading to Leopard was a wrestling match, as was upgrading
    to Adobe
    Creative Suite (largely because certain sales people sold me
    the wrong
    upgrade package - twice). I'm also bothered by a number of
    annoyances
    that sometimes remind me of my Windows PC.
    However, I'm working with a far greater variety of software
    programs
    than I ever had on my PC, and the annoyances seldom turn into
    the minor
    catastrophes that made life with M$ living Hell.
    So far, Dreamweaver is working fine for me. The biggest
    annoyance is the
    fact that it likes to jump back and forth between "Spaces,"
    though
    Spaces remains my favorite Leopard feature.
    I'm sorry you're having problems with yours - and I was
    shocked to hear
    that that Rosetta crap also applies to Dreamweaver. I'd never
    heard of
    Rosetta until I had some problems with my browsers. Enabling
    Rosetta
    fixed the problem, but, sheez - all that Rosetta business
    sounds like
    something that came straight from Bill Gates' living room. So
    I'm not
    sure if the problem ultimately rests with Adobe, Mac OS X or
    both.
    Unfortunately, I don't know enough about the situation to
    advise you.
    However, if you live near a sizeable Apple store, schedule an
    appointment with their "Mac Geniuses." I've gone in to see
    them at 7
    a.m. a couple times - free of charge - and they were a big
    help.
    If you're using Leopard, I assume you've already installed
    the two
    updates - 10.5.1 and 10.5.2. Ironically, the second update
    appeared to
    create one of the very problems it's supposed to eliminate.
    (Whether or
    not it's actually a problem is a matter of debate in the Mac
    community;
    it hasn't actually caused any problems for me.)
    You might also try posting some questions on Apple's forums -
    http://discussions.apple.com.
    If nothing works, and you do go back to M$, I certainly
    wouldn't hold it
    against you. If Apple and/or Adobe don't have their act
    together, then
    you can't blame people for returning to a platform that
    works. However,
    I have much greater confidence in both Apple and Adobe to fix
    their
    problems in the long run than I do in Microsoft. Even if you
    get
    Dreamweaver to work on your PC, will your other software
    programs work?
    In summary, I've learned that there's no free ride in
    computing. But I
    still prefer my Mac to M$, and I don't believe I've heard as
    many
    complaints about Dreamweaver on a Mac as I have about Vista.
    But do
    whatever's best for you.
    > I have been using Dreamweaver on the PC for years, quite
    happily too. I've gone
    > through the switch and am now a Mac user as well. I have
    installed CS3 on my
    > MacBook Pro 2.4/4GB/10.5.2 with the expectation of
    getting at least good
    > performance with the (IMHO) premiere Web/DE App - but
    no. CS3 is sluggish to
    > say the least on my Mac, with performance of synching
    files and
    > opening/modifying page components at almost unusable
    speeds. I have done the
    > 'Open Using Rosetta' thing and it only made a slight
    difference. So, I googled
    > the issue and am AMAZED that this is a well known
    problem with CS3 by various
    > accounts posted out there.
    >
    > Really? Seriously? For all the design community on the
    Mac and the large
    > number of web designers using this piece of software
    that this stands? Where is
    > the fix from Adobe? It's not like this suite was just
    released last month! Very
    > sad (I can't stress how sad this is!) when I have to go
    BACK to the PC for a
    > smoother work environment to design web pages...
    >

  • Play sound on mouseover and mouseclick

    I have buttons on my website. I want them to swap image and play sound  on mouseover and mouseclick. Dreamweaver has a behavior for swap image, and it used to have a behavior for play sound but they took that away after cs5 and I have cs6, so does anyone know the code I can manually enter and where I'm supposed to enter it? I'm an idiot when it comes to computer languages so can you just give me the exact code that I can copy and tell me where to paste it. the sound file I want to play on mouseover is images/button a.wav, and the sound i want to play on mouseclick is images/button b.wav. thanks for any help
    ps
    I also know the sounds  can be annoying to some people so is there a way to aslo a make a mute button for just the button sounds(i have videos that have required sound that I need to play), if so could you tell me how

    I lied no it didn't work, it worked until I added the swap images.Here's the code with the swap image but the sound not working  <td rowspan="2"><img src="images/index_r2_c2.jpg" width="185" height="95" id="Image1" onmousedown="MM_swapImage('Image1','','images/down_r2_c2.jpg',1)" onmouseup="MM_swapImgRestore()" onmouseover="MM_swapImage('Image1','','images/roll_r2_c2.jpg',1)" onmouseout="MM_swapImgRestore()"<a href="#" onmouseover="playSound('images/button b.wav');"onmousedown="playSound('images/button a.wav');"></a></td>, what's wrong with it

  • Dreamweaver CS3 Crashing Instantly

    MAC OSX 10.5 Leopard
    I am experiencing an incorrect behavior of Dreamweaver CS3
    instantly crashing. Here's when it happens.
    In Design View... no problems.
    In Code View... instant crash of DW CS3 when I attempt to
    click on any line that has either meta tags or recordset scripting.
    (if I click around parts of the body in code view, no crash).
    Since it's so specific as to what I do when it crashes, what
    do you think is wrong?

    *.ste is the extension that DW uses. BUT - if you have never
    EXPORTed the
    site defintions from within DW, you will not find any of
    these.
    Here is a post from Sonjay, which I found by searching this
    forum for "Mac
    site definition" -
    On the backup of the old drive, look in this directory:
    /Users/you/Library/Application Support/Adobe/Common/9/Sites
    And find the file named "Site Prefs"
    Copy that file into the same location on your new drive.
    The site definitions are defined in this file using from the
    name of your
    hard drive, e.g.,
    "MyHardDrive:Users:Myusername:SiteDirectoryName"
    If the name of your hard drive is different from the old one,
    you'll need to
    open that file in a text editor (NOT Dreamweaver -- something
    like TextMate
    or BBEdit) and do a global find-and-replace to replace the
    name of your old
    hard drive with the name of your new one in all the site
    definitions. Save
    and close.
    Relaunch Dreamweaver.
    You're done.
    Sonjay
    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
    ==================
    "TMCDesign" <[email protected]> wrote in
    message
    news:fh3ga3$3ud$[email protected]..
    >
    quote:
    > They are *.ste files, and they are stored where you put
    them when you
    > exported them.
    >
    >
    > In Leopard, there is an awesome new utility that backs
    up your computer
    > automatically, just "plug and play" like all Mac things
    that are
    > great.
    >
    > I just needed to know what type of file it was I was
    looking for. When I
    > go
    > back and look at my various stages of backup, I can then
    pluck the file
    > out of
    > wherever it is.
    >
    > .ste (that's the Mac extension?)
    >
    > Thanks for the help.
    >

  • DW CS3 Loses Server Behavior

    I have set up the PHP tutorial from
    http://www.adobe.com/devnet/dreamweaver/articles/setting_up_php.html.
    Site definitions are setup as per instruction, however, when
    opening the send.php or view.php pages, the server behavior is lost
    in the applications tab. If I try to set them up on that tab again,
    it takes me to a new site def. session.
    If I create a new PHP page, the behaviors are there, I can
    create a connCafeTownsend DB connection, but when I add a RS, the
    Site def. is gone again.

    BiggestDave wrote:
    > Site definitions are setup as per instruction, however,
    when opening the
    > send.php or view.php pages, the server behavior is lost
    in the applications
    > tab. If I try to set them up on that tab again, it takes
    me to a new site def.
    > session.
    The video tutorial I have created at the following location
    shows how to
    define up a PHP site in Dreamweaver:
    http://experts.na3.acrobat.com/phplocalsitewin/
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

Maybe you are looking for