BusinessObjects Board

call child swf from parent swf

:oops:

I have 2 files in swf format:
A: parent.swf
B: child.swf

How actually I can call B from A using XCelcius?

thank u so much.hope someone can help me.


teee (BOB member since 2010-08-16)

SWF LOADER COMPONENT and then use the following format although I’ve read CUID is better than DocID as it stays persistent when you migrate from one CMS to another

documentDownload?iDocID=26781&sKind=Flash

or

http://<servername>/OpenDocument/opendoc/openDocument.jsp?iDocID=26781&amp;sKind=Flash

or

http://<servername>/Xcelsius/opendoc/documentDownload?iDocID=26781&amp;sKind=Flash

The first will work from within infoview, the second will work from any web application, the third is an alternate method but only works from within infoview for me.

Other that that try searching this site for OpenDocument and / or documentDownload to get heaps of hits.


Nniixx :australia: (BOB member since 2009-09-02)

sad to say, but we’re still on XIR2. :cry:

Does the SWF Loader work for XIR2? what’s the syntax?

This syntax works just fine in IE, but doesn’t when i bind it to Xcelsius.

http://[server]/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?iDocID=3129994&sKind=Flash


ericksobj (BOB member since 2004-09-13)

Has anyone been successful in using the SWF Loader component providing the URL using the openDocument.jsp function?
In my case, the SWF loader componetn does not show anything. I tested the openDocument.jsp URL (using the CUID for my target Xcelsius flashfile) in InfoView and there it works fine. But the flash loader component just stays empty…

When I use:

http://<servername>/Xcelsius/opendoc/documentDownload?iDocID...

the the flash loader component prompts me separately for a login :frowning:
How to avoid this?

I tried with a Flash variable in the parent Xcelsius dashboard using CELogonToken, but this produces various results such as: connections in child dashboard not refreshing, components in child dashboard not properly resized, etc.

I am using Xcelsius 2008 SP3 FP3


Andreas :de: (BOB member since 2002-06-20)

this can give you some idea


rizwan syed :us: (BOB member since 2010-07-08)

Teee

I only have an old version of xcelsius and I’ve got it working:

Debbie


Debbie :uk: (BOB member since 2005-03-01)