cancel
Showing results for 
Search instead for 
Did you mean: 

KM URL Iview

former_member1193316
Participant
0 Kudos

I created a html file to embed the vedio and the html file is working fine.

I placed this in KM Repository adn configured CM Repositroy to my portal and can able to connect to the folder.

I want display this video in my portal, so I created a URL Iview using the below url.

http://*************:50100/irj/go/km/docs/share/test.htm

But its giving me error saying

Unable to fetch site http://****************:50100/irj/go/km/docs/share/test.htm.Error # 401 when i preview the url iview.

But after assigning this ivew to a role and displaying it, its giving The webpage cannot be found

Kindly let me know the solution

Regards,

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

former_member1193316
Participant
0 Kudos

Now I created a page and assigned iview to page and page to role. now I can able to open the video on html page.

But the video is not palying.

The code i have written in html page is like below

<embed src="\share\main.avi" autostart="false" />

I can able to see vidoe image in html page, but video is not playing.

What might be the problem in the above embedding vidoe in html and playing it remotely

Any updates?

Thanks in Advance,

Venkat

Edited by: venkat on Feb 23, 2011 5:30 AM

former_member194211
Contributor
0 Kudos

Hi Venkat,

Before going to iView and Page, open html page in KM itself and see if video is played or not.

If there also video is not playing then change the video framat to .wmv or .swf.

If you are able to open video then put all these files, 1. html and .avi file into same folder and then create iView.

Thanks.

Sushil

former_member1193316
Participant
0 Kudos

Dear Sushil,

I placed .wmv format file now. Even though I could not paly the video. I can able to see video, but its not palying..means its not able to find the path to play i guess...

My code to fetch the video is correct or not. If not,kindly let me know what code do i need to write to play the video from any location.

Regards,

Venkat

former_member194211
Contributor
0 Kudos

Hi Venkat,

Try below code,

<object id="MediaPlayer" width=280 height=260 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">

<param name="filename" value="irj/go/km/docs/path2File">

<param name="Showcontrols" value="true">

<param name="autoStart" value="false">

<embed type="application/x-mplayer2" src="/irj/go/km/docs/nuva/mime/main.wmv" name="MediaPlayer" width="320" height="240">

</object>

path2File is the path in KM to your wmv file. ex: documents/main.wmv

Thanks.

Sushil

former_member1193316
Participant
0 Kudos

Dear Sushil,

I wrote the below code,

But still facing the same probelm

Here is my code.


<object id="MediaPlayer" width=280 height=260 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" ?
<param name="filename" value"irj/go/km/docs/share-zsl/Creation & Completion interface.wmv">
<param name="Showcontrols" value="true">
<param name="autoStart" value="false">
<embed type="application/x-mplayer2" src"irj/go/km/docs/share-zsl/Creation & Completion interface.wmv" name="MediaPlayer" width="320" height="240">

</object>


kindly let me know the problem

Answers (0)