How to take value of "param name=FlashVars"

Discussion in 'PHP' started by chongchnw, Apr 25, 2012.

  1. #1
    Hi, I am quite new to php. I am about to creating a web-based player and I want to take the value (etc: I click at which part.mp3) and record into the database. So next time I can play at the .mp3 I stopped.

     
    chongchnw, Apr 25, 2012 IP
  2. Oli3L

    Oli3L Active Member

    Messages:
    207
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    70
    #2
    is the code you gave static? or does it have each part for each page? means e.g: index.php?part=1 wil show part1.mp3
    If so, you can do it using javascript.
    try using document.getElementsByTagName
    for more help you may always send me a pm/
     
    Oli3L, Apr 25, 2012 IP
  3. chongchnw

    chongchnw Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Alright, I found other way to do it. Thank for your advice..
     
    chongchnw, Apr 25, 2012 IP