blankfist
06-01-2006, 10:56 PM
Has anyone else run into this problem? I cannot find information on it anywhere. When using the FLVPlayback component, query strings in the content path seem to break the component altogether. Here's essentially what I'm doing:
flvPath = "http://mydomain.com/mymovie.flv?str=info&str=moreinfo"
myFLVPlayback.load(flvPath)
I've also tried myFLVPlayback.setMedia(flvPath, "FLV") and myFLVPlayback.contentpath = flvPath, and everyone seems to return an error such as "Error opening URL" or "Unable to make connection to server or to find FLV on server".
I've also tried converting the query to ASCII Decimal values, URL encoded values and escaping and a slew of other things, but nothing seems to be working.
Anyone else suffering from this problem? Please tell me I'm not the only one. :)
-blank
flvPath = "http://mydomain.com/mymovie.flv?str=info&str=moreinfo"
myFLVPlayback.load(flvPath)
I've also tried myFLVPlayback.setMedia(flvPath, "FLV") and myFLVPlayback.contentpath = flvPath, and everyone seems to return an error such as "Error opening URL" or "Unable to make connection to server or to find FLV on server".
I've also tried converting the query to ASCII Decimal values, URL encoded values and escaping and a slew of other things, but nothing seems to be working.
Anyone else suffering from this problem? Please tell me I'm not the only one. :)
-blank