Changeset 531


Ignore:
Timestamp:
10/26/09 19:31:39 (4 years ago)
Author:
jeroen
Message:

added first implemetation of the popout plugin

Files:
10 added
8 deleted
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • testing/settings.js

    r521 r531  
    7878                        swf:'../plugins/spoton/spoton.swf', 
    7979                        xml:'../plugins/spoton/spoton.xml' 
     80                }, 
     81                popout: { 
     82                        swf:'../plugins/popout/popout.swf', 
     83                        xml:'../plugins/popout/popout.xml' 
    8084                } 
    8185        }, 
     
    451455                        width:600, 
    452456                        plugins:'flow' 
     457                }, 
     458                64: { 
     459                        title:'Popout plugin', 
     460                        file:'../../testing/files/bunny.flv', 
     461                        height:260, 
     462                        width:400, 
     463                        dock:true, 
     464                        plugins:'popout', 
     465                        'popout.file':'files/popout.html' 
    453466                } 
    454467        } 
  • trunk/as3/com/jeroenwijering/models/RTMPModel.as

    r437 r531  
    214214                clearInterval(interval); 
    215215                model.sendEvent(ModelEvent.STATE,{newstate:ModelStates.PAUSED}); 
    216                 if(stream && item['duration'] == 0) { stop(); } 
     216                if(stream && item['duration'] == 0 && !dynamics) { stop(); } 
    217217        }; 
    218218 
  • trunk/as3/com/jeroenwijering/plugins/Watermark.as

    r409 r531  
    143143                                easing:Regular.easeIn 
    144144                        }); 
     145                        resizeHandler(); 
    145146                } 
    146147                timeout = setTimeout(hide,_config['timeout']*1000); 
Note: See TracChangeset for help on using the changeset viewer.