utsav
09-25-2008, 03:13 AM
Well i am sorry if i posted in the wrong segment.
I have been to quite a few lazy forums (No one answers my query), Hope this one is not like those. Well heres my problem.
I am making a flv player that takes the video name from xml and plays it. I loaded the xml file and got the filename. and stored it to variable "movie" (w/o the qoutes). Now when i pass the variable to my players content path like my_contentpath = movie; It doesnot play.
But when i do this movie = "a.flv"; and my_contentpath = movie;. It plays. The problem according to me is the quotes (" "). If i wrap the file name with quotes it plays. What am i doing wrong? Please help me..
I have been to quite a few lazy forums (No one answers my query), Hope this one is not like those. Well heres my problem.
I am making a flv player that takes the video name from xml and plays it. I loaded the xml file and got the filename. and stored it to variable "movie" (w/o the qoutes). Now when i pass the variable to my players content path like my_contentpath = movie; It doesnot play.
But when i do this movie = "a.flv"; and my_contentpath = movie;. It plays. The problem according to me is the quotes (" "). If i wrap the file name with quotes it plays. What am i doing wrong? Please help me..