| View previous topic :: View next topic |
| Author |
Message |
 |
hmoeller

Joined: 11 May 2004 Posts: 321
|
Posted: Mon Apr 28, 2008 1:09 pm Post subject: Gaphics link in frame layout |
|
|
Today, I tried to create a new Klip with a frame layout to monitor some internal sprint burndown charts. Those charts are created by one of our intranet servers and are provided through a dynmaic url.
Unfortunately, this url doesn't contain a graphics file name with a valid extension. Instead, there's just an intranet url like the following:
| Code: | | http://internal.server:8080/scrumworks/sprintburndown |
I retrieve a png graphics as a result. Is there a way to use this link in an image-type style item?
EDIT: Sorry, I did a simple typo... My fault... Everything seems to work fine...
EDIT 2: There seems to be an issue... At the moment, my dynamic url doesn't work anymore. If I replace it with some static url pointing to a ".gif", the Klip works fine.
Cya,
hmoeller. |
|
| Back to top |
|
 |
hmoeller

Joined: 11 May 2004 Posts: 321
|
Posted: Mon Apr 28, 2008 6:31 pm Post subject: |
|
|
Okay, finally I got it...
I have used the iframe source instead of the img src. And the iframe source has a different format:
| Code: | | http://internal.server:8080/scrumworks/embedimage?sprintburndown |
This kind of link seems not to work within KlipFolio. Firefox displays this link well, though. That's why I didn't notice earlier.
Cya,
hmoeller. |
|
| Back to top |
|
 |
|