Help: trying to add muic to eintire web seite

Hi there i am in need of serious help. i want to add a music
to my home page. the problem is i know how to add it to one site
but i want the same same music playing the entire time, and it
could be still be playing even when one is viewing other
pafges.

Link to your sound file through the properties Inspector,
Then use the Behaviour which is in the right hand panel. If
you can't see the 'Behaviour ' then go to Window - Behavior then
you will see it in your panel. There are plenty of options to
choose from. Something else you could do I guess is add a swf file
in your banner.

Similar Messages

  • Help - Trying to add a Homehub 2 to extend my Home...

    Hi All
    I've recently acquired a Homehub 2 (type A) and I'm trying to add it to my network to extend my Wifi.  My primary router is a Homehub 3 (type A).  I'm using TP Link Powerline adapters around my house to extend my wired network, and plugging my HH2 into a gigabit switch from one of the Powerline adapters (I know this works as I have a working Xbox and WDTV both networked from the switch via the Powerline adapter).
    I've followed the guide here (http://www.filesaveas.com/jarviser/repeaterhubswired.html) to set up the HH2 as a WAP.
    I've successfully reset to HH2 back to the factory defaults, accessed the HH2 via the preset admin password, reset the admin password, renamed the SSID to a unique SSID, given the SSID a password, disabled DHCP, disabled the firewall, and reset the IP address to 192.168.1.175.
    Currently I can locally browse to the HH2 web client and login at 192.168.1.175.  I can also see the HH2 via wifi on my network.  However, the issue is that when i attempt to connect to the HH2 via wifi it never manages to assign the device an IP address.
    Anyone any ideas as to the problem / solution?
    Thanks!
    Solved!
    Go to Solution.

    I got the same problem at the weekend (albeit between two HH 2 type a routers) when the power line adapters weren't connecting to each other.  If you have changed the DHCP settings in the "slave" router - the IP addresses will be allocated by the master router.  If the slave cannot connect to the master then it can't assign an IP address.
    Anyway that's what seemed to have happened to me - immediately the two routers were connected the IP addresses resolved immediately.
    You may want to try resetting the powerline adapters and make sure they are connecting to each other (on the BT supplied adapters that means the top "data" light is displaying green on both adapters).  I also found that sometimes after a disconnection or the master router being switched off, I had to restart the "slave" router after the master router was available again.
    I hope this helps.

  • Hi in need of help trying to add a live voting system

    i am trying to add a live voting system to my website basically two buttons one dislike and like its quite hard to explain a good example is www.truelad.com they have the set up that i want and i am quite confused on how to do this.
    any help would be mch appreciated
    oyea and i want it to be live and login feature

    Which server-side programming languages and databases are you using for your site? 
    There are several voting widgets (plug-ins) available for WordPress, Joomla! & Drupal. If you're using one of those frameworks to build your site, that's probably where you should begin searching. 
    Nancy O.

  • HELP Trying to add a printable image to a pdf Acro Prof 6

    I've already spent 4 days too many on this project. I've been asked to take this pdf and create one identical for the company. It's a fillable form also so instead of trying to recreate everything from scratch I was able to edit the text and change over everything that I needed to, which wasnt much.
    Except.... I can not get our company logo on the top of the page. I have Acrobat Professional 6. Yesterday I finally thought I solved the problem going under Tools -> Advanced Commenting -> Attach -> Paste from clipboard. But because its just a "comment" when I go to print it wont show up.
    I've been told to just add an image to the Header, yet I am unable to figure out how... Once I'm under this section it only allows for Text, not an image.
    I'm really pulling my hair out here over this... If anyone can please tell me how to add an image to a pdf (which is a fillable form) that when printed will actually show up as well PLEASE HELP.

    I just opened the watermark tool in AA8. I don't have AA6 handy. It has a scaling and location on the page after I select a graphic file to import. It also shows a sample page so I can see how it will display. I do not remember how watermarks worked on AA6. Will try in a bit.
    For AA6, it looks like you can only put in a PDF file. In that case, use a word processor to create the desired result you want for the background (the entire page, not just the logo. Then create a PDF to use for the watermark or background. Open the watermark/background tool and insert your new PDF (not sure if you should use background or watermark - might give both a try and see if that does the job. At least it appears to be what my system suggests. You need to be sure you use the same paper size since AA6 places the whole page you create. You might be able to use other sized, but then you have to deal with centering and such. Unless you have time to play a bit, I would create it the one the same size paper as I have suggested and then it is one less thing to have to work out.

  • Need HELP trying to add Express to existing network

    I get everything all setup and then the final step shows up when it asks you to put in password of existing network. I put the password in and it takes awhile the comes back with a message of An error occured while trying to connect to the network. Also when ever I do this my airport card in my computer becomes unresponsive and requires me to turn the airport on then off to get it to work again. Please help

    Sorry for the delay in response.
    I have been able to access and use Final Cut Server as part of our regular workflow from within our LAN.
    In terms of remote access to the network, I set up the Airport Extreme to forward all incoming requests to the computer running Final Cut Server. When I go to the IP address I am reported to be on (from whatismyip) from inside my network, everything works fine. I can access the apache server and Final Cut Server. When I utilize a computer not on the same network to access the IP address for the network my Final Cut Server is located on, the browser timeouts trying to connect. Eventually I receive a message saying the server is not responding.
    Any ideas why I cannot access my home network remotely?

  • Trying to add a simple applet to a web page

    Well, I was trying to add a simple applet to a web page(php nuke Home section), it didn't fin my applet, so I changed it and added it to a simple html file to make it as simple as I could get it.
    This is the code in the html file:
    <applet code="usblock.class" width="400" height="400">The browser doesn't support applets...</applet>The directory: www/usblock.html & www/usblock.java & www/usblock.class - As you can see the files are all in the same directory/folder.
    usblock.java code:
    import javax.swing.*;
    import java.awt.*;
    public class usblock extends JApplet
         public void init()
              JPanel p = new JPanel(new BorderLayout());
              p.add(new JLabel("Heisann"));
              add(p, BorderLayout.CENTER);
    }now as I open the html local on my computer, it workes. As soon as I open the usblock.html from my website, it doesn't.
    It gives me this error here:
    load: class usblock.class not found.
    java.lang.ClassNotFoundException: usblock.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 moreSo I thought it was that it couldn't find the .class file. Well, I went through the How To add applets that I found somewhere on sun.com. It had exactly the same as I had.
    Im figuring the problem is something easy and not hard to detect. But my eyes can't find it somehow. This is my second time trying applets, and I kinda forgot how I got it to work the first time.
    Im just glad for all the help I can get.
    Thanks a lot.
    LordSvae
    PS: Sry for the size of the post, but I'm not sure how much info I was supposed to put in here, so I thought the more the better, right? :S

    Hii,
    I doesn't know the solution but same kind of problem is come with me & I found that the problem is of Path i.e. you need to set a codebase attribute . For tempory solution what i do i simply copy the .class file in to html file dir.

  • Trying to add a device, web site says I have an order pending and I can't add until completed ?

    I'm trying to add a device and the web site says I can until the pending order is complete.. Yet I have no pending orders at least authorized  by me.. and the help and chat assistance is non-existence.. worrisome that there might be some kind of order pending with out my OK, and you can't chat with any reps about it... ..

    Have a bigger problem than this pls advise if you can help..
    AT&T
    I have a plan with them. And I'm upset With them (at&t)
    So I'd like to switch (from them)
    I've had AT&T since 1984 (though all there airtouch,cigular, etc)switches. they have no loyalty anymore.
    There free upgrade, is 36 dollars (they lie a lot lately)..(free upgrade fee???) then there's the required data plan for the free upgrade etc. do you want to use the phone for phone calls ?? there's a free fee for that too...
    So this is how I'm here poking around.
    Verizon I have a mobile hotspot.. it used at times in Monterey, CA . by Lori.
    My company gave me a Verizon Smart phone (removed). this is primarily for work. there plan.
    I've been told I can use it at will, but it's still not to me a personal line.
    With at&t I have 3 lines shared minutes etc, and home internet though uverse (at&t)
    So I have a mixed bag I'd like to clear up to one low easily managed service.
    I'd rather not incur additional cost trying to switch out all the phones etc
    Like to keep current phone numbers.
    The home internet (uverse) double my rate last month (end of promo) to 42 a month. not happy about that and am canceling that asap and returning there modem. I don't need much more than reading e-mail and such for my desktop computer, and netbook I use at wifi when needed (free hotspots etc).
    my wireless (cell phones) 3 lines 1400 minutes runs 130 a month. I'm not using that much anymore as the company phones picking up all the business calls now.. (they drop the cellular reimbursement money from my paycheck).
    the 1400 plan I had unlimited email no data free friends family (a list) grandfathered.
    One phone is a Pantech breeze III (p2030) (removed) (think it's locked)
    #2 phone AT&T Z221  (removed)  (think it's locked)
    my phone #3 is a sony-ericsson C905 (unlocked) bit it's having problems (slider open disconnect calls sometimes and static. Ok using Bluetooth closed slider) (removed).
    So let me know if you can come up with a way to save me time and of course money. 
    I personally think I could share data off my existing account for my desktop here, as I'm mainly interested in doing e-mail on my home computer.
    Thanks mike
    (removed)
    Private info removed as required by the Terms of Service.
    Message was edited by: Admin Moderator

  • I am trying to add a game to my sons I touch pad. It is a free game. It asks for verification of password and credit card info. Every time, it tells me that my time has expired. Help.

    I am trying to add a game to my sons I touch pad. It is a free game. It asks for verification of password and credit card info. Every time, it tells me that my time has expired. Help.

    It asked me that too.Don't worry and just put it in. Itunes doesn't charge unless your son buys something. The password happens to me all the time. Credit card was only once. Just make sure your son knows not to buy anything without permission so he doesn't accidently charge you something.

  • I am trying to add an itunes card to my ipod and it keeps asking me to sign in, which i already did, but when i put my password in it keeps popping up saying that i need to sign in... ughhh please someone help

    I am trying to add an itunes card to my ipod and it keeps asking me to sign in. i sign in and it keeps popping up the same thing for me to sign in. i need help please.

    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Go to Settings>iTunes and App Store and sign out and sign back in
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings

  • I just installed itunes 11.1.5.5.  Now the format in Itunes is changed.  when I am trying to add music to my iphone, there is no longer an add button under the Iphone device.  Why did they have to change this?  Can anyone help, Im tryiong to add music.

    How do you add musci to the Iphone?  I just installed itunes 11.1.5.5.  Now the format in Itunes is changed.  when I am trying to add music to my iphone, there is no longer an add button under the Iphone device.  Why did they have to change this?  Can anyone help, Im tryiong to add music.

    Correct.  When you purchase devices, they would have stated the OS they needed to work, on the box.  This can be overlooked, but it is very important to check when purchasing. 
    You current OS, is so old, that they technology build into the new devices, is not something your OS understands.  It didn't exist when your OS was created, and therefore you need to upgrade the OS to work with the newer technology of these devices.
    10.6 software is not downloadable.  You must purchase a DVD disc.  You can order it from the on-line apple store
    - http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard.

  • I am trying to add a bookmark in safari ios7, but when I tap the box/arrow up button nothing happens and no options appear on screen to be able to add a bookmark.  In fact the screen freezes, can smeone please help?

    I am trying to add a bookmark in safari ios7, but when I tap the box with the upward arrow no options appear anywhere on screen to add a bookmark.  In fact the screen freezes and I have to close safari to be able to unfreeze it.  What is wrong, can anyone please help me?  Thanks

    please ignore this question, I added the ios7.0.2 patch and the bookmarks can now be added through the action icon.  cheers

  • HT5022 I'm trying to add a "new client" to my wireless network using Airport Utility, but I can't find that option in the new version.  I've downloaded all available updates of the OS and the utility..  Help!

    I'm trying to add my HP wireless printer as a "new client" to my wireless network using Airport Utility, but I can't find that option in the new version.  I've downloaded all available updates of the OS and the utility..  Help!

    Why would you need to ADD a new Client. Unless the APE sytem is completely different then any other Wireless router the printer should get an IP address from the router. That is IF the printer is setup to get an IP from the LAN DHCP server.
    Now you may want to make that IP it does get a Staticly assign IP address so it never changes, which will screw up printing if it does change. But i don't know if you can do that with APE routers.

  • How to extract the audio of a zip file? if it helps I'm trying to add this album zip to my library

    how to extract the audio of a zip file? if it helps I'm trying to add this album zip to my library

    Let's say you have a zipped audio collection (audio.zip) containing mp3 files. And you are at a Terminal prompt.
    List the files in the zip archive
    unzip -l audio.zip (that is ell)
    Extract all mp3 audio files into a new home directory folder called mymusic
    unzip -d ~/mymusic audio.zip \*.mp3
    Variations of the above will depend the zip contents, and internal structure. If the zipped audio collection was gzipped, or someone used rar on it, then the extraction process will be different.

  • Hi,my name is Hemanth.Im using ipod touch and my ipod is not detecting in itunes  but detecting in my computer.Im using windows7 os.I tried the troubleshooting process given in web but still it not working please help me.

    Hi,my name is Hemanth.Im using ipod touch and my ipod is not detecting in itunes  but detecting in my computer.Im using windows7 os.I tried the troubleshooting process given in web but still it not working please help me.

    Did you try everything here:
    iOS: Device not recognized in iTunes for Windows
    Then try a different computer to help determine if yo have an IPod or computer problem.

  • Trying to add a sign in module, but I need a little code help.

    I am trying to add a sign in, but this is what happens to my page. http://www.blisssurfadventures.com/about.html?Preview=True
    When trying to add in module the page content box only allows me to see a part of my web page.

    Hi,
    I notice the sign in is now already there. What Safari version are you using? I tested on 6.0.2 (the latest) and seems to be working fine. Did you try other browsers?
    Also, looks like you're publishing from muse and using non-web-safe fonts, thus turning your texts into images. That may not be the best way to go, if you want content to be indexed, layout to be flexible, if users might want to select parts of the text, etc.
    Kind Regards,
    Alex

Maybe you are looking for

  • Shipment Cost Estimation Report

    Hi Experts, There is an existing report which is very helpful regarding most transportation details. You can pull information at the delivery or item level of all types of shipments in one place. We use this to review what shipments we need to proces

  • I want to maintain the interantional code of  233 in the contact list

    I want to maintain the interantional code of +233 in the contact list & still have the name shown when the caller calls. Anyone know how to enable this happen on iphone 5s

  • MacBook Pro Retina Display freezes

    15" MacBook Pro Retina display has started to freeze, "flutter" and crash. After I power off, and try to power back on, there is a "beep" which sounds ominously similar to an "error" beep on a PC. Anyone else had this occur? MacBook is less than 9 mo

  • New Message notification icon on top of screen

    New Message notification icon on top of screen is always blinking without any new message... Can you tell me how to recover this problem  in my C6-01 Solved! Go to Solution.

  • Time Machine daily has error creating a folder

    On my new MBP 2.3 GHz 16 GB RAM, I have been having some strange behavior with TM.  I have a 1TB HD hooked up over USB.   The drive is fine and was previously used for TM with my old MBP.  When I got the new machine, I erased the TM drive to start fr