Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have created a short training video for my qlikview application. That video is an embedded object in an HTML page. I am able to open this html page through click of a button in qlikview desktop. But when I place this on the server, I get no page found error. I give the full URL like
http://myapp.test.com/qlikview/demo.html. demo.html is placed in the same folder where my actual application resides.
FYI..I am using accesspoint authentication, if that matters...
Thanks
Lax
what is the error?
Date: Mon, 23 Jul 2012 08:09:31 -0400
From: qliktech@sgaur.hosted.jivesoftware.com
To: zhou@ecota.com.cn
QlikCommunity
how to open a url created by laxmikantm in QlikView Developers Group - View the full discussion
Hi,
I have created a short training video for my qlikview application. That video is an embedded object in an HTML page. I am able to open this html page through click of a button in qlikview desktop. But when I place this on the server, I get no page found error. I give the full URL like
http://myapp.test.com/qlikview/demo.html. demo.html is placed in the same folder where my actual application resides.
FYI..I am using accesspoint authentication, if that matters...
Thanks
Lax
Reply to this message by replying to this email -or- go to the message on QlikCommunity
Start a new discussion in QlikView Developers Group by email or at QlikCommunity
© 1993-2011 QlikTech International AB Copyright & Trademarks | Privacy | Terms of Use | Software EULA
Hi,
earlier I was getting error as page not found, when my html file was in the publish folder. Now I have placed the html file in program files\qlikview\web folder. So when I put the url in the browser, the html file get displayed along with windows media player. but when I click on play in the media player, nothing happens,video does not play. Same thing is with Flash demo file.
Not sure what the issue could be.
Thanks
Lax
How about visit this url directly in webbrowser?
Date: Tue, 24 Jul 2012 01:43:40 -0400
From: qliktech@sgaur.hosted.jivesoftware.com
To: zhou@ecota.com.cn
Subject: - Re: how to open a webpage from qvw
QlikCommunity
Re: how to open a webpage from qvw created by laxmikantm in QlikView Developers Group - View the full discussion
Hi,
earlier I was getting error as page not found, when my html file was in the publish folder. Now I have placed the html file in program files\qlikview\web folder. So when I put the url in the browser, the html file get displayed along with windows media player. but when I click on play in the media player, nothing happens,video does not play. Same thing is with Flash demo file.
Not sure what the issue could be.
Thanks
Lax
Reply to this message by replying to this email -or- go to the message on QlikCommunity
Start a new discussion in QlikView Developers Group by email or at QlikCommunity
© 1993-2011 QlikTech International AB Copyright & Trademarks | Privacy | Terms of Use | Software EULA
Hi,
I have tried opening up the url directly in the web browser. get some results. it doesn't play the video. but it works if i give the url a physical path like \\serverip\c\publish\demo.html. in browser it shows this physical path with serverip and plays the video. I donot want this way.
I want to either
1. play the video through the http url or
2. prompt user to download the video to play
I am struggling to get the solution for both of this.
Thanks
Lax.
I think maybe you could deploy IIS as a web server to do what you want.
Date: Tue, 24 Jul 2012 07:15:49 -0400
From: qliktech@sgaur.hosted.jivesoftware.com
To: zhou@ecota.com.cn
Subject: - Re: how to open a webpage from qvw
QlikCommunity
Re: how to open a webpage from qvw created by laxmikantm in QlikView Developers Group - View the full discussion
Hi,
I have tried opening up the url directly in the web browser. get some results. it doesn't play the video. but it works if i give the url a physical path like
serverip\c\publish\demo.html. in browser it shows this physical path with serverip and plays the video. I donot want this way.
I want to either
1. play the video through the http url or
2. prompt user to download the video to play
I am struggling to get the solution for both of this.
Thanks
Lax.
Reply to this message by replying to this email -or- go to the message on QlikCommunity
Start a new discussion in QlikView Developers Group by email or at QlikCommunity
© 1993-2011 QlikTech International AB Copyright & Trademarks | Privacy | Terms of Use | Software EULA
Hi,
I wanted to avoid IIS, but looks like there is no other option. Do suggest if there is any other, better option.
Thanks
Lax