Local SWFs security messages

Hi,
I want to run captivate 5 published SWFs from CD ROM but I get the adobe flash player security warning about ".. a potentially unsafe operation.", when i run the SWF files on their own locally.
I am guessing that the SWF files are making Javascript calls which is causing the security warnings, as when run locally from the HTML i don't get the same issue. Server2go is not really an option for me. I have unsuccessfully tried chaning the publish settings in captivate as my projects are doing no reporting/tracking and should have no need to speak to Javascript or communicate with the internet.
Any guidance gratefully recieved.
I don't understand why the published SWF should be causing the security alert when it does not need to be making any calls.
Thanks
Mathew

The checkbox you can deselect in the Publish dialog to NOT output HTML is there because there are some situations where you might be creating content for a Content Management System (not an LMS) that will only accept single files.  Typically these systems are designed for storing and serving up files like PDF, or DOC, or PPT, or SWF.  They usually want to rename your file with a unique ID when they store it internally, and so they don't cater to collections of web files that need to maintain relative links in order to work (e.g. the HTM/SWF/and JS files in Captivate output).
If you are publishing content for an LMS, either AICC or SCORM, you will be using HTM/SWF/JS.  The communication with the LMS in the case of SCORM happens via the JS API, not to mention a large number of other support files.  So trying to run the SWF by itself with a SCORM-compliant LMS will get you nowhere.
I'm interested in your idea that the Captivate SWF might be trying to do something that is triggering the security warnings.  Do you by any chance have Self-paced Learning turned on in TOC settings?  If so, this will cause the SWF to write a Shared Object to the user's local cache.  Perhaps that is what is triggering the warning.  Try starting up a blank project with absolutely no content, and Self-paced Learning turned off.  Does it also trigger this warning for you?
Can you show us the settings you currently have in your Flash Player Settings Manager in Control Panel for Storage?
What settings does it show on your Advanced Tab under Trusted Locations

