Rank: Newbie Groups: Member
Joined: 4/5/2010 Posts: 2 Points: 6
|
I have installed the flashvideo control and am using VS2008 on my development machine. I've created the .flv mime type in my iis 5.1(windows xp) and dropped the component onto my webfrom which uses a master page. I configured it to locally run the file and when I navigate to the page the player never starts playing. The green/gray barber poll spins and thats it. I ran the SDK Hello World page and it displays fine. I added the URL from the Hellp World page to my controls VideoURL and it displays fine. I added my .flv file back to the VideoURL using the design template, tested it again. Same problem. I checked the subdirectory security where the flv file resides and the ASPNET user has full control. Can you assist in figuring out why this does not play?
|
Rank: Newbie Groups: Member
Joined: 4/5/2010 Posts: 2 Points: 6
|
I discovered by accident what the issue was preventing my video from playing. I have the file in the App_Data folder. Once I moved it to a seperate folder within my site the video played fine.
|