nextri
10-11-2006, 09:48 PM
Anyone know what it takes to embed a swf file in an embeded Windows Media Player.
A typical use for this is to have a embeded player that plays an asx playlist with the video you want to play. than after the video is finished it plays the flash file that can have a clickable link in it.
I've seen this work, and have it working from an advertiser who provides the flash file with a clickable ad, but i can't seem to get it to work from a flash file i make myself.
example of a playlist.
<ASX Version="3">
<ENTRY>
<REF HREF="yourfile.wmv"/>
</ENTRY>
<ENTRY>
<REF HREF="file_with_link.swf"/>
</ENTRY>
</ASX>
Anyways, nice to be here, been reading a bit. seems like a great place.
A typical use for this is to have a embeded player that plays an asx playlist with the video you want to play. than after the video is finished it plays the flash file that can have a clickable link in it.
I've seen this work, and have it working from an advertiser who provides the flash file with a clickable ad, but i can't seem to get it to work from a flash file i make myself.
example of a playlist.
<ASX Version="3">
<ENTRY>
<REF HREF="yourfile.wmv"/>
</ENTRY>
<ENTRY>
<REF HREF="file_with_link.swf"/>
</ENTRY>
</ASX>
Anyways, nice to be here, been reading a bit. seems like a great place.