| Robert Sandie 2005-12-17, 5:45 pm |
| I have been trying load and play to bring in the FLV through FLVPlayback
component (progressively downloading).
Psuedocode:
//click button 1
flvCmp.load(http://example.com/1.flv)
//click button 2 (2.flv does not exist)
flvCmp.load(http://example.com/2.flv)
The are each loaded in by pressing dynamically at runtime. If I click
button 1=>2=>1
1.flv will play
2.flv will not play
1.flv will not play
and any subsequent flv's pressed will not load
From what I understand the docs say that load automatically kills the
last instance. Anyone experienced this? Also have tried
flvCmp.play(http://example.com/1.flv ....). I guess the question is
there a way of detecting if file does not exist on server or error
checking before trying to play it?
-Rob
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|