Page 6 of 11 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 108

Thread: fruit machine reels picker list

  1. #51
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    whilst waiting for you to install the javascript, I corrected and validated your page.

    I have attached the file for you.


    coothead
    Attached Files Attached Files
    ~ the original bald headed old fart ~

  2. #52
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Hi,
    What did you do as still no click sound ?

  3. #53
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    when you say that the "click sound" is not working are you just referring to the iPhone?

    I ask that , because it is working on all my p.c. browsers.

    coothead
    ~ the original bald headed old fart ~

  4. #54
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Yes,
    It was working fine this afternoon when i checked it.

    This Html is also getting me knackered.
    I have more yellow than i like to see but why ??????????

  5. #55
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    the only sound file location is in our test pages.
    Where would it be in the css etc or otherwise ?

  6. #56
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    It was working fine this afternoon when i checked it.
    Well, the code has not been altered and the page has been validated successfully...


    I have more yellow than I like to see but why ??????????
    I do not understand this yellow sighting.
    Can you explain

    While I am here:-

    There are two coding errors - ( by me not you ) - in the "latestChanges" file

    1. line #110 : background-image: 0;
      this should be background-image: none;
    2. line #191 : 30.1% {top: -100%; z-index:0;l} this
      should be 30.1% {top: -100%; z-index:0;}


    Also note that in the HTML you have various elements called
    scan - <scan> that should be span - <span>.

    They are all to be found in the onclick=".... parts of the code
    which are going to be converted for the mobile phone.

    coothead
    ~ the original bald headed old fart ~

  7. #57
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,


    the only sound file location is in our test pages.
    Where would it be in the css etc or otherwise ?
    The audio player is hidden form view by this css on line #123...

    Code:
    
    #click-sound {
        position: absolute;
        left: -999em;
      }
    ...in the latestChanges.css file.

    If you comment it out like this...

    Code:
    
    #click-sound {
        /*position: absolute;
        left: -999em;*/
      }
    ..you will be able to see it on you mobile, and visually check that it is playing.

    coothead
    ~ the original bald headed old fart ~

  8. #58
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    I have now made the edits as advised.
    Strange about the mp3 spound.
    It plays on the pc fine so i am getting another mp3 to see if any difference.
    Also restarting the phone.

    The yellow i mention is in dreamweaver it advises you of an error.

    This html has had me beat,before i started to edit it all i made a copy.
    Ive now deleted all that i have done and will start again.

  9. #59
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    Dreamweaver, oh dear, oh dear.
    Did you actually buy it?
    Oh dear, oh dear, oh dear.

    coothead
    ~ the original bald headed old fart ~

  10. #60
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    No i never.

    I have restarted the phone and used another file now sound is back.

    can you advise what to use if DW is so bad ?

Similar Threads

  1. How do I see SSI's on local machine?
    By wkenny in forum HTML
    Replies: 3
    Last Post: 08-29-2011, 04:10 PM
  2. Vending Machine Simulator
    By Luron31 in forum Java
    Replies: 9
    Last Post: 07-21-2011, 08:23 AM
  3. My new machine
    By BLiZZaRD in forum The lounge
    Replies: 4
    Last Post: 01-30-2008, 09:13 PM
  4. *throws fruit cake at coding*
    By euphoriastudio in forum The lounge
    Replies: 10
    Last Post: 01-10-2008, 10:03 PM
  5. Slot Machine Problem
    By IanMarlowe in forum JavaScript
    Replies: 3
    Last Post: 07-06-2005, 03:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •