Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 177401
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T14:02:53+00:00 2026-05-11T14:02:53+00:00

Below is the code for my player which will automatically generate a playlist.xml file

  • 0

Below is the code for my player which will automatically generate a playlist.xml file according to the songs selected by the user. I kept this file as player.php in my root folder, and in the form I give:

<form method='post' action='/player.php' target='_blank'> 

so this player is opening and playing songs according to what is selected.

But the problem is when the user again selects different songs while previously selected songs are playing in the player in new window, the new songs selected are opening in one more window, i.e. now two player windows are opened.

Actually, I want the second selected songs will play in the same window which is already opened. You can check what’s happening in my site by playing songs: http://www.musicking.in/hindi-songs/69.html

<html> <body> <?php   if(isset($_POST['song'])&& $_POST['song'] != '') {     $song = $_POST['song'];   }   else { $song=array(); }    for ($i='0'; $i<count($song); $i++) {      //echo  $song[$i];   }    //start of new php codep   // create doctype    //$array = array(   //  'song.mp3','song.mp3','song.mp3',   //);    $dom = new DOMDocument('1.0');    // display document in browser as plain text    // for readability purposes   header('Content-Type: text/plain');   // create root element   $root = $dom->createElement('xml');   $dom->appendChild($root);   $i = '1';   foreach ($song as $counter) {     // create child element     $song = $dom->createElement('track');     $root->appendChild($song);      $song1 = $dom->createElement('path');     $song->appendChild($song1);     // create text node     $text = $dom->createTextNode($counter);     $song1->appendChild($text);       $song1 = $dom->createElement('title');     $song->appendChild($song1);      $text = $dom->createTextNode('song '.$i);     $song1->appendChild($text);      $i++;   }    // save and display tree   //echo $dom->saveXML();   $dom->save('playlist.xml'); ?>  <script type='text/javascript' src='swfobject.js'></script>  <div id='flashPlayer'>   This text will be replaced by the flash music player. </div>   <script type='text/javascript'>    var so = new SWFObject('playerMultipleList.swf', 'mymovie', '295', '200', '7', '#FFFFFF');      so.addVariable('autoPlay','yes')    so.addVariable('playlistPath','playlist.xml')    so.write('flashPlayer'); </script> </body> </html> 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T14:02:54+00:00Added an answer on May 11, 2026 at 2:02 pm

    you can only do this with javascript as far as i know … and theres a small hack to detect if a pop-up was opened and if it did to send javascript requests to it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 493k
  • Answers 493k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I think you're not specifying anywhere which one of the… May 16, 2026 at 10:50 am
  • Editorial Team
    Editorial Team added an answer Ugh! It wound up being a third party component package… May 16, 2026 at 10:50 am
  • Editorial Team
    Editorial Team added an answer I don't use Prado but normally with Active Record pattern… May 16, 2026 at 10:50 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I am developing a project in Flash Builder which will load a file built
I have a Drupal view which should output a video player using flash. I
Why is it that below code prints 'None' as well as what I tell
Using the below code in a DataGridTemplateColumn of the DataGrid , my formatting buttons
I want to convert the below code to C#: struct Elf32_Ehdr { uint8 e_ident[16];
Why am i getting an invalid syntax when i run below code. Python 2.7
So Im trying to make an object dynamically, please see below code from my
We have a whole catalogue of videos which we would like to stream to
My question is with reference to this question which explains how virtual functions work
I'm currently trying to use the YouTube API as part of a jQuery plugin

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.