dropdown play flash movie

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • th1982
    New Member
    • Feb 2008
    • 51

    dropdown play flash movie

    Now I have 3 flash movies.I want to create a dropdown menu to select what movie i want to play.And the movie will be played below of menu.any php solutions for it.
    thanks
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Show the code you have developed so far, show it within appropriate code tags, tell us the problem and we will have a look at it.

    Ronald

    Comment

    • th1982
      New Member
      • Feb 2008
      • 51

      #3
      I have the code like this :

      [html]
      <style type="text/css">
      .style20 {font-size: 9px}
      </style>
      <SCRIPT LANGUAGE="JavaS cript" TYPE="text/javascript">
      function change(node) {
      var video = document.getEle mentById('video _container');
      video.src = "flash/video" + node.value + ".swf";
      }
      </SCRIPT>
      <table border="0" cellspacing="2" >
      <tr><br /><br /><br /><br /><br /><br /></tr> <tr>
      <td style="padding-left:2px;"><tab le width="239" border="0" cellpadding="0" cellspacing="0" bgcolor="#d4d8d 9">
      <tr>
      <td><img src="img/latest news.jpg" alt="ee" width="41" height="34" /></td>
      <td style="padding-left:15px;"><p align="left"><s pan class="style20" ><strong>Lastes t News</strong> |
      Download here</span> </p></td>
      </tr>
      </table></td>
      </tr>
      <tr>
      <td style="padding-left:2px;"><tab le width="239" border="0" cellpadding="0" cellspacing="0" bgcolor="#d4d8d 9">
      <tr>
      <td width="41"><a href="index.php ?l1=161&l2=171" ><img src="img/careers.jpg" alt="ee" width="41" height="34" border="0" /></a></td>
      <td style="padding-left:15px;"><a href="index.php ?l1=161&l2=171" class="tablink" ><b>Career</b> | Apply now!</a></td>
      </tr>
      </table></td>
      </tr>
      <tr>
      <td ><table width="100%" border="0" cellpadding="3" >
      <tr>
      <td>Video</td>
      <td><select name="select" id="numpage" onchange="chang e(this);">
      <option id="0" value="0">VFM - ad</option>
      <option id="1" value="1">VFM - Introduction</option>
      <option id="2" value="2">VFM - VietNam: The potential market</option>
      </select>
      </td>
      </tr>
      </table>
      <param name="quality" value="high" />
      <embed id="video_conta iner" src="flash/video0.swf" quality="high" pluginspage="ht tp://www.adobe.com/shockwave/download/download.cgi?P1 _Prod_Version=S hockwaveFlash" type="applicati on/x-shockwave-flash" width="270" height="250"></embed>
      </tr>
      </table>[/html]

      I 've tried with javascript but it did not work. another way i want to use php to do it.is it possible? Thanks
      have a look at this: http://www.purpleasia. com/clients/VFM_test/index.php?l1=16 1

      Comment

      • th1982
        New Member
        • Feb 2008
        • 51

        #4
        Pls, help me who know about it.thanks a lot

        Comment

        Working...