Can you loop audio on first page of iWeb

Just got iWeb - experimenting, but not yet published the site.
Can I set up an audio clip to loop continually? - either just on the first 'welcome' page, or throughout the site until a different audio clip is selected? This would be like on most computer games - a drone kind of piece of music, written by myself.
Also is there a way to place an audio clip 'on top' of a photo or a movie, to give some kind of visual relief?
Is there a way to copy and paste the Navigation bar to all pages?
Finally, is there a clip art thing with the art designs and stamps etc?
Best regards, Rich
G5   Mac OS X (10.3.9)  

Can I set up an audio clip to loop continually? -
either just on the first 'welcome' page, or
throughout the site until a different audio clip is
selected? This would be like on most computer games -
a drone kind of piece of music, written by myself.
You can very easily do this, but you can't do it in iWeb directly. It's going to take some post-publishing editing of the iWeb-generated HTML files. See this link...
http://www.world-voices.com/resources/addaud.html
This is one method of directly embedding different audio file formats. Whether the audio is audible to the visitor depends on whether their web browser has a plugin to decode the format.
The other method is to drag the audio file directly into iWeb. This will require that the visitor have QuickTime loaded in order to hear the audio. To make the audio autoplay you would still have to do some editing of the page.js file.
Here is an example of some background sounds on my website...
My World

