[\S\s]+?'.$search.'[\S\s]+?="([^"]+\.(mp3|asf)")[\S\s]*?|'. '="([^"]+\.(mp3|asf)")[\S\s]+?'.$search.'[\S\s]+?())!i', $rsspage, $linklist);} //Generate ASX //Format announcement header("Content-Type: video/x-ms-asf"); header("Content-Disposition: inline; filename=\"playlist.asx\""); //insert content via echo echo ''; //insert an entry for each url $limit = count($linklist[0]); //speed tweak for ( $counter=$skip*$step; $counter<$limit; $counter+=$step) { echo ''; } //end the asx file echo ''; ?>