Ignore:
Timestamp:
06/06/08 03:38:39 (5 years ago)
Author:
jeroen
Message:

added js initer BUT destroyed controlbar display

File:
1 edited

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); 
Note: See TracChangeset for help on using the changeset viewer.