Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

Where to Buy & Download Version 4.6

5 replies [Last post]

I have learned from this thread that Version 5 will not support Highwinds until "hopefully" the end of the month (see the last post in the thread).

http://www.longtailvideo.com/support/forum/Setup-Problems/20739/Highwinds-CDN-Problem

Can someone please tell me how to buy and download Version 4.6?

Thanks

The basic license will cover 5.0 and 4.6 - https://www.longtailvideo.com/players/order

Thank you for the prompt reply.

Three quick questions:

1. When I purchase the basic license -- will the download location for version 4.6 be obvious?

2. Does SWF Authentication work with your player and Highwinds CDN?

3. In the thread that I linked above -- is the code in this post correct for using with Highwinds Live Flash Streaming with SMIL -- or should I be using something else?

----------------------

Harvey Louie

Anyone using Highwinds as their CDN and the older 4.6 SWF player can us this code to play back a live stream.

>>>

<script type='text/javascript' src='swfobject.js'>
</script>
<div id='mediaspace'>This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject('http://player.longtailvideo.com/player4.6.swf','mpl','480','380','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://hwcdn.net/xxxxxxxx/fls/stream-name.smil');
so.addVariable('type','highwinds');
so.addVariable('autostart','true');
so.write('mediaspace');
</script>

--------------------------

Thanks very much.

1) Yes, it will be available on this link - http://www.longtailvideo.com/players/jw-flv-player/commercial-license/

2) I am not sure if it does or not.

3) That code looks correct.

Thank you very much Ethan

NP! :)