Similar Messages

  • Security message when playing a SWF file

    After publishing a Captivate project as SWF, saving it to my
    local hard drive, and double-clicking the resulting HTM file to
    view it in the browser, I get a security message:
    "Adobe Flash Player has stopped a potentially unsafe
    operation.
    The following local application on your computer or network:
    [the path of the SWF file is displayed]
    To let this application communicate with the Internet, click
    Settings.
    You must restart the application after changing your
    settings."
    An OK button and a Settings button are at the bottom of the
    message. Whether I click on OK or click on the Settings button, the
    SWF proceeds to play in the browser.
    My main concern is -- if the SWF is posted to a web page, is
    this message going to appear when a learner clicks on the SWF to
    play it?

    Hi there,
    Just to add to KCWebPlaza's excellent suggestion, to
    permanently change these settings in the Flash Player Settings
    Manager Carry out these steps:
    1. Click Settings.
    2. Select Edit Locations.
    3. Select Add location.
    4. Under Trust This Location, enter the location of the
    folder that contains your published project.
    5. Click Confirm.
    Best - Mark

  • WPF WebBrowser Control Security Message After Loading Local XML File

    When I use the .Source property of the WebBrowser control, it displays the XML file I pointed to, but then puts a security banner at the top, stating that some content has been disabled.  I can't figure out how to stop that warning from appearing. 
    I've played with IE security settings, to no avail.
    I've found some articles about putting a "mark of the web" tag inside the XML file, but I can't do that because the files are created by a 3rd-party application, and I can't edit all of them.
    Isn't there a simple way to just turn off the feature for the WebBrowser control without messing with my IE security settings?
    Thanks...
    Ron Mittelman

    Ok, I did exactly what you suggested.  Brand new project.  Instead of using the file dialog, I just hard-coded the path to my xml-type file directly, as your prior suggestion stated.  The actual statement was:
    string myFile = @"file://127.0.0.1/c$/data/local/JMPS/data/CRD CWD Routes/myFile.crd";
    Then I used the proper code to set the Source property of the WebBrowser.  The file is really, really there, I promise.  Upon running, I get a dialog box saying that it "cannot find 'file://127.0.0.1/c$/data......."
    So there is some reason this will not work.  I am working in a high security area, so perhaps the machines are locked down to the extent that the method won't work?
    Can you explain why this method *should* work?  Why does using the IP address format defeat the security message?
    Is there perhaps some other method?  Some of the articles I read talked about putting a "mark of the web" tag inside the xml file.  Is this a possible option?  I can't really modify the files, but if I could get NavigateToStream
    or NavigateToString methods to work, I could insert that tag inside the xml file contents.  Unfortunately, as my other post states, I'm having a lot of challenges getting that to work also.
    I think that too is possibly caused by how locked down our development PC's are.
    Thanks...
    Ron Mittelman

  • Loading local swf files from Application Dir (ios)

    Hi Guys,
    I would like to load additional local swf files to my ios release build but I am confused a little bit because of the new API changes.
    As far as I know at the moment (from Air 3.7 or newer) it is allowed to load local swf files that contains compiled actionscript both from local folder and from a predefined remote host as well. 
    My assumption based on this article:
    http://blogs.adobe.com/airodynamics/2013/03/08/external-hosting-of-secondary-swfs-for-air- apps-on-ios/
    I created the text file to include all of my local swf file names and created the following node in the application.xml:
    <iPhone>
           <externalSwfs>assets/SampleSWFInfoFile.txt</externalSwfs>
    </iPhone>
    When I compile the release build (ipa) using command line adt, it converts all of my local swfs into the stripped swfs which is perfect, but even though I include all the swfs in the compiler command, it puts only the SampleSWFInfoFile.txt file into the assets folder in the ipa but not the swf files.
    I assume, it thinks I will load these files from an external host, but I would like to include them in the app itself.
    I tried to copy the stripped swf files from the externalStrippedSwfs folder and comment the <externalSwfs>assets/SampleSWFInfoFile.txt</externalSwfs> node in the application.xml and compile it and this way it puts the swf files into the ipa, but when I try to install and launch the app it crashes and when I test it using Flash Builder it shows an error message
    "VerifyError: Error #1042: Not an ABC file."
    Do any of you guys know the  solution for this problem?
    Thank you for your help in advance!

    You're publishing in AOT mode as long as you use one of these:
    The AIR Developer Tool or ADT has targets that lets you package apps either for the AOT mode or Interpreter mode. The targets for packaging in AOT mode are ipa-app-store, ipa-ad-hoc, ipa-test and ipa-debug.
    Flash Pro CS6 and Flash Builder automate this process pretty well so it's invisible but the SWF loads and executes code just fine for me when directly published.
    If I take it to command line I can use this to compile successfully (iPad test app):
    adt -package -target ipa-ad-hoc -storetype pkcs12 -keystore my.p12 -provisioning-profile my.mobileprovision NameOfApp.ipa NameOfApp-app.xml NameOfApp.swf iTunesArtwork iTunesArtwork@2x AppIconsForPublish swfs/swfs.txt swfs/GenerateText.swf
    I at least include generic icons in there but I made a 'swfs' folder and placed 'swfs.txt' and 'GenerateText.swf' in there. The SWF uses code to randomly generate text and changes every second using a Timer. I load it in using the same code you do with the ApplicationDomain.currentDomain context. I see the SWF appear and text start randomly changing.
    As I compile there's a folder generated called 'externalStrippedSwfs' with the stripped SWF in there.
    One thing to note is I do not supply <externalSwfs>swfs/swfs.txt</externalSwfs> in my iPhone settings. If I do that it doesn't work. I supply the path to the text file containing the SWF I want to be stripped to adt itself along with the SWFs I want stripped and it takes care of the rest.

  • Embedding local .swf file in AIR app

    Hi all,
    I want to include a small Google Maps .swf file as part of my overall HTML based AIR application and I was wondering whether anyone here has had any success in achieving this. Currently, my set up looks like this:
    AIR xml file:
    <?xml version="1.0" encoding="utf-8" ?>
    <application xmlns="http://ns.adobe.com/air/application/1.5">
        <id>gmaps</id>
        <filename>gmaps</filename>
        <version>0.1</version>
        <initialWindow>
            <title>gmaps2</title>
            <content>gmaps2.html</content>
            <systemChrome>standard</systemChrome>
            <transparent>false</transparent>
            <visible>true</visible>
            <width>1200</width>
            <height>1000</height>
            <x>20</x>
            <y>20</y>
            <minimizable>true</minimizable>
            <maximizable>true</maximizable>
            <minSize>850 636</minSize>
            <resizable>true</resizable>
        </initialWindow>
    My gmaps2.html file:
    <html xmlns="http://www.w3.org/1999/xhtml">
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
            <title>GMAPS</title>
        </head>
        <body>
            <div id="map_canvas" name="map_canvas">
                <object
                  classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
                  width="800px"
                  height="600px">
                      <param name="movie" value="app:/flex/GMapsController.swf">
                      <param name="quality" value="high">
                      <param name="flashVars" value="key=CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC CC">
                      <embed
                        width="800px"
                        height="600px"
                        src="app:/flex/GMapsController.swf"
                        quality="high"
                        flashVars="key=CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC CCCCCC"
                        pluginspage="http://www.macromedia.com/go/getflashplayer"
                        type="application/x-shockwave-flash">
                </object>
              </div>
        </body>
    </html>
    My GMapsController.mxml file:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    <maps:Map xmlns:maps="com.google.maps.*" id="map" mapevent_mapready="onMapReady(event)" width="100%" height="100%"
        url="http://my.domain.com" key="CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC"/>
        <mx:Script>
            <![CDATA[
                import com.google.maps.LatLng;
                import com.google.maps.Map;
                import com.google.maps.MapEvent;
                import com.google.maps.MapType;
                private function onMapReady(event:Event):void {
                    this.map.setCenter(new LatLng(40.736072,-73.992062), 14, MapType.NORMAL_MAP_TYPE);
                public function setLocation(lat:Number, long:Number):void {
            ]]>
        </mx:Script>
    </mx:WindowedApplication>
    When I open my air app, I don't get any error messages and it appears that the swf is not loaded at all.
    When I switch my AIR .xml file to point to the GMapsController.swf file instead of the gmaps2.html file, it works perfectly - this gives me the impression that there's either:
    1. Something wrong with including a WindowedApplication in a HTML file.
    2. Something wrong with including a local .swf file in HTML based application.
    I've tried referencing the .swf file in the html file from a remote server with the following:
      <div id="map_canvas" name="map_canvas">
                 <object
                   classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                   codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
                   width="800px"
                   height="600px">
                       <param name="movie" value="app:/flex/GMapsController.swf">
                       <param name="quality" value="high">
                       <param name="flashVars" value="key=CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC CC">
                       <embed
                         width="800px"
                         height="600px"
                         src="http://my.server.com/GMapsController.swf"
                         quality="high"
                         flashVars="key=CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC CCCCCC"
                         pluginspage="http://www.macromedia.com/go/getflashplayer"
                         type="application/x-shockwave-flash">
                 </object>
               </div>
    but no luck with that.
    Any help would be greatly appreciated.
    Thanks
    Sean

    Brandon,
    Thanks for the link - I wasn't aware about the HTML Loader class and how it relates to loading Google Maps. I'm not using the HTML loader class though, so I'm not sure how it relates to the issue I'm having.
    I'm currently following the advice outlined at http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS4B441C24-BAE3-4110-91FD-A4E5EEFB2467.htm l where the SWF object is loaded through JavaScript, but I haven't had any luck with it yet. I'm pretty new to Flex/Flash/AIR applications - I'm starting to think it could be something simple wrong with my .mxml file:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    <maps:Map xmlns:maps="com.google.maps.*" id="map" mapevent_mapready="onMapReady(event)" width="100%" height="100%"
        url="http://my.server.com" key="CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC"/>
        <mx:Script>
            <![CDATA[
                import com.google.maps.LatLng;
                import com.google.maps.Map;
                import com.google.maps.MapEvent;
                import com.google.maps.MapType;
                private function onMapReady(event:Event):void {
                    this.map.setCenter(new LatLng(40.736072,-73.992062), 14, MapType.NORMAL_MAP_TYPE);
                public function setLocation(lat:Number, long:Number):void {
            ]]>
        </mx:Script>
    </mx:WindowedApplication>
    I've tried creating a different .mxml file from the code outlined http://www.mikechambers.com/blog/2007/11/07/air-example-native-drag-and-drop/ (just as an example), just to make sure that the problems I'm having are not related in any way to the Google Maps API for Flash. Even with this second .mxml file, I still haven't had any luck in getting the swf content to load locally from the HTML file. However, if I set the content element in the AIR .xml file to look like this:
    <content>DragAndDropExample.swf</content>
    ... it works as expected.
    So, this has started me thinking that you cannot include a .swf file which has a base tag of WindowedApplication in a HTML based application? Can anyone confirm that this thinking is correct?
    Has anyone here managed to load .swf content in a HTML based application using the code outlined at http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS4B441C24-BAE3-4110-91FD-A4E5EEFB2467.htm l?
    Thanks
    Sean

  • Internet Explorer security message blocks my vrml from playing

    I created a simple flash interactive saved as an exe file. I
    created a button with a “get url” script to launch a
    quicktime vrml, it launches internet explorer and a security
    message about active content appears, which blocks the vrml from
    playing. Is there anyway the vrml can open without getting the
    internet explorer security message?

    Hi,
    My immediate reaction is don't panic! If you are testing your
    own page from your own local server then there is nothing to worry
    about. The whole issue of Active X controls is another sore point
    when having to deal with Microsoft's handling of interactive
    content.
    Triggering of the warning can be caused by various things
    other than the obvious contact with dynamic content. Here is an old
    thread from a discussion on why Active X warning appear on your own
    pages.
    http://www.dreamincode.net/forums/showtopic16624.htm
    Googling will find more evidence for you to trace. Your code
    looks fine to me and is not a threat to your system if it came off
    of your own local server.
    Active X is a pain in the butt.
    regards
    Nick Barling
    www.barkingweb.com

  • Problems running local swf files

    I recently developed problems running local swf files in
    Internet Explorer. This was working previously but recently it
    stopped working. Any ideas why the local files no longer work and
    how I can correct it?

    Hi Aquasue and welcome to our community
    In addition to the usual suspect fellow Adobe Community
    Expert Steve pointed out, the Flash player itself may be to blame.
    If you recently upgraded to the latest version (8 I believe) it
    imposes security particularly when using .SWFs locally.
    Click here to read a
    TechNote about it
    Cheers... Rick

  • SSO to ITS through WebSEAL gives secure/non-secure messages

    Hi
    We running the following setup:
    EP6 SP14
    Stand-alone ITS 6.20 patch 18
    4.7 R/3 Enterprise
    TAM/WebSEAL 5.1
    We are running SSO through WebSEAL to the portal and everything seems to be working just fine.
    But when we try to access a transactional iView or an IAC iView running on the ITS server I get a pop-up message saying "This page contains both secure and nonsecure items."
    We are accessing WebSEAL through HTTPS, we are running HTTPS between WebSEAL and the portal and HTTP between WebSEAL and ITS.
    I have tried to access the ITS through WebSEAL without using the portal, and I still get the message. So it must be something between the WebSEAL and the ITS server.
    Does anybody have any ideas what is causing this?
    Cheers,
    Jacob Vennervald

    The "secure and non-secure" message, displayed when accessing ITS through WebSEAL when using IE and HTTPS, is caused by an empty source reference (<IFRAME ... SRC="" ...>) within the ITS menu page (...d_menu.html).
    The integration guide, available on the <a href="http://www-1.ibm.com/support/docview.wss?uid=swg24003605">IBM website</a> and the <a href="http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/ibm">SAP SDN</a>, contains the information on how to stop the message from appearing.
    The message should not be displayed when accessing ITS through WebSEAL using HTTP.
    Regards,
    Peter Tuton.

  • Flex 3 locale swf loading bug on firefox

    Hi all
    I REALLY need your help here
    if anyone knows this bug or have any idea how to deal with it, it would really mean a lot to me
    i've been tring everything
    description:
    i'm building an application using flex 3, where all texts are being localized via the locale loaded at runtime
    i suspect that for some reason the  locale swf i'm loading isn't updating elements of the page
    as you can see in the image below, texts appear cut off.
    this happens to me only in firefox, no matter which page of the app is being displayed
    any ideas?
    appreciate your time in answering
    Yariv Gilad

    Hello and thank you for your quick answer
    the text is indeed right, and what you say make sense to me
    how can i proceed from here though?
    how can i fix the "sizing and positioning problem" ?
    the UI components are there and are being populated dynamically through the locale
    is there a way to force them to update?
    is this the right direction at all?
    any other ideas?
    just to note that if i hard-code the text into the components they are rendered perfectly
    so i don't see a reason to change their position or size...
    thank you for your time
    Yariv Gilad

  • I just wondering can I ask a user in firefox web browser after they have make a decision on one particular dialog box(e.g. security message choices)?

    Hi
    Basically I am doing a research on usability of information security. I would like to assess how likely people love or hate the security message that being presented to them. so I would like to present a dialog box asking their satisfaction after they have made decision upon security message they received (from web browser). If you could advise me on this. we can have a further discussion and it might be useful for you as developer in future as well. (collaborate for articles and journals publications) Please advise.

    This issue can be caused by an extension that isn't working properly.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You have quite a few extensions installed, so this may be difficult to track down.

  • Securing messages in XI..How?

    Hi,
    Our client currently looking for securing message in XI.As client concern other than developer no one can able to see the message payload in sxmb_moni.
    Can you tell me what are the possible ways to secure maessages in XI3.0 SP14.
    As per our plan ,Our scenario : SAPHR(IDOC)->XI--> Secure FTP(CSV)
    We have plan to extract Employee records from SAPHR through IDOC and sending as CSV format to SFTP. For this, how do we secure or encrypt data from SAPHR. As we know we do not use IDOC sender adapter for this sender side. So we do not have chance to use module level security .Please let me know is there any other ways for make secure as payload from SAPHR-IDOC?
    Other thing is receiver side, as i know SAP doesn't support SecureFTP , how we will post csv files into SFTP? Does ftp(file) adapter required any additional settings ? also required notes or comments for securing messages at receiver side?
    Last but least: For this scenario how do we achieve exceptions for each and every level?
    Please do share your experience and get best rewards for that,.
    Appreciated your time and thanks in advance.
    Thanks,
    PILearn.

    Hi,
    You can control SXMB_MONI transaction using User profiles & Roles or dont give the authorisations of this transactions to users. you can also use SU53 to determine the values of authorisation objects & thus you can control SXMB_MONI.
    On receiver side you can try with FTPS as XI supports to it.
    You can configure Alert Management for handling exceptions or erros in XI.
    Regards
    Sushil

  • Different Types of Secure Messaging

    There are different variants of Secure Messaging for smart cards. I know there are SM by Global Platforms, ISO 7816 and ICAO. Is the implementation by ISO 7816 same as ICAO SM?

    Not a question. Locking. Will remove tomorrow. If you have a question, ask it, but don't post drivel thanks.

  • Localization issue: adding strings to locale swfs

    We are currently building an application that hosts flex
    modules within an ASPX application. We have a "homepage" that
    allows users to configure which dialogs (we call them widgets) will
    show on their homepage. At this point, we have had one resource
    bundle (.properties file) that we have used for all of the strings.
    We compile these resource bundles in the locale swfs for each of
    the 8 langauges we support.
    The twist is that we also allow customers to write "custom
    widgets" in Flex that they can add to the homepage if they so
    desire. It sounds like they could create a custom .properties file
    which would allow us to create a seperate resource bundle for the
    strings for their dialog. But then would the en-us.swf have to be
    recreated to include their bundle in the overall swf? If so,
    wouldn't the client have to have our "standard app" .properties
    file to make one cumulative en-us.swf?
    Or can you have multiple locale swfs for different dialigs
    (ie Standard.us-en.swf and Custom.us-en.swf)? That way our standard
    strings stay seperate, but the client can still add their own?
    Anyone have any thoughts?

    I think you can have separate locale swf. I think you can use
    loadResourceModule() to load any resource swf. See FB3 help topics:
    Localizing Flex Applications
    Using resource modules
    Creating resource bundles at run time

  • Implementing local user security with ZCM11

    Hi all
    we have been a very traditional NetWare-Company neglecting all local user security (on windows) as we always tried to force the users not to save any data on local drives (but only on our NetWare- or OES-drives). So all of our users work on the local windows Administrator-account without any password.
    With a new IT-Management in place, this has to change. The new management wants to make sure laptops can't be used when stolen.
    So we have the following requirements to implement:
    1) local user account with central policies in place
    2) the local user account has to be single sign on with NDS (only one password to enter for local user account and nds login)
    3) user roaming (user should be able to change physical machine and get the same environment)
    So far, we have used ZCM 11 primarily for software deployment. We are on ZCM 11.2.4.
    I do have an idea how to implement Point 1) and 3), but i am unsure which way to go for the SSO part (Point 2)
    hopefully, someone can point me in the right direction.
    Thanks
    Andrej
    Andrej Dimic
    Karl Bubenhofer AG
    Hirschenstrasse 26
    9200 Gossau
    e-mail: [email protected]
    Tel. +41 71 387 43 87

    Hello Thomas
    yes, DLU is what we needed.
    Thanks for pointing me in the right direction.
    Andrej
    Andrej Dimic
    Karl Bubenhofer AG
    Hirschenstrasse 26
    9200 Gossau
    e-mail: [email protected]
    Tel. +41 71 387 43 87
    >>> thsundel<[email protected]> 18.06.2014 17:06 >>>
    Andrej Dimic;2323232 Wrote:
    > Hi all
    >
    > we have been a very traditional NetWare-Company neglecting all local
    > user security (on windows) as we always tried to force the users not to
    > save any data on local drives (but only on our NetWare- or OES-drives).
    > So all of our users work on the local windows Administrator-account
    > without any password.
    >
    > With a new IT-Management in place, this has to change. The new
    > management wants to make sure laptops can't be used when stolen.
    >
    > So we have the following requirements to implement:
    > 1) local user account with central policies in place
    > 2) the local user account has to be single sign on with NDS (only one
    > password to enter for local user account and nds login)
    > 3) user roaming (user should be able to change physical machine and get
    > the same environment)
    >
    > So far, we have used ZCM 11 primarily for software deployment. We are on
    > ZCM 11.2.4.
    >
    > I do have an idea how to implement Point 1) and 3), but i am unsure
    > which way to go for the SSO part (Point 2)
    >
    > hopefully, someone can point me in the right direction.
    >
    > Thanks
    > Andrej
    >
    > Andrej Dimic
    > Karl Bubenhofer AG
    > Hirschenstrasse 26
    > 9200 Gossau
    > e-mail: [email protected]
    > Tel. +41 71 387 43 87
    I believe the DLU policy is what you are looking for in Point 2). Then
    the user can login to the workstation with the same credentials as they
    have in NDS.
    Thomas
    thsundel
    thsundel's Profile: https://forums.novell.com/member.php?userid=128
    View this thread: https://forums.novell.com/showthread.php?t=477797

  • Secure messaging services...

    Hi All,
    I want to develop secure messaging services using j2me. Basically the messages will be sent via sms but there will be a crypto process...I plan to use the public key....but im confused in choosing the right one for j2me considering that our handphone couldn't do the complex calculation...anyone can give me a gud idea?& why did u choose that?
    Thx b4 in advance...

    Hi All,
    I want to develop secure messaging services using
    j2me. Basically the messages will be sent via sms but
    there will be a crypto process...I plan to use the
    public key....but im confused in choosing the right
    one for j2me considering that our handphone couldn't
    do the complex calculation...anyone can give me a gud
    idea?& why did u choose that?
    Thx b4 in advance...You should try the J2ME forums. Try spelling your words properly also and people may take you a little more seriously.
    http://forum.java.sun.com/category.jspa?categoryID=23

