Sound in Dreamweaver

Admittedly, I am a TRUE novice here... but:
I have a page that I set up, including graphics and sound,
that, in First Page looks fine, and the sound "plays".
But in Dreamweaver, the graphics are represented by place
holders, and the sound isn't, at all... But when I take that page,
from within DW, and view it in a browser, IE 6 for instance, it's
all fine.
Is there no "full preview" mode in Dreamweaver, or am I just
set up wrong?
Please...
Regards,
Chuck Billow

That's what is supposed to happen DW is an editor for putting
your pages
together. You always preview in a browser.
James Loudon
www.fatgraphics.com
websites::photography::video
"CWBillow" <[email protected]> wrote in
message
news:eu090e$ftr$[email protected]..
> Admittedly, I am a TRUE novice here... but:
>
> I have a page that I set up, including graphics and
sound, that, in First
> Page
> looks fine, and the sound "plays".
>
> But in Dreamweaver, the graphics are represented by
place holders, and the
> sound isn't, at all... But when I take that page, from
within DW, and
> view it
> in a browser, IE 6 for instance, it's all fine.
>
> Is there no "full preview" mode in Dreamweaver, or am I
just set up wrong?
>
> Please...
>
> Regards,
> Chuck Billow
>
>
>

Similar Messages

  • .aif sound file, Dreamweaver CS6

    I'm designing a web page with Dreamweaver CS6 that has an .aif format audio file.  When the page is opened on the web the way it is now, the music automatically starts playing.  I want to make it so the viewer/listener has to click the arrow before the music starts.  Is that possible and if so how can I change it so the listener has to click to start the music?
    Any help would be much appreciated.
    Susan

    AIF is not suitable for the web.  It's too huge.
    Convert your sound file to MP3 and OGG. This will reach the widest browser audience.  Then use an HTML5 audio player like the one below.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 Audio Demo</title>
    <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
    <style>
    header {
        width: 500px;
        margin: 0 auto;
        text-align: center
    audio { color: red }
    figure {
        margin: 20px auto;
        padding: 20px;
        width: 500px;
        text-align: center;
        border: 1px #ccc dashed;
        clear: both;
    figcaption {
        display: block;
        clear: both;
        text-align: center;
        font-style: italic;
        padding-top: 15px;
    dl {
        text-align: left;
        margin-left: 40%
    dt {
        clear: both;
        float: left;
        width: 4.5em;
        font-weight: bold;
    line-height: 150%
    dd {line-height:150%; color:maroon}
    </style>
    </head>
    <body>
    <header> <h1>HTML5 Audio Demo</h1>
    <p><a href="http://www.w3schools.com/html/html5_audio.asp">HTML5 Audio Tutorial</a></p>
    </header>
    <figure>
    <audio preload="auto" controls >
    <!--replace demo audio files with your own-->
    <source src="http://alt-web.com/Media/Fake-Empire.ogg" type="audio/ogg">
    <source src="http://alt-web.com/Media/Fake-Empire.mp3" type="audio/mp3">
    Looks like your browser is outdated and doesn't support the audio element.
    Please upgrade to a modern browser that does.
    </audio>
    <figcaption>HTML5 Audio using OGG &amp; MP3 files. <br>
    Works in all current browsers &amp; mobile devices.<br>
    </figcaption>
    </figure>
    <dl>
    <dt>Title:</dt>
    <dd>Fake Empire</dd>
    <dt>Year:</dt>
    <dd>2007</dd>
    <dt>Artist:</dt>
    <dd>The National</dd>
    <dt>Album:</dt>
    <dd>Boxer</dd>
    </dl>
    </body>
    </html>
    Nancy O.

  • No sound in Dreamweaver template

    Hi everyone, I'm brand new to Dreamweaver so please excuse
    the stupidity of what I'm about to ask. My problem is this: I have
    created a few templates that's been working just fine with text and
    images but now I want to embed a sound file and can't for the life
    of me get the sound to play. I've tried including the sound file in
    the template but to no avail and have seen mention on various sites
    of unlocking the header but haven't worked out how to do this. Can
    anyone throw me a line on this? I'm midway through a majorly
    important project and would really appreciate any advice.

    http://www.spentharvests.com/templates/school_chapter.dwt
    This file is not found by the browser.
    Even this file -
    http://www.spentharvests.com/Templates/school_chapter.dwt
    (the templates folder name should always have an initial cap)
    The code on the child page appears nominal. But at the
    bottom, you have
    this -
    <div id="copyright">&copy; 2007
    spentharvests.com</div>
    <embed name="CS1195492309000" src="../bethelWAV.wav"
    loop="false"
    autostart="false" hidden="true" width="0" height="0"
    enablejavascript="true"></embed>
    <embed name="CS1195506747203" src="bethelWAV.wav"
    loop="false"
    autostart="false" hidden="true" width="0" height="0"
    enablejavascript="true"></embed>
    The sound file is linked TWICE, and only the second link is
    correct. So in
    the template, change it to this -
    <div id="copyright">&copy; 2007
    spentharvests.com</div>
    <embed name="CS1195506747203" src="/School/bethelWAV.wav"
    loop="false"
    autostart="false" hidden="true" width="0" height="0"
    enablejavascript="true"></embed>
    (i.e., a root relative link directly to the sound file)
    and see if that helps.
    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
    ==================
    "nich4444" <[email protected]> wrote in
    message
    news:[email protected]...
    > One of the chapter templates should be viewable at
    >
    http://www.spentharvests.com/templates/school_chapter.dwt
    but when I try
    > to
    > access it online via a proxy (we have our own server at
    home so I can't
    > view it
    > directly) the page can't be displayed. The pages
    generated from the
    > templates
    > seem to show up okay (for instance
    >
    http://www.spentharvests.com/School/school_1.html
    ). Basically I've saved
    > all
    > the templates in a folder called templates in the root
    folder. Inside the
    > templates folder they're named school_chapter.dwt,
    war_chapter.dwt,
    > manse_chapter.dwt and so forth. Is there something like
    Dreamweaver
    > templates
    > aren't viewable online?
    >
    > Thanks again. By the way I wouldn't want to speak too
    soon but I think
    > I've
    > just about reconstituted something resembling square one
    after the GTF. I
    > got
    > round the changing the book image for something smaller
    problem by just
    > renaming my new smaller version of the image the same as
    the original,
    > which
    > replaced it throughout the site. Only problem was that
    even though its
    > pixel
    > dimensions were identical to those of the original, the
    new version for
    > some
    > reason sat slightly lower on the page which meant that
    the page layout on
    > quite
    > a few chapters needed adjusting. Never mind, I'm ust
    relieved that the
    > links
    > are back up and working though and also that the new
    page should be a lot
    > faster to load. I thought that the old file size was
    over a MB but it
    > turns out
    > that it was only(!) 150kb, which challenges my sanity a
    bit further. Never
    > mind, the new version is less than half that and a lot
    better, thanks to
    > your
    > feedback on the image size.
    >

  • Flash Looped Sound in Dreamweaver

    Created a flash movie with music in a sound layer set up for
    looping. When it is published, the .swf file is placed in
    Dreamweaver site. The Flash tests correctly in Flash with the
    sound, but when played in the browser, it sounds like the sound is
    duplicated or one overlaying the other. I right clicked the flash
    and unchecked the "Play" button. That stopped the play of the movie
    and at the same time corrected the sound like a layer was taken
    off. I don't know what's wrong. I created a Dreamweaver site to
    learn it and Flash.
    Rachel M.

    Created a flash movie with music in a sound layer set up for
    looping. When it is published, the .swf file is placed in
    Dreamweaver site. The Flash tests correctly in Flash with the
    sound, but when played in the browser, it sounds like the sound is
    duplicated or one overlaying the other. I right clicked the flash
    and unchecked the "Play" button. That stopped the play of the movie
    and at the same time corrected the sound like a layer was taken
    off. I don't know what's wrong. I created a Dreamweaver site to
    learn it and Flash.
    Rachel M.

  • Adding Sound in Dreamweaver CS6?

    Hi everyone,
    Can anyone tell me how to add a sound, which will play and loop to a mouse down behavior in CS6 please?
    The behavior has been removed since CS5!
    best regards, Ian

    Hi iBrads,
    Are you looking for something like these?
    http://css-tricks.com/play-sound-on-hover/
    http://webdesign.about.com/od/sound/a/play_sound_oncl.htm
    Thanks,
    Preran

  • Adding sounds to Dreamweaver Spry Menus

    Is there a way to add custom audio sounds to the spry menu so
    that when someone visits the website and puts their cursor over the
    menu item they can hear a custom audio play?

    There is a way to do just about everything but think about
    how annoying this will be for visitors that don't want to hear this
    (and would rather be listening to music or other audio from their
    PC). These little bells and whistles do nothing to enhance user
    experience and can only result in driving away business. But if you
    are determined, search the web for roll over sounds.

  • Cant insert media into dreamweaver keep getting an error message

    Whats going on forum, I've trying to insert sound into dreamweaver from a track that i made in garageband. I keep getting an error message saying the kind of plugin cannot be found

    Save as MP3 and use an HTML5 audio player. 
    http://www.pickleplayer.com/
    You can see a working example of the MP3 Player button on this page:
    http://alt-web.com/DEMOS/SmoothScroll.shtml
    Nancy O.

  • Add sound to image button (in swf to add to Dreamweaver)

    Someone
    PLEASE help...
    I have been trying to do what I thought would be a simple
    task. I am creating my first website (www.crypticart.com) in DW8. I
    want to add short sound clips I have recorded of the bells and
    chimes to the images I have created for the top navigation;
    specifically here:
    http://www.crypticart.com/intro.asp. I have tried every way
    I can determine in DW without success.
    I found a reference on Adobe's website which suggested
    creating in Flash a .swf file that contains the .mp3 or .wav sound
    file, then importing this into DW8.
    Unfortunately, I cannot find instructions that are clear
    enough for me to accomplish (I am very new to Flash). I have tried
    a DW extension (insert sound), but that didn't work.
    It seems like this should be something easily to accomplish.
    Any guidance will be greatly appreciated![b/]
    email: [email protected]

    tliszt,
    Couldn't you just re-create the navbar in Flash? Then, you
    could just use the "Linkage" option. I used this method to play
    music when the mouse is rolled over a movieclip. Here is my music
    page:
    http://www.theclownship.com/music.htm
    Hope that will help. I used Dreamweaver & Flash8

  • How to place a sound and player in dreamweaver?

    After a while I make a website again and I forgot what the
    best way is to place a soundfile (MP3) in a webpage in dreamweaver.
    Important is that the sound can loop and that there is a player in
    the page to turn the sound off.
    I tried 'insert flash video' in dreamweaver after I encode
    the soundfile/ a song in Flash encoder.
    Afterwards I insert it in the page in Dreamweaver and I chose
    the Corona skin 1. By testing the page in firefox I heard the sound
    but I didn't see the player. What's wrong?
    Is there a better way to put a soundfile in a page than
    flash? It doesn't have to be flash, as long as the sound plays and
    there is a player to turn it off

    Have a look at Wimpy audio player or the Wimpy Button. This
    will work well
    even if visitor doesn't have an mp3 audio player installed on
    their system.
    http://www.wimpyplayer.com/affiliates/idevaffiliate.php?id=836
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "sjoerdrietman" <[email protected]> wrote in
    message
    news:gd4duq$fi2$[email protected]..
    > After a while I make a website again and I forgot what
    the best way is to
    place
    > a soundfile (MP3) in a webpage in dreamweaver. Important
    is that the sound
    can
    > loop and that there is a player in the page to turn the
    sound off.
    >
    > I tried 'insert flash video' in dreamweaver after I
    encode the soundfile/
    a
    > song in Flash encoder.
    > Afterwards I insert it in the page in Dreamweaver and I
    chose the Corona
    skin
    > 1. By testing the page in firefox I heard the sound but
    I didn't see the
    > player. What's wrong?
    >
    > Is there a better way to put a soundfile in a page than
    flash? It doesn't
    have
    > to be flash, as long as the sound plays and there is a
    player to turn it
    off
    >

  • 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')"
    >

  • 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/

  • Dreamweaver 8: Bei Sounds abspielen den Player unterdrücken?

    Wenn ich mit Dreamweaver 8 die Funktion "Sounds abspielen" auf meiner Internetseite einsetze, dann wird beim Abspielen im browser immer ein neues Fenster geöffnet und ein Player erscheint.
    Kann man das unterdrücken oder gibt es da Alternativen?
    Ich möchte gerne auf einem Bild in zwei areas zwei unterschiedliche Geräusche starten. Dazu muss der Player aber im Hintergrund laufen, sonst sieht man ja das Bild nicht mehr, sobald der sound läuft.
    Schönen Dank für Euer Interesse
    Götz

    Nochmal danke.
    Ich hab's jetzt geschafft, und zwar mit dem flowplayer. Ich kann zwar kein javascript, aber wenn ich die Größe des Players auf 1px einstelle, dann sieht man den Player absolut nicht.
    Das andere Problem war, den flowplayer zu starten aus einem Bild. Das hab' ich gelöst, indem ich zwei verschiedene Ebenen über das Bild gelegt habe, jeweils bestückt mit durchsichtigen .png Bildern. Wenn ich jetzt eine der Ebenen (= leere durchsichtige .png - Flächen) anklicke, kommt das dazu gehörende Geräusch (mp4 geht auch, nicht nur mp3). Das heißt, ich hab' das, was ich will, nämlich in einem Bild durch anklicken verschiedener Bereiche die dazu gehörigen Geräusche generieren.
    Das funktiert sogar so, dass jeweils das andere Geräusch immer abgeschaltet wird. s. Anlage.
    Den flowplayer gibts bei flowplayer.org oder so ähnlich.
    Schönen Gruß und Danke
    Götz

  • Dreamweaver cs 5.5 adding sound on mouse over

    I am wondering if I am missing something in 5.5, I remember being able to add a sound on mousover through the behaviours panel, but I can't seem to find that option anymore.  When I click the plus sign I do not see the add sound option.

    This link should tell you about it 'officially'
    http://help.adobe.com/en_US/dreamweaver/cs/using/WSc78c5058ca073340dcda9110b1f693f21-7ffba .html?PID=2159997#WS753df6af718a350a6d6db2681338b2942bc-7fea

  • I know this sounds ridiculous, but do you have to have Fireworks and Dreamweaver to create a website?

    Many years ago, I had a copy of fireworks and dreamweaver.  It seemed like I only worked with fireworks and created websites, links etc.  Do you have to have both and somehow they work in tandem?    

    My suggestion would be to forget about Fireworks, because the application's development was stopped in May 2013, and no updates are coming its way either. It is dead software, unfortunately. It is already experiencing compatibility problems on the latest Mac OS, for example, and it is only going to get worse.
    To create a simple website, you have two choices: you either learn basic html and css code (as Mylenium suggested), or you use a visual editor.
    I have a feeling you veer towards the visual editor solution, so here are some options:
    - http://www.softpress.com/freeway-express/
    - http://www.kompozer.net/
    - Web Design Software by Xara: Xara Web Designer
    - Adobe Muse
    ... or install WordPress through your host (most web hosts offer a one-click install option), choose a nice template from the tens of thousands available online, and start adding content.

  • Trying to do image+sound rollover with dreamweaver cs5

    so it's really hard doing both an image rollover and to get sound to play with the rollover as well

    We need more details to answer your question. Post your code/ what you're trying to achieve/ sample webpage so we can look into your issue.

Maybe you are looking for

  • Word 2004 for Mac documents not read by pc when sent by Email

    Documents composed on my imac in Word 2004 for mac, cannot be read by PC user who receive them by email (unknown format). However, if I put the same document on a memory stick and put that into a PC, the PC will read it! Very frustrating as PC users

  • Opportunities - Calculation Exp. Sales Value

    Hello, I want to create a new field in opportunities (detail tab) which has the same functionality like "Exp. Total Vol.". The new field called "Exp. Total Items" should aggregate the "Quantitities" out of the product list (opportunity tab - products

  • How to associate a separately downloaded Adobe help manual to its application

    Please how can I make Adobe application help manual (that I separately downloaded from torrent website) to open its help manual when clicked on help from the application open window, instead of opening a web browser for online help. I downloaded the

  • Encoding with weblogic.jar or wlclient.jar

    I am using weblogic 9.0 on jrockit 1.5.0_03 I have an application deployed using stateless session EJB’s. I have a webstart client that runs on jdk1.5.0_03. When using weblogic.jar on the client side, everything runs fine. When using wlclient.jar o

  • [sovled] gnome3.12 locale issue, cannot open gnome-terminal

    I update gnome from 3.10 to 3.12, everything works fine except that I cannot open gnome-terminal, the error message shows (process:2410): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. Error constructing proxy for o