i dont believe ASX or any media files can parse PHP
Like i said, i havent worked too much with media..but ill definately dig some research into it when i have the time. Ill see if I can figure out a possible work around.
Its kinda interesting honestly
So ill get back to you.
---------------edits-----------------
Ok i dont think it was too hard to learn..however i noticed some things..
<embed TYPE="application/x-mplayer2" PLUGINSPAGE="http://microsoft.com/windows/mediaplayer/en/download/" ID="MediaPlayer" Name="mp_2128831654" Width="300" Height="322" Src="http://www.sixflagsnews360.com/videos/<?php echo "$address" ?>">
assuming your code works
$address = "blahblah.asx"; //playlist file right?
inside your blahblah.asx file
<ENTRY>
<REF HREF="blahblah.asx";
</ENTRY>
shouldnt the HREF be set to a media type that isnt itself?
so even if ASX would be able to parse PHP the code would still be flawed..
If im wrong please correct me, hehe im still learning this.