Resizing SWF without PARAM

Hi
should we have a default size to show *.swf file on webpage
with <embed> tag without defining width and height of file.
we just want to show file with original size which is big
than it shows, without defining resolution it shows it very small.
we use <embed src="file.swf"></embed> tag to
insert flash file into our code. is right? if its right then i am
not geting needed result. Plz help me!!
I will be very thankfull!

badalin wrote:
> Hi
> should we have a default size to show *.swf file on
webpage with <embed> tag
> without defining width and height of file.
> we just want to show file with original size which is
big than it shows,
> without defining resolution it shows it very small.
> we use <embed src="file.swf"></embed> tag to
insert flash file into our code.
> is right? if its right then i am not geting needed
result. Plz help me!!
>
> I will be very thankfull!
you can't show swf in its original size w/o Embed and Param
tags. It will fill the
browser windows w/o it.
Publish the file with complete set of tags, just <embed
src="file.swf"></embed> is not
enough.
Best Regards
Urami
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

Similar Messages

  • Perplexed about resizing swf to window

    Hi all,
    I cannot change both the width 100% and height 100% of my SWF in the properties panel of DW and have the movie load on my website (it is missing).  I can change the width to 100% and the height to any size (100 to 2000 px) and the movie will fit horizontally all the way across my screen but is either to short or to tall vertically, respectively.
    I can change all kinds of parameters (adding or deleting) and get the same result.  I see a lot of conversation about this in the forums but not a straight forward fix for the non-java types. I have changed alot of info for the tags inculding padding and margin to 0 and height and width to 100%.
    I am using DW CS5.  Any suggestions?
    Thanks,
    Randy

    Hi
    Setting height and width to 100% -
    In some browsers it will work, to some degree, in others it will not without a little JavaScript and/or resizing the page,
    For an example of resizing swf to the page, (try this in various browsers, to see how they differ, and that all do) - http://www.pziecina.com/design/turorial_demos/autoresize_flash.php. View source to see how it is done.
    PZ

  • Can I import binary in Flash CS5 and export swf, without AS code likes "Embed" ?

    Can I import binary in Flash CS5 and export swf, without AS code likes "Embed" ?
    I know I can use AS code,likes "[Embed]" metadata to embed binary in swf. But , how can I do that in Flash CS5 ?

    Have a look at this: http://stackoverflow.com/questions/7816231/how-to-use-as3-to-load-binary-data-from-web-ser ver

  • Help resize  SWF in vertical direction

    I have more reach application, in simplify my problem looks so:
    I dont' need in scroling.
    How do it? With JavaScript? or exists decision in ActionScript 3?
    Help plz.

    Quick google search provided me following have you tried any of these?
    http://forums.adobe.com/thread/689870
    Can the SWF size itself in an HTML page?http://www.flepstudio.org/forum/tutorials/3578-resizing-swf-real-time.html

  • Resize partitions without erasing existing data

    I have one drive (internal), dual partition (OS X 10.5.2 and Vista) and I want to split the volume OS X 10.5.2 in two. I try this using Disk Utility, but one warning was showed: ..changing the partition map may make this disk unbootable using windows"
    Is it warning true? What do I expect to happen in case of resizing?
    If someone had have any related experience about that, I will appreciate Your advice.

    You can resize partitions without losing data but you won't be able to boot into Windows after that. That was a bad experience I had. My first bad experience was to repartition a dual-partition (Tiger+Windows) drive, ignoring the warning. Guess what? Lost everything and had to reinstall both OS.
    Mac OS X Extended (journalled) drives can be repartitioned without losing data using the "diskutil" command in the Terminal window. Type "diskutil" and you get a list of available commands.

  • Flash Resizing Without PARAM

    Hi
    should we have a default size to show *.swf file on webpage
    with <embed> tag without defining width and height of file.
    we just want to show file with original size which is big
    than it shows, without defining resolution it shows it very small.
    we use <embed src="file.swf"></embed> tag to
    insert flash file into our code. is right? if its right then i am
    not geting needed result. Plz help me!!
    I will be very thankfull!

    badalin wrote:
    > Hi
    > should we have a default size to show *.swf file on
    webpage with <embed> tag
    > without defining width and height of file.
    > we just want to show file with original size which is
    big than it shows,
    > without defining resolution it shows it very small.
    > we use <embed src="file.swf"></embed> tag to
    insert flash file into our code.
    > is right? if its right then i am not geting needed
    result. Plz help me!!
    >
    > I will be very thankfull!
    you can't show swf in its original size w/o Embed and Param
    tags. It will fill the
    browser windows w/o it.
    Publish the file with complete set of tags, just <embed
    src="file.swf"></embed> is not
    enough.
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Resizing swf dynamically

    Hi Guys,
              I am uploading different size of images dynamically but at the same time I want the stage to be resized accordingly to image's height and width.
    What is the best way to do it?

    In the following Actionscript I am passing image's(which is on stage) width and height to the Javascript:-
    stagewidth = 400 stageHeight = 300
    imageWidht = 540 stageHeight = 544
    import flash.external.ExternalInterface;
    stage.scaleMode = StageScaleMode.NO_SCALE;
    stage.align = StageAlign.TOP_LEFT;
    var data1 = 10;
    var data2 = 20;
    var divid = "flashid";
    trace("clip dimensions : "+clip_mc.width+" "+clip_mc.height);
    ExternalInterface.call("setFlashHeight", divid,clip_mc.height);
    ExternalInterface.call("setFlashWidth", divid,clip_mc.width);
    HTML Code:-
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>resizeStage2</title>
    <script language="JavaScript" type="text/javascript">
    <!--
    //v1.7
    // Flash Player Version Detection
    // Detect Client Browser type
    // Copyright 2005-2008 Adobe Systems Incorporated.  All rights reserved.
    var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
    var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
    var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
    function ControlVersion()
        var version;
        var axo;
        var e;
        // NOTE : new ActiveXObject(strFoo) throws an exception if strFoo isn't in the registry
        try {
            // version will be set for 7.X or greater players
            axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
            version = axo.GetVariable("$version");
        } catch (e) {
        if (!version)
            try {
                // version will be set for 6.X players only
                axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
                // installed player is some revision of 6.0
                // GetVariable("$version") crashes for versions 6.0.22 through 6.0.29,
                // so we have to be careful.
                // default to the first public version
                version = "WIN 6,0,21,0";
                // throws if AllowScripAccess does not exist (introduced in 6.0r47)       
                axo.AllowScriptAccess = "always";
                // safe to call for 6.0r47 or greater
                version = axo.GetVariable("$version");
            } catch (e) {
        if (!version)
            try {
                // version will be set for 4.X or 5.X player
                axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
                version = axo.GetVariable("$version");
            } catch (e) {
        if (!version)
            try {
                // version will be set for 3.X player
                axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
                version = "WIN 3,0,18,0";
            } catch (e) {
        if (!version)
            try {
                // version will be set for 2.X player
                axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
                version = "WIN 2,0,0,11";
            } catch (e) {
                version = -1;
        return version;
    // JavaScript helper required to detect Flash Player PlugIn version information
    function GetSwfVer(){
        // NS/Opera version >= 3 check for Flash plugin in plugin array
        var flashVer = -1;
        if (navigator.plugins != null && navigator.plugins.length > 0) {
            if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
                var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
                var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
                var descArray = flashDescription.split(" ");
                var tempArrayMajor = descArray[2].split(".");           
                var versionMajor = tempArrayMajor[0];
                var versionMinor = tempArrayMajor[1];
                var versionRevision = descArray[3];
                if (versionRevision == "") {
                    versionRevision = descArray[4];
                if (versionRevision[0] == "d") {
                    versionRevision = versionRevision.substring(1);
                } else if (versionRevision[0] == "r") {
                    versionRevision = versionRevision.substring(1);
                    if (versionRevision.indexOf("d") > 0) {
                        versionRevision = versionRevision.substring(0, versionRevision.indexOf("d"));
                var flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
        // MSN/WebTV 2.6 supports Flash 4
        else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
        // WebTV 2.5 supports Flash 3
        else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
        // older WebTV supports Flash 2
        else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
        else if ( isIE && isWin && !isOpera ) {
            flashVer = ControlVersion();
        return flashVer;
    // When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available
    function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
        versionStr = GetSwfVer();
        if (versionStr == -1 ) {
            return false;
        } else if (versionStr != 0) {
            if(isIE && isWin && !isOpera) {
                // Given "WIN 2,0,0,11"
                tempArray         = versionStr.split(" ");     // ["WIN", "2,0,0,11"]
                tempString        = tempArray[1];            // "2,0,0,11"
                versionArray      = tempString.split(",");    // ['2', '0', '0', '11']
            } else {
                versionArray      = versionStr.split(".");
            var versionMajor      = versionArray[0];
            var versionMinor      = versionArray[1];
            var versionRevision   = versionArray[2];
                // is the major.revision >= requested major.revision AND the minor version >= requested minor
            if (versionMajor > parseFloat(reqMajorVer)) {
                return true;
            } else if (versionMajor == parseFloat(reqMajorVer)) {
                if (versionMinor > parseFloat(reqMinorVer))
                    return true;
                else if (versionMinor == parseFloat(reqMinorVer)) {
                    if (versionRevision >= parseFloat(reqRevision))
                        return true;
            return false;
    function AC_AddExtension(src, ext)
      if (src.indexOf('?') != -1)
        return src.replace(/\?/, ext+'?');
      else
        return src + ext;
    function AC_Generateobj(objAttrs, params, embedAttrs)
      var str = '';
      if (isIE && isWin && !isOpera)
        str += '<object ';
        for (var i in objAttrs)
          str += i + '="' + objAttrs[i] + '" ';
        str += '>';
        for (var i in params)
          str += '<param name="' + i + '" value="' + params[i] + '" /> ';
        str += '</object>';
      else
        str += '<embed ';
        for (var i in embedAttrs)
          str += i + '="' + embedAttrs[i] + '" ';
        str += '> </embed>';
      document.write(str);
    function AC_FL_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
         , "application/x-shockwave-flash"
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_SW_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000"
         , null
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
      var ret = new Object();
      ret.embedAttrs = new Object();
      ret.params = new Object();
      ret.objAttrs = new Object();
      for (var i=0; i < args.length; i=i+2){
        var currArg = args[i].toLowerCase();   
        switch (currArg){   
          case "classid":
            break;
          case "pluginspage":
            ret.embedAttrs[args[i]] = args[i+1];
            break;
          case "src":
          case "movie":   
            args[i+1] = AC_AddExtension(args[i+1], ext);
            ret.embedAttrs["src"] = args[i+1];
            ret.params[srcParamName] = args[i+1];
            break;
          case "onafterupdate":
          case "onbeforeupdate":
          case "onblur":
          case "oncellchange":
          case "onclick":
          case "ondblclick":
          case "ondrag":
          case "ondragend":
          case "ondragenter":
          case "ondragleave":
          case "ondragover":
          case "ondrop":
          case "onfinish":
          case "onfocus":
          case "onhelp":
          case "onmousedown":
          case "onmouseup":
          case "onmouseover":
          case "onmousemove":
          case "onmouseout":
          case "onkeypress":
          case "onkeydown":
          case "onkeyup":
          case "onload":
          case "onlosecapture":
          case "onpropertychange":
          case "onreadystatechange":
          case "onrowsdelete":
          case "onrowenter":
          case "onrowexit":
          case "onrowsinserted":
          case "onstart":
          case "onscroll":
          case "onbeforeeditfocus":
          case "onactivate":
          case "onbeforedeactivate":
          case "ondeactivate":
          case "type":
          case "codebase":
          case "id":
            ret.objAttrs[args[i]] = args[i+1];
            break;
          case "width":
          case "height":
          case "align":
          case "vspace":
          case "hspace":
          case "class":
          case "title":
          case "accesskey":
          case "name":
          case "tabindex":
            ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
            break;
          default:
            ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
      ret.objAttrs["classid"] = classid;
      if (mimeType) ret.embedAttrs["type"] = mimeType;
      return ret;
    function setFlashWidth(id,data2){
            alert("newW  : "+data2);
            document.getElementById(id).style.width = data2+"px";       
    function setFlashHeight(id,data1){
            alert("newW  : "+data1);
            document.getElementById(id).style.width = data1+"px";       
    // -->
    </script>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet-->
    <div align="left">
        <div id="flashid">
            <script type="text/javascript" language="JavaScript">
                //e = canResizeFlash();
                document.write('<object data="resizeStage2.swf" width="100%" height="100%" type="application/x-shockwave-flash">');
                document.write('<param name="movie" value="resizeStage2.swf" />');
                //document.write('<param name="FlashVars" value="allowResize='+e+'" />');
                document.write('Flash Movie With Resizing Content');
                document.write('</object>');
            </script>
            <noscript>Javascript must be enabled to view Flash movie</noscript>
        </div>
    </div>
    <script language="JavaScript" type="text/javascript">
        AC_FL_RunContent(
            'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',
            'width', '550',
            'height', '400',
            'src', 'resizeStage2',
            'quality', 'high',
            'pluginspage', 'http://www.adobe.com/go/getflashplayer',
            'align', 'left',
            'play', 'true',
            'loop', 'true',
            'scale', 'showall',
            'wmode', 'window',
            'devicefont', 'false',
            'id', 'resizeStage2',
            'bgcolor', '#ffffff',
            'name', 'resizeStage2',
            'menu', 'true',
            'allowFullScreen', 'false',
            'allowScriptAccess','sameDomain',
            'movie', 'resizeStage2',
            'salign', ''
            ); //end AC code
    </script>
    <noscript>
        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="550" height="400" id="resizeStage2" align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="allowFullScreen" value="false" />
        <param name="movie" value="resizeStage2.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />    <embed src="resizeStage2.swf" quality="high" bgcolor="#ffffff" width="550" height="400" name="resizeStage2" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
        </object>
    </noscript>
    </body>
    </html>
    The error messgae I get on the first line of the script: - "null" is null or not an object
    Thakn you for your help.

  • Can we resize swf file created with AIR API in AIR application?

    Hi,
    I created a .swf file with AIR API.
    I want to open and resize it in AIR application. This .swf file taking dimensions as default in which it opens.
    I want to change its width and height.
    Is there any way to change its dimensions?
    Please suggest me the solution.
    thank you

    Loading a Flex WindowedApplication into another is not supported.  However,
    you might be able to access the WindowedApplication and size it.  Sub-Apps
    in AIR should be based on Application, not WindowedApplication.

  • Output generation options in InDesign server... generate SWF without bytecode

    Hi,
    We have a server-side InDesign application to generate SWF and JPEG and PDF assets based on a number of IDD files - generated and manually built.
    The issue is, we are trying to move to an iOS supported product where SWF loading is restricted and default, generated SWF from InDesign contains a rake of unused and unwanted ActionScript that has no relevance to our application but which is also likely to complicate or block app approval.
    So... I need to find some options here.
    Can anybody comment on the feasibility of any of the following;
    1. Modify SWF generation to generate _without_ the InDesign ActionScript (we don't need it... we just need the display assets that InDesign creates)
    2. Generate a lossless PNG output on a transparent background (needs to be lossless to support colourisation, needs to be a transparent background as moving from SWF would mean the inability to remove the big white rectangle it always puts in a SWF)
    3. Generate a PDF in a format that can be manipulated to provide us access to individual display assets within an AIR / Flex app
    Thanks in advance,
    G

    PS: Yes, I am aware of the export with and without interactive media settings, but they don't seem to make any difference whatsoever to the SWF as it still includes a rake of unneeded ActionScript (including a wide range of fl.video code for some bizarre reason...).
    I have just found some export as PNG options in InDesign 6, but the server is still on an older version of InDesign (4, I think) do you know when the export as PNG feature was introduced? I have been assured that we can't generate PNG with the current setup... though will dig a bit deeper to check.

  • Compiling a CSS into SWF without merged SDK and dynamically loading

    I have a flex application that is built with the SDK merged in (for my own good reasons). This application dynamically loads a style SWF that was built without the SDK merged. Unfortunately, it seems that the loaded SWF fails to resolve its references with the SDK and gives me a 1014 run-time error.
    If I merge the SDK into the CSS SWF then it works. If I set both my application and the CSS SWF to use the SDK as an RSL then it works. In short the matrix is:
    CSS SWF, SDK merged?
    Application, SDK merged?
    Works?
    Yes
    Yes
    Yes
    Yes
    No
    Yes
    No
    Yes
    No
    No
    No
    Yes
    I do not want a big CSS SWF to dynamically load with all the SDK in it when I already have the SDK loaded with my application. Any help much appreciated.

    Hi,
    In you rsl project properties, go to Flex Library Build Path and go to library path tab. Here you can edit your imported library. There's no need in RSL to import the libraries merge into code but external(even the Adobe libraries should be loaded as external) cause you load it already from your application project (as rsl or merge into code).
    Bye!

  • Resizing Swf at runtime based on content

    Hi I am working on a project and I am trying to figure out how to resize the swf at runtime based on the content (which is brought in by xml) .  What I am trying to do is similar to http://www.mustardlab.com/developer/flash/objectresize/  but unfortunately this is written in AS1 and doesnt help me much!  If anyone could please explain to me how to do this in AS3 I would really appreciate it.  I know I need to use the ExternalInterface but I am very new to AS3 and am not sure how to do this.  I have searched and searched all over the internet and still can't figure it out.  Any source code you might have would be AWESOME!
    Thanks again,
    Kathy

    Hi again:)  I guess that’s the problem, I'm not sure of the code..i mean I guess I understand the basics..i need to call on the textField.height and send it to the javascript via the ExternalInterface..then I'm stuck..how to get the javascript to resize the div which is what I'm assuming it needs to do?  Again, this I'm really new at this and I'm working on a site for a client..I have been struggling to get it to work..i'd dump the flash all together but she reallllllllllly wants it!
    Here is the site if you want to see it.  Its not finished yet but I'm getting there!
    www.daedaldesigns.com/jackiegood/
    Right now the issue is the text on some pages is short and on others is long..so I need to get it to expand.
    Thanks again..I really appreciate your time!
    Kathy

  • Resizing movie without scaling objects

    I would like to have a button in a movie that, once pressed,
    will resize the height and width of the .swf movie, but I don't
    want anything else on screen to be scaled to reflect the change in
    movie size.
    For example, if the movie dimensions are doubled in size, I
    don't want a text box to double in size - I want that to stay the
    same size.
    Anyone know how to solve this?

    Heres an example of what I mean below. The width of the flash
    movie resizes to fit different browser resolutions. The image at
    the back also moves as the browser window is resized. All whilst
    the menu in the centre of the screen remains the same size.
    http://www.minus.dk

  • Resize jdialog without flicker effect

    I made a vertical tool palette with a JDialog : I have "setcontentpane" a JPanel with vertical boxlayout.
    This JPanel contains other JPanels (class PaletteZone extends JPanel) that act like tool zones : they can be collapse or expand. If you want to have look of what i'm talking about, there is an image here of the palette :
    http://db-maths.nuxit.net/im1.png
    Here is my problem... I have a PaletteZone method used to collapse the tool zone :
    public void collapse(){
            ContentVisible=false;
            ZoneTitle.title.setIcon(rightTriangle);
    // component 0 is the zone title bar, component 1 an icon set (within a JPanel) :
            this.remove(1);
            JP.validate();
    }******* 1) When I use JP.validate, there is no flickering at all and the zone collapse nicely. BUT the JDialog isn't set to the good size. If you want to have a look on what you get when you clic on "Construction" :
    http://db-maths.nuxit.net/im2.png
    ******* 2) If I use JP.pack(), of course the dialog is correctly resized and redrawn. BUT there is a flickering effect : I've made some tries on JFrames and JDialogs and I saw that a pack() call clear immediatly the background and then send a paint call : this "clear/paint" sequence makes a bad flickering effect. I have a quite recent computer (G5 and OS X), and I use java 1.4.2 so I don't think the fact that I see this flicker is caused by hardware or software...
    ******* 3) If I use JP.setSize(), things behave exactly like if I do a pack() call...
    Do you know what I could do to avoid this flicker ? to set the size to the JDialog without this "clear/paint" sequence ?

    you will have to create a jpanel and place this in the dialog's NORTH.
    add a mouseListener to the panel and provide your own moving-handling.
    this.setLocation((int) (this.getX() + e.getX() - m_iOffset.getX()) ...
    this.repaint();you'll have to set m_iOffset wehen mousePressend, and call the moving method when mouseDragged.

  • Resize canvas without moving/resizing items

    i'd like to resize the canvas of the page without moving or resizing any of the items within it. i tried file>document setup but it moves stuff around. i just want to trim a couple pixels off the top and bottom. in illustrator there's the canvas resize tool and in photoshop you can do it through a menu. how do you do it in indesign?
    thanks.

    Ah, no easy way to do it.  You can try turning on Layout Adjustment (Layout > Layout Adjustment) then with nothing selected changing the proxy in this thing:
    I can never remember it's name...
    However I doubt any of the above things will work like you want them to, they're not very intuitive either.

  • Automatically refresh Xcelsius SWF without logon prompt from Crystal2008Srv

    I'm demoing Xcelsius 2008 Enterprise using Live Office.  I have a live office Excel sheet with data and created a new Xcelsius project with a simple pie chart of the data.  I created a new refresh button in the project and connected it to my data via the Live Office data connection.  I then posted the resulting swf file to our Sharepoint 2007 server as a web part.  Now however the swf dashboard prompts me for a user ID and logon to see the dashboard every time.  How can I implement this dashboard so that the user sees it without needing to enter a logon.  See attached photo for example of what the dashboard is doing on refresh.
    Thanksm
    Dominic
    [Photo Example|http://picasaweb.google.com/lh/photo/oYcCqjRxrpyscd_YfnECTA?authkey=Gv1sRgCN2VwPCkz_O6kwE&feat=directlink]
    Edited by: DOMINIC CARISSIMI on Aug 17, 2009 6:59 PM
    Edited by: DOMINIC CARISSIMI on Aug 17, 2009 7:03 PM

    Dominic,
    Query-as-a-WebService is a tool that allows you to expose a Universe as a web service and in that way you can also leverage a Universe as a source for Xcelsius.
    You may wish to refer the link below...
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0047b9a9-8397-2b10-5e9c-9d963c20e1e7
    -Anil

Maybe you are looking for

  • How to remove document from Flash drive after printing from a PC

    Hi All, Here's my problem: Today I needed to print an MS Word file at a printshop, so I saved the document onto my Flash drive and took it to the shop. There, the staff printed the document from a PC and handed the drive back to me. Now, back at home

  • Is there a Spam filter for Mail? In iOS 5?

    I haven't seen this question posted for a couple of years, so I'm curious if iOS 4 has addressed my concern. Can Mail for iPod Touch 4th Generation be set up with some sort of spam filter? I have very good filters associated with my various email acc

  • File receiver adapter with the same filename than sender

    Hi guys, I am experiencing a problem when I use the <b>Adapter Specific Message Properties</b> to be able to receive a file with the same name as the sender. I've been following the example of Michal Krawczyk (XI: The same filename from a sender to a

  • Generating reconciliation Report in RBACx

    Hi Everybody, I am an year old developer working on role manager.We need to Generate Reconciliation Report after the completion of a certification in the role manager. Reconciliation is ,after completion of recertification of a system in role manager

  • GRC CUP how can i remove  auto link "view" display from email configuration

    Hi, When approver/manager gets email.They get display "view" as a link to process the request. How can i remove this and put a full link in email configuration of stages workflow. Thanks Yakoob.