Embedding swf file in obiee dashboard

how to embedd an swf file on obiee dashboard?
i tried as:
<object id="TaskSender" width="100%" height="100%" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
        <param name="movie" value="http://ac:9704/tool/TaskForHTML.swf" />
            <param name="quality" value="high" />
            <param name="bgcolor" value="#ffffff" />
            <param name="allowScriptAccess" value="sameDomain" />
        <param name="movie" value="TaskSenderForHTML.swf">
            <embed src="http://ac:9704/tool/TaskForHTML.swf" width="850" height="600">
</embed>
        </param>
    </object>it is rendering but the code inthat is not working ido i need to add any more???
Thanks in advance
Regards
Pavan

hi Madan,
ya it can be done like so.but what am doing is to be done using code within text control of obiee.
also i want to use same obiee server.hope you understand.tell me if you have any comments.
Regards,
Pavan

Similar Messages

  • Why does embeded .swf file goes crazy in IE but not in other browsers?

    hi everyone
    I'm building a SharePoint page with an embedded .swf file that is capable of detecting the current URL to activate and show content. Everything goes smoothly in all the browsers I've tested it except IE. When I open the SharePoint page in IE the .swf just reproduces the frames non stop, It completely ignores my scripts and I cant find anything that could be responsible of this. besides the url detection script, i just have simple button configuration for the timeline and general stops.
    any idea?.....anyone?

    Normally when swf's play differently for different browsers it is due to the embedding code used in the html page.

  • Embedded swf file won't launch pop-up in safari

    The following page has an embedded swf file which when clicked is supposed to launch a 800x600 pop-up html file.
    http://www.artfair.com.au/index-2008.htm
    The action script I'm using in the movie is
    on (press, release) {
    getURL("javascript:openNewWindow('http://www.artfair.com.au/2008_interim/htm/in terim.htm','interim','height=600,width=800,toolbar=no,scrollbars=yes')");
    The html code is:
    <BODY bgcolor="#FFFFFF">
    <!-- URL's used in the movie-->
    <!-- text used in the movie-->
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=6,0,0,0"
    WIDTH="100%" HEIGHT="100%" id="2008" ALIGN="">
    <PARAM NAME=movie VALUE="2008.swf"> <PARAM NAME=loop VALUE=false> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=best> <PARAM NAME=salign VALUE=LB> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="2008.swf" loop=false menu=false quality=best salign=LB bgcolor=#FFFFFF WIDTH="100%" HEIGHT="100%" NAME="2008e" ALIGN=""
    TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
    </OBJECT>
    </BODY>

    Doesnt work on any browser
    XP:
    IE6
    IE7
    FIREFOX2
    or OS X 10.4.9
    safari or ff2
    post the code on Adobe.com's forums for the flash developers as theyll be able help you recode the link as ive noticed int eh XP browsers it tells me its a javascript error, ill take a nothe rpeak at the flash document/javascript and see if i can pick apart what might fix it but for the meantime id suggest submitting this to the flash forums as its a Flash/Javascript/Actionscript issue not a Safari issue
    =]
    ill let you know if i notice anything before you find a solution.
    also let me know if you do find the issue because ive been looking to put together a pop up window in flash but none seem to work properly.

  • How to reduce size of the a PowerPoint with embedded swf files (SAP Dashboard)

    I have just installed SAP Dashboard and converted all the previous graphs from Xcelsius 2008 to this new version (save new graphs). After exporting to PowerPoint all these new graphs, the PowerPoint file with all of these graphs has increased dramatically in a double size file. How can I do to reduce this size?

    Hi,
    List Box Builder may cause an issue .
    http://everythingxcelsius.com/xcelsius-2008/3-xcelsius-2008-components-to-avoid/27
    Also I did not try the linke below but check if it helps you .
    http://myxcelsius.com/2009/03/18/reduce-the-size-of-your-xlf-and-swf-files/

  • Embedding SWF file with SAP Netweaver BI Connection to JSP page

    All,
    Is it possible to embed a SWF file with SAP Netweaver BI connection that is already published in BW system to a JSP page?
    Thanks...

    Hallo,
    embedding the published web-template via iframe into the jsp should work:
    <iframe id="test" src="/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?DASHBOARD=TECHNICAL_NAME_DASHBOARD" width="600" height="800" />
    Regards,
    Roman

  • Embedded SWF files auto starting in IE but set to not auto play - Chrome, Firefox, Safari work ok

    One of the web masters at my school has embedded several Captivate 5 swf files in a web page.  I had re-exported all of them to not auto start after we realized that the originals were set to auto play upon loading (someone else made the orginials...).  Caches have been cleared on IE9, but yet, when that page loads, all of the no auto-play swfs start playing.  On Chrome, Firefox and Safari, none of them start playing when the page is loaded.  Does anyone have a clue why IE9 might be doing this and how to fix it?
    Thanks,
    Sue

    Am I correct in assuming that when your web developer set these SWFs up on the same page that he did not use the default HTM page that Captivate creates?  Did he just embed them into the web page using standard Dreamweaver code for SWFs?
    Do the same Captivate SWFs start automatically if you upload them to your web server individually with the HTM and JS files that Captivate creates?  If not, then your web developer might be better off embedding the content in his web page using individual iframes pointing at the HTM file rather than the method he previously chose.

  • Embedding swf files in AIR app for ios

    Hi,
    After going through a lot of articles already available, I found answers with varying views on the following questions:-
    1) Can we embed swf files using the embed tag in air app for ios, with symbols exported ?
    Something like [Embed(source="someSWF",symbol="exportedSymbol")]
    and also something like [Embed(source="someSWF")].
    From what I understand, one can't embed swf's with actionscript byte code in them. So exporting symbols actually creates class linkages which leads to creation of abc. But I'm unsure on this because some sources say otherwise.
    2) Can we embed swf files using embed tag in air app for ios, without symbols exported ?
    Something like [Embed(source="someSWF")]
    and also something like [Embed(source="someSWF" mimeType = "application/octet-stream")]
    I read somewhere else, that you can actually embed symbols separately by providing symbol tag in embed tag but not entire swf (which leads to uncompiled actionscript error) but not sure about this as this is contradictory to finding #1.
    3) If #2 is possible, then do embedding two different swfs with same symbol names would cause a conflict and result in #3747 error ?
    Please note I am not asking about the Loader class here but using the Embed keyword for embedding swfs.
    Also do the results differ with AIRSDK 3.8 and 3.9 and using different swf-version in compiler flags ?
    In our application we started getting error #3747 in class creation of one of the embedded swfs (like new EmbeddedClass()) when we changed from swf-version 17 to 21 using AIRSDK 3.8. So was this error not there earlier or it was there but swf-version was suppressing it ?
    Any help is much appreciated.
    Thanks!

    I am fairly sure that the answer to your questions is: “no”.
    For embed to work the AIR app would have to be working in interpreter mode, and that can work for local testing, but can’t work for submitting apps. An easy change for you to do would be to use SWCs instead of Embed. Other than that you’re looking at Loader, but also a tricky command line build of the app.

  • Disable link in embedded .swf file?

    Hi, all,
    I have embedded a flash .swf file in a topic, and it plays
    just fine in WebHelp output.
    The .swf was made as a banner in another application, where
    the user clicks on the image to bring up a new window with its own
    content. That link must be embedded in the .swf, because the html
    code in RH just puts it there and lets it run.
    I'm planning to insert a note to explain the dead link,
    saying my presentation is only to show the swf. As it stands, it
    displays a hand pointer, but a click generates a js error.
    Is there a way to disable the link from the swf without going
    back to the original developer?
    Thanks.
    Harvey

    Hi Harvey
    You said you omitted the JavaScript? Why? Was it causing
    issues? Or is it the fact the link points somewhere you really
    don't want it to?
    If so, I'm thinking you could amend the JavaScript
    to point it where you want.
    Just thinking out loud... Rick

  • Help for PowerPoint 2007 crash when running embedded SWF file with latest Flash Player?

    I have developed in Xcelsius 2008 SP4 a dashboard with only Excel as the source. I output to PowerPoint and then save it as a PowerPoint 2003 PPS file. On more than a few machines that have PowerPoint 2007, PowerPoint crashes when I attempt to run the presentation. This happens only with later versions of Flash Player. I have tried uninstalling/reinstalling the latest Flash Player but it still crashes. However, when I revert back to Flash Player 10.1.159..., in PP 2007 the presentation runs perfectly.
    With regard to the error I receive in PowerPoint 2007, it is as follows:
    Error Signature:
    AppName: powerpnt.exe AppVer: 12.0.6500.5000 AppStamp:49a68f9d
    ModName: flash10u.ocx ModVer: 10.3.181.34 ModStamp:4e011a1d
    fDebug: 0 Offset: 003a893c
    Of note is that this behavior does not happen in PowerPoint 2003 nor does it happen when the file is saved as a SWF and launched directly in the browser on the problem machines.
    I have to assume that this has happened to others so any help you could provide would be VERY appreciated.
    Thank you

    Hello,
    on the first glance I see these: data="file:///Macintosh HD/Users/user/Documents/Website/Working.swf", what means the path to your swf file is pointing to your local hard drive which nobody can see except you. Please replace all thes pathes with the correct ones and load up your file(s) again.
    If the problem remains, please send a link to your website in question, no matter how it looks like..
    Hans-Günter

  • Problems with buttons on embedded swf files or workaround how to loop mp3s? ...

    Hello there,
    I'm new to the topic of flash and rich media in pdf files so please forgvie me if I ask a Newbie question.
    Here's the situation. I have an image slide show of ~18s and an audio file of ~3mins that I want to play as loops embedded in a pdf file.
    I tried the following:
    1) Created an swf file of the slide show with audio included, embedded in pdf -> works, but the swf file is off, since audio starts over with slide show, i.e-. after 18s. 
    2) Created an swf file of the slide show and an mp3, embedded two objects in pdf  -> Audio can be muted by button (multimedia_pause), but won't loop
    3) Created two swf files: one for the slide show, one audio only, embedded two objects in pdf -> Audio loops, but cannot be muted by button (multimedia_pause)
    So can please somebody give me a hint on how to loop the mp3 file (preferred, smaller total file size) or why the mute button action won't work on the swf-file?
    Any enlightening link is also most welcome! Thanks in advance!
    Regards
    bderfnam

    Dave -
    I know your reply was created nearly a year ago, but hoping you see it. I have the similar problem. My captivate contains audio whereby the audio is embedded on each slide, indepent of each slide within the captivate file. So, for a captivate course that has 10 slides, I'll have 10 audio files, one audio file (.mp3) on each slide.
    OK, now each slide has each audio file timed perfectly with captions that appear on each slide. So that when the audio (a narrator) says for example:
    "The user places the date and top of the page when the test failed ...and then the individual then signs at the bottom where indicated."
    There would be 2 captions - One caption for the first part of the .mp3, and one caption for the second part of the audio. (all on one .mp3 on the main timeline)
    When I press the Pause/Play button the .mp3 it just repeats itselve over and I hear the same voice running on top of each other in unison. Not sure how I can fix this where the Pause button on the control bar (the only control bar on the entire course), pauses everything on the slide.
    Do you see what I am saying?
    Any help you can provide would be greatly appreciated.
    Kevin

  • Printing an embedded .swf file in a .html page

    not sure which forum to ask this....so this question may
    appear in other forums as well.
    I have a web page that I built in DreamWeaver using CSS. On
    this webpage I have a .swf file embedded in one of my <div>
    tags. When the user hits File>Print, I want only the .swf file
    to print and not the other areas (i.e. header, footer, nav bar
    etc.) of the webpage. The following website does exactly what I
    want.
    http://www.chevrolet.com/avalanche/colors/
    Can anyone point me in the right direction to solve how to do
    this?
    thanks!
    D

    You need to specify in the CSS which items you want to
    print... Check out this...
    http://www.adobe.com/devnet/dreamweaver/articles/designing_css_pt6_04.html

  • Control volume for an embedded swf file in Captivate 5

    Hello everyone -
    I  have just searched the forum but cannot find anything on controlling the  volume for an embedded swf within Captivate 5. The cap 5 palyback  controls will not be used. Is there a way to control the volume ? I  found info for AS 2 bur not as 3.0
    Thanks much
    Rick

    I tried this as a solution:
    I imported the .swf file to Captivate. I tried to then publish the file as as .FL4, to then reimport into Captivate.
    That should give me the option to control the entire movie (sound and video) using Captivate playbar.
    BUT, when i try to publish as .FL4,  only the sound published, not the video.
    Any suggestions?
    (i have searched this site and the web in detail and have not fouind a solution),
    tallis lockos

  • Embedding SWF file into an Indesign document and later export as PDF

    Hi to everybody,
    I am searching now since 3 days for good solution of my problem. First I wanna tell you that the problem is not just to convert a swf-file into a pdf.  I did this many times with all animations, page flip and stuff.My situation is the following:
    I have varios catalogues with  more or less 12 pages each in an indesign format. Now I created an animated scroll down menu, which appears on an "index-page". On the menu I created buttons. One button for each catalogue. So the idea of the whole thing is to open a document and an index page appears where you have the animated menu and you choose the catalogue you wanna see. Until here it is quite easy. I created a swf file of each catalogue with my animations (as the special page turnover e.g.). So that I just need von Object in with I can load the different swf-files of these catalogues. I already did the process. I linked the buttons to the different swf files and so. So the problem is now when it comes to convert the whole thing into a PDF. Of course I convert it first to swf and then to PDF. After converting it to swf it works 100% fine, but in PDF not, suddenly the swf-files of the catalogues disappear.
    So the summary is, that I don't know how to embed swf files into an indesign document, creat buttons and interactions next to swf file, then save it to another swf, and then to a pdf without losing the first swf files within the pdf.
    Hope I made my self clear would be too nice if someone could help me or if someone may have a better idea of realizing the whole project.

    Jeffrey,
    Thank you for the answer. As you have written:
    I will also add that the ID's play mode contol [plays once] [repeat play] does not always control the file once in Acrobat.
    I presume you mean version of ID older than CS4 or version of Acrobat Reader older than 9.1
    It that is the case I will strongly recommend my visitors to upgrade to this version.
    I hope that would work.
    Thanks again.
    Peter

  • Embedded swf files don't show / slow to load when viewing project online

    I'm playing with the trial version of Captivate 3 and doing a
    mock up of an e learning module. I have a project which is about 30
    slides long and 4 or 5 of those slides have full motion recording
    objects on the slide (that were created when I drag and dropped
    something during the recording process). When I publish the
    project, it creates a separate swf file for each of the motion
    recordings...
    When I upload my published captivate project to my web server
    (the html doc, main swf, and supporting swfs), everything plays
    fine until I get to one of the slides that had one of the full
    motion recordings on it. When I get to those slides, the captions
    keep appearing, the audio keeps playing, etc. but the slide is
    blank - the full motion recording doesn't load.
    It appears that it just hasn't loaded yet, because if I try
    running the whole thing again, then it works fine!
    It's like the supporting SWF file hadn't finished loading but
    the main swf just kept on going...
    This seems like a really big bug to me? I'm pulling my hair
    out :(
    Is there a way to compile the whole project into 1 SWF file?
    Is there a way to embed the SWF files into the main SWF file so it
    is taken into account when preloading?
    Thanks to anyone who has some advice!! help!
    Gaspar

    Hi Gaspar,
    Are you using a preloader for the project? If so, the default
    one in Captivate waits for 60% of the project to load before
    playing. Perhaps try to add the preloader if you aren't using one,
    or remove it if you are to see if that makes a difference. In
    Captivate 3, you can change this option in Preferences -->
    Project --> Start and End --> Loading Screen.
    Good luck,
    David
    Edit: I just tried this too and got the same results when
    publishing with all versions of Flash - I was a little surprised to
    see it even with Flash 7 exports, because Captivate has let me
    embed .swf animations into a single .swf project file using Flash
    7. I'm guessing that whatever Flash "engine" Captivate uses to
    create its own FMV .swfs must be Flash 8 or 9. That would be
    something that would be nice to adjust - especially because of the
    lack of the ability to merge .swf files into one file. I guess I'll
    send a feature request again...

  • Can't get my embedded swf files to play in HTML file

    Hi there,
    I'm just  wondering why my swf files won't play when I upload them along with my  HTML file to the server.
    The problem can be seen at the  following URL:
    http://marthalodge.com/productDev.html
    I  inserted the swf in 'insert media' - 'shockwave' and the thing works  when I press play to view it within dreamweaver. However, when I try to  view it on a browser, either locally or remotely, it doesn't work.
    Does  anyone have a suggestion as to why this might be happening?
    Thanks,
    M

    Hi,
    I did what you suggested and again, nothing shows. You can see what I did at:
    http://marthalodge.com/ProdDev.html
    Do you have any idea why this is happening? I don't get any error report when I publish my swf from Flash.

Maybe you are looking for

  • Batch Derivation - No sender found during both Manual deriv & Order release

    Folks, I'm trying to simulate the batch derivation functionality but couldn't get it work. I have used both manual and release production order derivation events. Necessary configuration is setup including batch where used list and related derivation

  • Advanced Update Rules Routine

    I have a routine in my update rule that performs a lookup to another ODS.  To improve my performance I would like to try writing a temporary variable to memory that can then be referenced when loading each record.  For example here's some pseudo code

  • Cascading Select list in tabular from

    Looked at Denes example on Cascading Select Lists - http://apex.oracle.com/pls/otn/f?p=31517:119:2294401989620845. Want to have the primary select list as an item in a region, then the secondary select list as a column in a tabular form in the same r

  • "Checkpoint not complete" hangs!

    Hi everyone; I see "Checkpoint not complete" in the alertlog but normally oracle just waits seconds then checkpoints and go on... But the problem is, database sometimes hangs with this message for minutes and never respond until i checkpoint manually

  • Why can't I hear the phone ring when I call somebody, but if I put the speaker on it works

    Why can't I hear the phone ring when I call somebody, but if I put the speaker on I can hear the ringing?