Similar Messages

  • Can I open directly to first page, and not the title/TOC?

    Can I open directly to first page, and not the title/TOC? We're using HTML5 content for multiple platforms. It works fine, but takes three steps to get to it. We'd like for the book to start immediately with our imported widget. The current process is clunky for the user. Thank you.

    Coincidentally i use Google also ..but i wouldn't like to change it...thanks.. your answer it's being helpful. I solved the problem by changing my Firefox preferences : 1.-PRIVACY 2.- Remember history mode.
    Anyway i still think that shouldn't work this way when you are in "Never remember history " mode.

  • How can you get audio for  books on the kindle

    how can you get audio for  books on the kindle

    The audio inputs on Macs are line level inputs and not mic inputs.  You need a mic with a built in preamp (battery powered) or more conveniently a USB mic or bluetooth headset.

  • Can you bookmark audio books

    Can you bookmark audio books?

    Select the tracks in iTunes and Get Info, on the options tab set Remember bookmark position to Yes. See also Audiobooks on iPods.
    tt2

  • Can you convert MS word to pages?

    Can you convert MS word to pages?

    I see you just list an iPad, but you've posted in the Pages for Mac forum, so I'm going to assume you are asking about Pages on a Mac. Pages can open most Word documents (probably Word 97 or later). The conversion most likely won't be perfect, so be prepared for some differences.

  • Can you print document save in pages under iCloud

    Can you print documents save in pages under iCloud

    The easiest solution may be to Duplicate the file in iCloud by highlighting it / Right Click / Duplicate
    Drag the Duplicate to the Desktop and Print

  • Can you make address labels in Pages?

    Can you make address labels in Pages?

    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=182&highlight=labels &mforum=iworktipsntrick
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=245&highlight=labels &mforum=iworktipsntrick
    Peter

  • Can you "loop" a slideshow for continious playback in either elements or on revel?

    Can you "loop" a slideshow for continious playback in either elements or on revel?

    patrick.nugent
    Although letting the player do the job may be the easier way, you might want to explore the use of a free program named InfoEdit that was brought up in a 2010 thread here.
    http://forums.adobe.com/message/2518706#2518706
    I have not used InfoEdit, but you might find it interesting.
    Plesae let us know the outcome.
    Thanks.
    ATR

  • Can you record audio in mainstage?

    Can you record audio in mainstage?

    Yes. There's a toolbar button and there's an item in the Action menu. It will record the audio that coming out of the output pair you set in the Audio tab in the preferences. You can set a recording path and a file type in the prefs too.

  • TS4036 My iPhone has just been replaced and I am trying to restore from iCloud but its saying no backups are compatible with the version of IOS 6.0.1. My back iOS are IOS 6.1. Can you update the phone first then restore?

    My iPhone has just been replaced and I am trying to restore from iCloud but its saying no backups are compatible with the version of IOS 6.0.1. My back iOS are IOS 6.1. Can you update the phone first then restore?

    Welcome to the Apple Community.
    Yes, update first, Settings > General > Software Update.
    Then navigate to Settings > General > Reset > Erase all contents and settings on the device you want to restore.
    When this completes and the Set-Up Assistant starts, choose "Restore from iCloud Backup" and enter your iCloud account and password. You will see the three most recent backups for each of the devices on which you enabled Backup. Choose which backup to restore from.

  • How can you rip audio from video

    How can you rip audio from a video using Itunes 11.1?  I am using a pc win 8

    Possible in iMovie 08 with a lot of tinkering. Easy in iMovie 9 and iMovie 11 with drag and drop.
    See [Aaron's blog post for how to do it in iMovie 08|http://imovie08.blogspot.com/2007/08/how-to-extract-audio-from-clip.html]

  • Can you add a watermark to pages and if so how?

    Can you add a watermark to pages and if so how?

    Hi Grant,
    See Page 63 of the  Pages'09 User Guide. (Download from the Pages Help Menu)
    Using  Master  Objects  (Repeated  Background  Images)
    You may want to add watermarks, logos, or other background images that appear in the same spot on every page of your word processing documents. These repeated graphics are called master  objects.
    Regards,
    Ian.

  • Can you add an RSS feed on an iweb blog that would allow visitors to receive new entries by email?

    Can you add an RSS feed on an iweb blog that would allow visitors to receive new blog entries through their email?

    RSS feeds don't do that - if they add the feed to an RSS reader (including Safari or FireFox) they will see new updates every time they check: but sending them emails on each added episode would require extra programming in the actual program, which iWeb doesn't provide. You would need to have a mailing list and send out an email manually each time you add an episode.

  • Can you have audio automatically start when new page is loaded

    I was wondering if iWeb allows you to set up an audio file to be played automatically when someone loads a certain page.
    Thanks for your help

    You are using iWeb 1.1.2. No problem.
    As long as you don't mind doing a little post publish editing of your .js files, it's fairly easy to do. You will find them in this path on your iDisk, using the Go menu in Finder:
    Go/iDisk/MyiDisk/Sites/iWeb/Nameofsitefolder/Page_filesFolder/Page.js
    Open the .js files for that particular page on your iDisk with any text editor (I like Taco, and it's free) and make the following changes to the script code that controls your movie: (you will find the movie code near the top of the page in the .js file)
    Change autoplay="false" to autoplay="true"
    Change loop="false" to loop="true"
    Changing controller value="true" to controller value="false" will remove the controller from the page entirely. Make these changes in both sets of tags, (object and embed).
    Make the changes and just "Save". Clear your browser cache and you should see the changes take effect immediately. Bear in mind you will have to make this modification each time you republish your site. You can also save this modified .js file and replace the republished file with it, as long as no other changes were made to the page in iWeb.
    -Mark

  • Can you open a second jsp page as popup/new window?

    Hi all gurus!
    I have a question regarding popups/new windows in an iview application. Instead of starting with a question let me instead describe what I want to do.
    We have a jsp page that presents a search and then the search result in a table where one column is "clickable". When the user clicks a cell a server round trip retreives data specific for that cell value. This is standard functionality and already fixed so here is what differes: we want a new jsp window to open like a popup, with the data retreived from the server round trip and at the same time the first page with the table shall still be there so that you just can close the popup and click the next cell which creates a new server round trip and a new jsp popup and so on.
    My solution which doesn't work yet: In application "a" I have a JavaScript for the clicked cell which opens another iview application "b" in a new window, by window.open("navurl_to_the_iview"), and that works fine.
    At the same time the value of the clicked cell is written to the data bean and the bean is put in the http session (since component session does not reach between applications).
    The second iview "b" retreives the bean from the http session and fills the jsp page with data.
    Here is now the problem: no data is displayed and this because the iview "b" retreives the bean BEFORE iview "a" has been able to put the bean/value into the http session. How do I know this for sure? Simple, if I do a refresh of iview "b" the value is displayed.
    I could do a JavaScript that recursively checks if the value in the bean is null or not but then I have to do a method that retreives the bean from the http session each time.
    This could work but I wonder if this is the most simple solution. So my question for you gents and madams is: do you know of a more simple solution?
    Best regards
    Benny Lange
    Edited by: Benny Lange on Oct 6, 2009 11:33 AM

    Hi you all.
    In this case the solution was to pass the id in the url to the second iview and let that iview use the id to retreive data from the backend system.
    But I still think the question is interesting, if it's possible to open a second jsp window after a server round trip and still have the first one open.
    All the best
    Benny

Maybe you are looking for

  • Can't scan over the network after clean windows 8 install

    My wife's hard drive recently crashed (it was Windows 7 32bit).  I replaced the drive and installed Windows 8 64bit, and then upgraded to 8.1.  I did the 8.1 update before I installed any software (i.e., canon drivers).  Everything seems to work fine

  • My fullscreen mode is not working in any app I use. What may be the problem

    Here is the log : 11/09/12 22:56:57.252 Console[440]: ___createFullScreenMessageConnection_block_invoke_0: Fullscreen message error: Connection invalid 11/09/12 22:56:57.330 Console[440]: Message error: Connection invalid 11/09/12 22:56:58.149 Consol

  • Security code in webDynpro for extranet portal

    Hi Friends, I got some code related to security that we need to take care from webdynpro side in case of extranet portal application.       String userId = "";       IWDClientUser wdUser = null;       IUser user = null;       IUserAccount [] acct = n

  • Incorrect TimeStamp in Generic Delta (UTC Issue)

    Hi, I have a problem regarding a generic delta extractor. The pointer stored in rsa7 (ROOSGENDLM table) is not UTC but system time. As standard tables store the timestamp using UTC format the delta extractor is not picking up the correct data. Do you

  • BR0301W SQL error -1012 at location db_file_switch-15, SQL statement:

    Dear all , offline Backup finished with error . kindly find the below logs #BEGIN /oracle/IRP/sapdata3/undo_1/undo.data1 BR0280I BRCONNECT time stamp: 2010-02-07 03.00.28 BR0307I Shutting down database instance IRP ... BR0280I BRCONNECT time stamp: 2