Rank: Newbie Groups: Member
Joined: 9/17/2008 Posts: 1 Points: 3 Location: Canada
|
This component is really great, but I'm having some issues. Everything is working perfect on my local development computer. I am binding the control to a datagrid and the flash video path dynamically.
I'm having problems with the video playing consistently on my production server. I have a dedicated server running Windows 2003 with IIS 6. (I added .FLV as a file type/MIME Type-->Before that it would not work at all)
My production site is under SSL. Does this cause problems with the component ?
Like I said the video sometimes plays, but its so bad and inconsistent that I will have to find another solution if I cannot fix it.
Is there something else I need to configure to get this working ? Also is there anyway to stop the video from auto playing randomly ?
Any suggestions would be greatly appreciated.
Thanks,
|
Rank: Advanced Member Groups: Member
Joined: 9/8/2008 Posts: 56 Points: 168 Location: Canada
|
I can't say anything about your problems with the seemingly randomness of when it works for you and when not. But you mention the "Auto Play starting randomly".
You can control the auto play through the javascript api's and/or by removing the URL setting in the code behind (depending on whether your events are posting back). If you write code to handle all of the states that the player may be in, then you should be able to control the auto play.
Doing this may also solve your problems with having the player work sometimes and sometimes not.
Also, I have run into a problem on my server where it worked perfectly on my development computer, but anyone trying to access the site would not be able to play the videos. I was able to narrow it down to permissions of accessing the video files. You may want to check this angle out as well.
Let me know how it goes.
Mark
|