filenames when deleting 2004-03-06 - By stefan - muchos.co.uk
Back Hi, I just noticed that when recording a file i can do so by passing a name without the .flv extension and it records it fine. If I then want to delete the flv file on the server via
Client.prototype.delStream = function(streamName) { trace("running delstream"); s = Stream.get(streamName); if(s) { s.clear(); return true;
} } I have to pass the same filename WITH .flv or FCS will only delete the .idx and not the .flv
If I pass filename including .flv extension to FCS then it will delete both flv and idx file. Seems a bit inconsistent to me.
Stefan
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Supported by Fig Leaf Software -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Lower Prices for Certified Training! Check out new lower prices for Certified Macromedia Training from Fig Leaf Software. Expand your skill set with courses in ColdFusion, Flash, Rich Internet Applications and .NET in the new year. Fig Leaf Software provides the highest caliber instruction at our training centers in Washington D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location.
Get the details at http://training.figleaf.com/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: flashcomm-unsubscribe@(protected) For additional commands, e-mail: flashcomm-help@(protected)
|
|