Prev Previous Post   Next Post Next
Old 28th November 2009, 15:32   #11
oLRi
Member
 
Join Date: May 2008
Posts: 94
Hi,
Quote:
Originally posted by MondayX
for all vp6 + red5 users: i made a jw flv player plugin, which flips the video. works in fullscreen mode, too.
Tried with jw player, but it seems not to work.
My Code:
PHP Code:
<embed
        src
='player.swf'
        
width='320'
        
height='240'
        
bgcolor='undefined'
        
allowscriptaccess='always'
        
allowfullscreen='true'
        
flashvars='file=tesstream&plugins=flip.swf&streamer=rtmp://localhost/shoutcast'
/> 
And
PHP Code:
<script type='text/javascript'>
  var 
so = new SWFObject('player.swf','mpl','320','240','9');
  
so.addParam('allowfullscreen','true');
  
so.addParam('allowscriptaccess','always');
  
so.addParam('wmode','opaque');
  
so.addVariable('type''rtmp');
  
so.addVariable('file','teststream');
  
so.addVariable('plugins','flip.swf');
  
so.addVariable('streamer','rtmp://localhost/shoutcast');
  
so.write('mediaspace');
</script> 
The Video is still "unflipped"
oLRi is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Shoutcast > Shoutcast TV / Nullsoft Video

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump