gpjt Posted July 8, 2009 Posted July 8, 2009 What a combination to start with!!! Anyway. I have created a document library in a page and the intention is to upload the wmv files for staff to watch. Simple eh! Well the problem is the files open fine on the networked computers in the school, but when showing the head on his stand alone laptop the media file did not play, making me look stupid telling him that it did work. The files are all wmv. They work fine in firefox of course. If you have any ideas i would be grateful.
EduTech Posted July 8, 2009 Posted July 8, 2009 Maybe its worth giving this media player webpart a shot, and embed it on a sharepoint page Media Player Web Part: Updated - Alex Pearce's Learning Gateway Blog - Learning Gateway UG Apart from that, was the laptop over wireless? what was the signal like? If you copy the URL go to media player press CTRL+U and paste the URL in does it work that way? James.
gpjt Posted July 8, 2009 Author Posted July 8, 2009 (edited) Hi James, Thanks for the reply, we are part of a managed service and therefore i cannot install webparts :confused:. The laptops used were both over wired LAN. The files work fine on my desktop which is on RM c3 running xp and IE7. Laptops are on Vista IE7. A collegues laptop on wireless running xp and IE7 works fine. Copying the url into media player works. Edited July 8, 2009 by gpjt
TheScarfedOne Posted July 8, 2009 Posted July 8, 2009 Time for me to jump in as well....! Thats a pain being a managed service. I will double check our environment, and come back you you.
NewOrder Posted July 10, 2009 Posted July 10, 2009 Have you access to edit web parts? Can you create lists ? I've just spoken to somebody who has been using 2 lists and a crousel to show vids? 1 list to store, 2nd list for thumb nails and the carousel in a content editor webpart. I'll try and post a solution if I get hold of him.
apearce Posted July 11, 2009 Posted July 11, 2009 if you had access to the content editor webpart you could create some html code to put in the webpart that will load the video on the page. Have a look at this code If you are using a https site change all the http to https A. classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'> pluginspage='http://microsoft.com/windows/mediaplayer/en/download/' id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1' bgcolor='darkblue' showcontrols="true" showtracker='-1' showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="320" height="285" src="http://servername/path/to/media.file" autostart="true" designtimesp='5311' loop="true"> Launch in external player
EduTech Posted July 11, 2009 Posted July 11, 2009 Ah thats a bit of a pain aint it, thats one of the reasons we moved from a manage service because we couldn't install webparts etc. It's Rather annoying!. Sorry i didn't catch your reply, seems Alex has now beat me to it now . James.
NewOrder Posted July 13, 2009 Posted July 13, 2009 I guess if you cannot install webparts you maynot be able to do this and it needs SD with admin rights for the site( be carefull with SD) It is a carousel to show vids using thumbnails Create two libraries, one for the video thumbnails (just jpg files) and the other to hold the actual videos. Within the video library link it to the thumbnails, so that when you upload a video you have to select a thumbnail (Obviously this means you need a thumbnail in the first place!) Make sure that the thumbnail name is the same as the video. Using the files from here: jCarousel - Riding carousels with jQuery You can build the carousel. Don't connect it to the libraries, but just make sure it works! Then add the video thumbnail library to the page (this is all in SharePoint Designer) using xsl. Then move the carousel code into the xsl code adding an anchor link around the thumbnail image. Add the video embed code (standard html) and give the it an ID. Add an onclick javascript around the anchor tag so that you send the name of the thumbnail to the video player. Works with wmv files Thanks to my bud BMB
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now