Maybe you are looking for

  • Named Criteria created, but it does not show up in the Data Controls view

    Hello there, I wish to use a data-bound ADF Mobile ListView in one of the pages on the app. However, only entries of the underlying data that fulfill a certain condition shall be displayed in the list. The condition basically is an "Equals" test agai

  • How to retrieve records from taxonomy table

    Hi, I have a main table which has taxonomy field,for ex: category. Main table: Products which has ProductName(text),ProductNo(text),Category fields(Lookup[taxnomoy]) Could anyone please tell me how to retrieve the records and attributes from a taxono

  • The green light beside the built-in camera

    9 minutes ago it just came on without me launching Photo Booth or iChat or anything else. I feel like my computer just turned into HAL. I opened Photo Booth to try and see what was happening, maybe turn it off, and the camera shows no image (and it t

  • Locking the Form to be signed only by certain Signature Certificates

    Hello, I have a form that I would like to restrict singing it to certain certificates. I tried to check the box under Signature Settings/Signing certificates/Specify the Signing Certificates. every time i hit OK and come back to the setting  I see th

  • Conditional row editing in REUSE_ALV_GRID_DISPLAY

    Hi All, I am using REUSE_ALV_GRID_DISPLAY for ALV display. In ALV, one column is made editable by supplying edit mode in layout. Here i want to edit this column only for few records and not for all records. How can i achieve this. I know the way out