Search the Community
Showing results for tags 'Video player'.
-
Hello, I'm trying to put an image/video gallery together for a college project. To create the gallery I'm using: http://www.logicbox....y/simplyscroll/ , but when the user hovers over an image a small video appears on the mouse over (similar to the tutorial thumbnails on: http://www.videocopilot.net/) I've copied and combined the relevant codes to create this prototype: http://www.samuelmcwilliam.co.uk I see the image trail is working, but I don't know how to get a flash player working on the mouse over. I've got an old open source player in my root folder, but can't figure out how to use it t
-
- embedding flash
- javascript
-
(and 4 more)
Tagged with:
-
Hi, I am working on videos on a site. Now as we know we have different browsers available and we need to choose a player which can support all the browsers. Our html 5 video tag supports different video formats and works well with different videos.But for internet explorer less than 9 it makes a flash fallback. Now we can have lots of requirements with our video player. For example i have one requirement to hide controls from video player. Well there is an option to do it in html 5 to remove controls from tag. But we can see the controls again just putting controls by just editing the html by
-
Hi, I am using videos in my website. My videos are storing in folder and video name in database. So i user video tag of html 5 to show video. now when i see it in ie7 and ie8. the video is not showing because video tag is not supported by ie7 and ie8. Now i m finding a video player which can show my video in ie7 and ie8. Can anyone know any player which can be used for ie7 and ie8. I have flv files. Thanks