Jump to content

Recommended Posts

Posted

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.

Posted (edited)

Hi James,

 

Thanks for the reply, we are part of a managed service and therefore i cannot install webparts :confused::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 by gpjt
Posted

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.

Posted

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

Posted

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 :p.

 

James.

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...