Show
Ignore:
Timestamp:
06/06/08 00:38:39 (22 months ago)
Author:
jeroen
Message:

added js initer BUT destroyed controlbar display

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/as3/com/jeroenwijering/models/HTTPModel.as

    r1 r3  
    112112                url += '&width='+model.config['width']; 
    113113                url += '&client='+encodeURI(model.config['client']); 
     114                trace(url); 
    114115                stream.play(url); 
    115116                clearInterval(loadinterval);