How I use swf in swf (nested) ?

Flash is case-sensitive in naming(symbols,form
fields,components) ?
How I use ScrollPane ?
How I use swf in swf (nested) ?

What I've done in the past is created an image using an image editor like MS Paint,  then change the image to black/white instead of color, and used grey instead of black.  Then upload the image via SE78.  Then you can include the image in your sapscript using the BITMAP statement.  Search for watermark in this forum and you should get some more info.
BITMAP ZIMAGE OBJECT GRAPHICS ID BMAP TYPE BCOL
Regards,
Rich Heilman

Similar Messages

  • How to use cursor function for nested xml

    Hi,
    i have a query for XMLQuery like
    select * from bills where bill_id=????
    it results in something like
    <bills>
    <bill>
    <city>london</city>
    <amount>44</amount>
    </bill>
    <bill>
    <city>london</city>
    <amount>988</amount>
    </bill>
    <bill>
    <city>new york</city> <amount>59</amount> </bill>
    </bills>
    but i want xml output to be sorted for city names adding one more level location like
    <bills>
    <location city="london">
    <bill>
    <amount>44</amount>
    </bill>
    <bill>
    <amount>988</amount> </bill>
    </location>
    <location city="new york">
    <bill>
    <amount>59</amount> </bill>
    </location>
    </bills>
    it should be possible to iterate through the same table to gather informaton with the help of cursor function, but never used CURSOR before.
    any idea?

    sreese wrote:
    p_desig works as a comma delimited string without the NVL function, that's not the issue.
    It IS the issue .. you need to provide  a SAMPLE so we can see what you're doing ..
    How are you "passing it in" ?
    option A:
    procedure ( in_var  in  VARCHAR2 )
    AS
    and nvl(sn.c_attribute1,'x@#$%') in nvl(in_var,'x@#$%')
    option B:
    and nvl(sn.c_attribute1,'x@#$%') in nvl(&1,'x@#$%')
    .. or some other method?

  • How to use swf file for Spark Skin

    Hi all
    I have little confuse about how to use swf file with Spark Skin,
    in Flex3 , i use Flex Skin Design Extension for Flash to deal with skin ,
    so basically , I just create a swf file and import to the project , then everything is ok
    but , seem that not working in flex4 , spark skin.
    1` I can't find the Flex Skin Design for the FlashCs4
    2` I try to use FlashCs3 version to import the skin art to the project , but seemed not working.
    3` I Google and check the Flex4 Help , seemed Spak skin need the Skin-Class , which I don't know how to use that with swf file
        what I have searched is how to use FXG , or some jpg file in that skin class, none of them are use swf file.
    so , is there any way that let user use the swf file to deal with the skin?
           is the Flex Skin Design can use in Flex4?
    Thanks

    Hello,
    I'm new to Flex, but have come to it from Flash Pro.  I'd like to know the same thing.  I think I found the answer here:
    http://www.flashallys.com/blog/spark-button-skinning-with-flash-symbols/
    However my question is now: Is this a good approach to use?
    99% of the googling I've done tells me to skin components with fxg files.  I've tried that by creating graphics and exporting from flash, but using swfs containing lots of graphics is much faster so I'd rather use that.
    The other thing I've done is to create custom components using these helpful tutorials:
    Creating component in flash:
    http://www.webkitchen.be/2008/12/12/video-tutorial-make-flex-components-with-flash-cs4/
    Dealing with Resizing with method overrides for your flash component:
    http://www.psyked.co.uk/flex/creating-flex-components-the-easy-way-for-flash-ide-converts. htm
    This allows me the flexibility of Flash Pro design with the layout, transistions, data binding etc from Flex.
    So my question is: Is this approach (skinning spark components with swfs, and using custom swc components made in flash) a bad idea for any reason?  E.g. does it create slow mobile apps?
    Cheers
    Chris

  • How to use a swf file in java

    plz any body tell me about this
    that how to use SWF in java (JFrame)

    I suggest you look in google http://www.google.co.uk/search?q=SWF+java

  • How to use swf object

    Hi have been trying to get my head around how to use swf object, I know very little javascript and so am having difficulty in modifying the code to suit my needs.  This is my page which I have used dreamweaver cs3 and have used insert>media>flash and it is working well but does not validate.  I would really appreciate if somebody could write the exact html code I need to convert this to swf object.
    http://www.kimberleywebdesign.com.au/Links.html

    You should be able to just declare a variable outside of the onComplete function and assign it the loaded object when the file loads...
    var loadedSWF:MovieClip;
    function loadComplete(e:Event):void {
         removeChild(old_mc);
         addChild( DisplayObject(LoaderInfo(e.target).content) );
         loadedSWF = MovieClip(e.currentTarget.content);
    function doStuffToSWF(){
          loadedSWF.something....

  • How to Load an external swf using loadmovie in AS3

    I need to create a button with script, on rollover load an external swf into movieclip in AS3.  This was able to create this in AS2, but I need to create this in AS3

    Thanks again Ned.
    Kenneth Russell
    graphic artist, Sr.
    Lockheed Martin - MS2
    2323 Eastern Blvd., Baltimore, MD 21220
    Phone 410.682.0554    Fax 410.682.0543
    From: Ned Murphy <[email protected]>
    Reply-To: [email protected]
    Date: Thu, 23 Jul 2009 19:08:25 -0600
    To: kenneth russell <[email protected]>
    Subject: How to Load an external swf using loadmovie in AS3
    In AS3 you use the Loader class to load external swf's and image files.  You
    should be able to find examples both in the Flash help files and these forums
    if you search.  If you aren't aware of how to code buttons in AS3, that can be
    found as well.  In AS3, just about any kind of interction involves the use of
    event listeners in combination event handler functions... in the case of a
    button rollover an example would be...
    btnName.addEventListener(MouseEvent.ROLL_OVER, overHandler);
    function overHandler(evt:MouseEvent):void {
         // your loading code or whatever
    >

  • Using manual JS Active Content Fix, but now how do I append the *.swf?

    Hi all I am using this method to fix the Active Content
    issue,
    http://www.adobe.com/devnet/activecontent/articles/devletter.html#multipleoccurrences
    but now I have come across a situation when I have to append
    the end of the .swf.
    EG: Active content fix script. It does not use the extension
    .swf
    <script type="text/javascript" >
    AC_FL_RunContent(
    'codebase',
    'https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0',
    'width', '764',
    'height', '141',
    'src', 'images/footer_graphic_1_about',
    'quality', 'high',
    'pluginspage',
    'https://www.macromedia.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'window',
    'devicefont', 'false',
    'id', 'footer_graphic_1_about',
    'name', 'images/footer_graphic_1_about',
    'menu', 'true',
    'allowScriptAccess','sameDomain',
    'movie', 'images/footer_graphic_1_about',
    'salign', ''
    ); //end AC code
    </script>
    I need to add .swf?<%response.write qs%>" to the
    images/footer_graphic_1_about, because I am passing a variable
    through the .swf.
    Eg: images/footer_graphic_1_about.swf?intro=no
    Any help would be great.

    SShould read that page two has a multistate, not multitask.

  • How to use an SWF and XML in PDF?

    Hi
    I am publishing a PDF from Adobe RoboHelp (version 10, part of TCS 4). I have inserted some Flash-based SWF files whose text content is called from an XML file. Now, when I publish the RoboHelp project as an HTML output, and place the XML file in the published folder, I get the text content of SWF right.
    Any idea how I can get the SWF files and their XML content in the PDF?
    Sreekanth

    I think some searching will locate this issue and you have to manually add it back into Word or do as Dave says and add it in Acrobat. If you cannot find it in this forum, it is likely in the RoboHelp HTML forum.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How to use aggregator to create a single swf file from multiple files

    Hi everyone,
    I am working on the client's requirement where i have to create a SCROM 2004 based video. Its basically a PPT inside the captivate file. And it has around 175 slides in the file. Some of the slides have animations, voiceover. I am facing a problem during PUBLISHING the file into single SWF file format. Whenever I Publish the slides as SWF, it creates number of SWF files, Swf skin of the player and other manifest, Scorm 2004 files.
    I want only one single SWF file in which every slide should be incorporated in it. Dont know, why it is happening? I tried aggregator for this also, but it didnt worked... The Skin.swf has been easily added and no other files are adding. It shows me an error: "Name.swf is not a AS3 Captivate file ....."
    I am new to this. Please help me out as I have a very short deadline for this.
    Thanks and Regards

    Maybe you misunderstand: this is a user forum, not online help by Adobe staff.
    Sorry, but if you are that impatient, you'll have to pay for online support. You post a question and expect to have answers within minutes?
    Lilybiri

  • How do you convert a SWF to JPEG?

    We have 10,000 SWFs (and their FLAs), but need to create a
    JPEG of each SWF to see a thumbnail of them in a DAM.
    Aside from the very manual method (make screenshot of the
    SWF, resize it and convert it to a JPEG in Photoshop/Bridge) what
    are my options in order to either A) automate this process OR B)
    come up with another process using either the CS2 or CS3 suites?
    If there is another process to do this, what would this be?
    Remember, I am starting with a SWF and I want a JPEG, but I
    am keeping both. I have seen plenty of information on how to embedd
    JPEGs into SWFs, but I am not interested.
    Anyone have any ideas on this topic?

    You say you have their FLA's. The image should be in the FLA
    right? The original is linked inside as well right so you should
    already have the original somewhere that you could work from
    instead of going through the FLA file. Now, if you added other
    graphics and so forth to in the FLA and want to export that
    instead, goto file/export/export image and select JPEG Image.
    Not sure if you can automate this though. You might be able
    to make an Applescript to do this, perhaps. Otherwise I suggest
    getting some interns in there ;-)
    Mark

  • How to Put Controls on SWF File... then Export  to FLV

    Have a swf file that self plays.
    What I Need:
    I need to imbed this self playing 2 minute video clip with
    sound...but I want it to have controls on it and be paused. I want
    to use dreamweaver to place it in the web page but stupid
    dreamweaver only puts controls on a flv file NOT SWF's.
    How can I get a swf file, then add controls, then output to
    FLV so Dreamwemaver can put it on my page.
    I have Adobe Dreamweaver CS4, Flash CS$ but DO NOT KNOW HOW
    TO USE IT - Tried but failed miserably (it didnt even want to put
    controls easily on this...I tried for 30 min but couldnt break
    through. I have the CS3 Master Collection.
    Thanks
    All I want is for this video to play universally and nicely
    in a web page of mine...when will this stuff ever be compatable and
    transparent to use!
    Suzzie

    For me, not. But yes I have to do this. Maybe I manual have a table which includes the y axis coordinates. X axis is dicrete then when I get the value 2 I will look at its y axis and take the coordinates of the y-axis corresponds to the table
    Is it difficult? 
    Yasemin Barutçu
    Electrical And Electronics Engineer

  • How to insert a Flash SWF into my page

    I am using GL6 on an Intel MAC running 10.5.6.  I have a Flash file I created using Flash CS3 and want to have it appear within my GL page.  However when I try to insert the file into the site window, I get the error message: myfile.swf could not be updated. Do you want to continue anyway?
    How do I get the SWF file into the page?
    Thanks.

    You can try to use my flash action original made to avoid the IE Eolas problem
    It wont give you a preview (flash only show in browser)
    It was made in GL5 and shud works in all newer versions
    http://www.jart.dk/jgom/golive/golive-actions/swfobject.html
    If neither GL's nativ or my action works it may be somthing with your flash

  • Embedding into a web page, but how to connect to an SWF on the media server

    If I do something like this it works fine. helloWorld.swf is
    an interactive SWF file thats on my application server. It then
    accepts parameters and successfully makes a connection to my FMS.
    <object width="600" height="600"
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">
    <param name="movie" value="helloWorld.swf" />
    <embed src="helloWorld.swf" width="250" height="400"
    type="application/x-shockwave-flash" pluginspage=
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    helloWorld.swf already resides in my applicatoin folder on
    the FMS. The question is, how do i access that swf in order to
    stream it. My successful test connection is done like this
    "rtmp://<ip>/helloWorld/_definst_/helloWorld
    How do I enter that swf into the value or src field on my
    object tag above? I have searched days on this. There is so much
    documentation but nothing explicitly to simply streaming a file...
    Thanks in advance.

    Just sending this post back to the top. Seems to be a pretty
    slow forum with not a lot of activity. I would think being an adobe
    forum, it would more activity including moderators. Anyhow, that's
    my two cents. Next post will be to a new forum place..anyone use
    flashguru?

  • How can I import a .swf file in Adobe Flash CS4?

    Hi,
    How can I import a .swf file in Adobe Flash CS4?
    Thanks.

    you can use file/import but that would be a mistake.
    you should "load" your swf, not import it.
    if you want to load it and need help, are you using as2 or as3?

  • How to remove text from .swf animation?

    how to remove text from .swf animation? Can no find this text
    in fla file. Flash 8.

    exactly what 'text' are you referring to? text that you typed
    on the Stage using the 'textTool'? simply select the text with the
    'arrowTool' and hit delete.
    If you are referring to a textField that you want to
    eliminate after a certain amount of time, within your animation
    sequence. first copy the text, create a new layer, paste the text
    in place, then where you want to have the text 'disappear' insert a
    'blank keyframe' at that point in the text layer.
    OR place the textfield within a MC and remove it with code.
    OR if the text is dynamic and you wish to use the position at a
    later time, pass a value of null or and empty string to the field
    at the point you wish. And there are other ways still. :) hope one
    of these works for you.

Maybe you are looking for

  • Is text mining operations on document binary and its HTML output is simiar?

    Does the text mining operations differ when I perform on document binary or its HTML output? Do you think the results would be the same, if i performed clustering operation on the HTML or text output of a binary document instead of its binary file. P

  • Weblogic SSO with Negotiate Asserter to AD Windows2003

    Hi Im making the configuration of the SPNEGO negotiate asserter of Weblogic 11gR1 to enable SSO in Windows clients without the need of entering credentials. I went through the steps of the Securing Oracle WebLogic Server guide, http://download.oracle

  • What's a simple keyboard shortcut to change windows..?

    Hi everyone, I'm using a Swiss keyboard and am trying to figure out if there is a simple shortcut for switching Safari windows. I've finally figured out the shortcut for changing tabs (Command-Shift-left or right arrow) but changing windows still elu

  • Copy of invoice

    How do i get a copy of an past invoice?

  • About Adobe Interactive Form license price

    Hello experts, We need to develop some Adobe Interactive Form with Netweaver Developer Studio . I know that if customer create their own Adobe  interactive forms then they need to purchase the license. How much the license of Adobe Interactive Form ?