Hide the flash files under CMC folders

How to hide the flash files which are in a particular folder in Infoview so that only few users have access to view them.

When I try to set security for the flash object, i do not see the User security option when i right click on the object.
Even when I go to Manage->Top level Security, click on it nothing happens...it means that we cannot set security for the flash objects similar to that of Excel files.
Can you help me on this....
~Neethi..

Similar Messages

  • Text field is not working at first time after loading the flash files

    Hi to all,
         In my Java application, I'm using a text field and a panel to load flash files. I'm using JDIC 0.9.1 to load the flash files in the panel. The flash files are created by Flash CS4.
         While running the application, I can't enter any value in the Text field, after minimize and maximize the application I can enter the values.
         This problem happens after change the jre version from 1.6 to 1.7.
         I'm getting the following exception while running the application.
    org.jdesktop.jdic.init.JdicInitException: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
    at org.jdesktop.jdic.init.JdicManager.initBrowserNati  ve(Unknown Source)
    at org.jdesktop.jdic.browser.WebBrowser.<clinit>(Unkn  own Source)
    pls give me a solution.
    Thanks in advance...:)

    Have you tried testing on a server?
    When you test in Flash, see if you get traces when you click these buttons.

  • How can I hide the class file ??

    Hi !
    I has a question, when i write a program of Java, then use the command "javac" to compiler to class file for other people using, but the class file can be disassembled and convert to source code. How can I hide the class file and let people can not disassemble, or can not see the source code. Thinks

    See these....
    http://www.saffeine.com/
    http://www.jarsafe.com/
    I recently read this. This will help you.
    http://developer.java.sun.com/developer/qow/archive/160/index.jsp
    Enojy....
    Rajesh

  • SWF error- while generating the flash files.

    Post Author: [email protected]
    CA Forum: Xcelsius and Live Office
    Hi, in the old forum I came across the folowing topic: SWF error- while generating the flash files.
    As I have the same problem, I would like to know the solution / answer / meaning please. What do I have to change in order to let in function properly again.
    Thanks anyone.
    Femke
    (The post is from 3/6/2007)
    The following error is generated upon generating the flash files Any insight???SWF error- while generating the flash files.--ErrorSWF Function Overflow. The generated SWF will not function correctly because data dependencies go beyond SWF limits.--
    OK -

    Post Author: Andres
    CA Forum: Xcelsius and Live Office
    Hello.
    I'm having the same problem. It appeared after I made use of many cells (a table of 10x200 cells) with formulas inside them.
    Before that, while I was making my tests and only used a few cells and the .XLF file was 4Mb, I had no problem. Now that the .XLF file is 8Mb I see this error appearing (in Spanish):
    "Error
    Desbordamiento de la función SWF. El archivo SWF generado no funcionará correctamente ya que las dependencias de datos superan los límites de SWF."
    Any idea of how this could be resolved (appart from using less data)?
    Thanks in advance.

  • Using CSS and Javascript to display a div with flash in it, mozilla reloads the flash file!

    I am using CSS and Javascript to display a div with an
    embedded flash object in it. Mozilla Firefox reloads the flash file
    when the div is displayed! (I dont want this to happen, as it's
    unexpected functionality, my expectation would be that the flash
    file would not change it's state at all, and would remain in
    whatever state it was left in.)
    I was wondering if anyone has come across this issue and is
    there something I can do to prevent this from occurring?
    To be more specific, I have a single HTML page with 8 flash
    files embedded in it (yeah I know, it's a bit much). I am then
    using CSS and Javascript to display (via a numbered link (with an
    id)) an equivalent numbered div tag containing the flash file.
    Mozilla Firefox reloads the flash object that is in the div.
    Internet Explorer will not do this and will instead, load the flash
    object only upon initial view of the flash object. All subsequent
    links (in IE) will NOT reload the flash object on the page. I'm
    guessing this is some kind of difference in the flash player as an
    Active X object and the plugin, or is it just IE being clever? Or
    am I way off?
    Anyway, here is the code...

    I am using CSS and Javascript to display a div with an
    embedded flash object in it. Mozilla Firefox reloads the flash file
    when the div is displayed! (I dont want this to happen, as it's
    unexpected functionality, my expectation would be that the flash
    file would not change it's state at all, and would remain in
    whatever state it was left in.)
    I was wondering if anyone has come across this issue and is
    there something I can do to prevent this from occurring?
    To be more specific, I have a single HTML page with 8 flash
    files embedded in it (yeah I know, it's a bit much). I am then
    using CSS and Javascript to display (via a numbered link (with an
    id)) an equivalent numbered div tag containing the flash file.
    Mozilla Firefox reloads the flash object that is in the div.
    Internet Explorer will not do this and will instead, load the flash
    object only upon initial view of the flash object. All subsequent
    links (in IE) will NOT reload the flash object on the page. I'm
    guessing this is some kind of difference in the flash player as an
    Active X object and the plugin, or is it just IE being clever? Or
    am I way off?
    Anyway, here is the code...

  • How-to hide the portal file shares on Windows

    Hi,
    Does anybody know how to hide the default file shares created by SAP NW 04 in windows?
    In other words: what I'm trying to accomplish is renaming the sapmnt share and saploc share (both on the E:\usr\sap\ folder) to sapmnt$ and saploc$.
    I know how to do the Windows part, but where and how do I configure the SAP Web AS part?
    Regards,
    Steven Dijkman

    Hi guys,
    Thanks for all the feedback.  However, this still does not fully work.
    I tried hiding the folder but it in fact only hides the folder, not the share itself. I'm trying to do the opposite, hiding the share (making it an administrative one) whilst not hiding the folder. With the folder hidden, the startup framework (NW 04 EP6 SP12) does not work.
    By the way: checking / tightening access is not an option: security architects dictate what needs to happen here and unless I have VERY good reasons I should comply to what they say: change saploc to saploc$ and change sapmnt to sapmnt$.
    If anybody has anymore thoughts, I'd be very interested.
    Cheers,
    Steven Dijkman

  • How to hide the sub menus under tabs

    Hi,
    i have a requirement to hide the submenus(links) under tabs.
    i succeded to hide the tabs and global menus. but still menus(Links) are showing under the tabs.
    i wrote the below code
    OAPageLayoutBean page = pageContext.getPageLayoutBean();
    page.prepareForRendering(pageContext);
    page.setTabs ((oracle.cabo.ui.UINode)null);
    page.setGlobalButtons((oracle.cabo.ui.UINode)null);
    can anyone help me please?
    Regards,
    Raju

    Raju, add his line in your code, it will hide links under tabs:
    OAPageLayoutBean page = pageContext.getPageLayoutBean();
    page.prepareForRendering(pageContext);
    page.setTabs ((oracle.cabo.ui.UINode)null);
    page.setGlobalButtons((oracle.cabo.ui.UINode)null);
    page.setPageHeader((UINode)null);
    I hope this helps.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to hide the alternative file metadata

    Hi all, I'd like to hide the alternative file metadata from my custom profile, how can I do this without having to write a custom component for it?
    Thanks,

    I put that rule as global since I needed this in Standard. However, in the custom profile I do need to show the alternative file and I thought I could get it done by just reversing that rule in the custom profile but it hasn't work, anyone knows how I can bring the alternative file again just for the custom profile?
    I've tried so far in the custom profile side effects:
    <$dpPromote("createAlternateFile", "1")$>
    <$dpPromote("suppressAlternateFile", "0")$>
    <$dpPromote("alternateFile:isHidden", "0")$>
    <$dpPromote("alternateFile:isEdit", "1")$>
    <$dpPromote("alternateFile", "1")$>
    None has work, thanks in advanced for any help on this.

  • Maintaining the Flash file session in JsP

    Can anybody say how to mainatain the session in the flash to the jsp file.
    -- when the flash session is expired the corresponding jsp session should expire.
    -- when the user clicks the button in the flash file that communication should retrun into the Jsp page.
    please provide the solutions for in this regards will be appreciated.
    thanks,.

    Sateesh,got any solution?

  • I can't enter any values in JTextField after loading the flash files.

    Hi to all,
    In my application I have two panels. One panel has JTextField and another panel i loaded flash files.
    The flash files are build by CS4. I'm using JDIC to load the flash files. While open the application i loaded flash file and I try to enter any input in the textfiled, but I can't. After minimize and maximize the application I can enter the values. This problem happens only after I change the jre version from 1.6 to 1.7.
    While loading flash files I'm getting the below exception.
    org.jdesktop.jdic.init.JdicInitException: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
         at org.jdesktop.jdic.init.JdicManager.initBrowserNative(Unknown Source)
         at org.jdesktop.jdic.browser.WebBrowser.<clinit>(Unknown Source)
    pls give me a solution.
    Thanks in advance...:)

    I can't enter any values in JTextField after loading the flash files., locking.

  • Problem after hide the "Alternate File" field

    Hi all,
    Before I hide the "Alternate File" field in check-in form. I created a content item with a customize Content Type
    and then viewed it's content information. At the Web Location property like that:
           Web Location:      http://tuyennt-laptop:16200/cs/groups/vietinbankhanoi/documents/anh/mtyy/mdaw/~edisp/19216855106162000053.gifAfter I hide the "Alternate File" field follow Idoc script:
         <$AllowAlternateMetaFile="true"$>
         <$createAlternateMetaFile="1"$>
         <$alternateFile:rowStyle="display:none"$>Then create other content with the same Content Type and I saw that at the Web Location property :
           Web Location: http://tuyennt-laptop:16200/cs/groups/vietinbankhanoi/documents/anh/mtyy/mdaw/~edisp/19216855106162000054~1.htmWhen I click on this link, it return error : Error 404--Not Found
    But it will return for me a page include a table of information about Content Metadata for this content, If it was created with standard Content Type as: Document.
    And have a error in this table at the Folder field:
                   Folder  358128818381000010 - Invalid folder reference!Although the Folder have ID: 358128818381000010 exist
    I don't know why?
    Do you have any suggestion for me???
    Thanks in advance!
    Edited by: AS84 on Jun 26, 2012 1:51 AM
    Edited by: AS84 on Jun 26, 2012 2:13 AM

    Hi jiri.machotka,
    My problem I got happen when I click on the link in the Web Location field example like that:
             Web Location:      http://tuyennt-laptop:16200/cs/groups/tintuc/documents/anh/mtyy/mdaw/~edisp/19216855106162000061.htmwhich was show on in the Content information page of Content item.
    After I click, UCM return a page where show some Content Metadata information and "Folder" is one of them.
    And the error I get here like that:
              *Content Metadata*
    Revision:      1
    Type:      Document
    Title:      Test 02
    Author:      btvhn
    Security Group:      TinTuc
    Account:      
    Comments:      
    User Access List:      
    Group Access List:      
    Profile:      
    +Folder:      588183722538000204 - Invalid folder reference!+
    mNguonTin:      
    Application Identifier:      
    Batch Identifier:      
    Batch Sequence:      
    mAnhMoTa: I have just saw again my configure for all my customize Security Group and I get out the reason why.
    All my Security Group I created not have permission (R) on guest role. When I set this permission for all my Security Group and this problem seem to be resolve.
    I really don't understand why. If you have knowledge base about it can you explain for me and any person maybe get the same problem?
    Anyhow, my problem was resolved
    Thanks for all of your suggestion
    Edited by: AS84 on Jun 26, 2012 8:59 AM
    Edited by: AS84 on Jun 26, 2012 8:59 AM

  • Could not generate the flash file(SWF)

    Hi all,
    I am working with a Dashboard having a GMap plugin and it was working fine on BO server.
    But now the plugin has been changed from GMap to CMaps plugin. I am able to download the same dashboard from BO Server to my desktop.
    The snapshot of the warning I get while downloading the dashboard has been attached.
    When downloaded from server, in place of displaying map on GMap plugin I get a warning "Invalid request this request is invalid" but when i open its properties the warning goes and the map appears back.
    Then I tried to upload the same dashboard on BO Server and I get an error "Could not generate the flash file(SWF)...". The snapshot of the same has been attached.
    I am unable to do any modification on this Dashboard.
    Regards

    Hi,
    In your discussion,you have downloaded the dashboard file from the BO server to your desktop.
    You can export the dashboard to BO Server in SWF format.But how can you download the physical dashboard file from BO server.Is it possible?
    Do the changes in .xlf physical file and export the .xlf file to BO server as File-->Save to platform.
    Regards,
    Venkat P

  • HT1310 Even when holding down the option key during the restart, I can't get the flashing file icon to go away

    I have tried numerous times to restart my macbook pro to get to the startup manager. And even when holding down the option key, it will just take me back to the flashing file with a question mark in it. If anyone can help, I'd sincerely appreciate it.

    Reinstall Lion, Mountain Lion, or Mavericks without erasing drive
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then click on the Repair Permissions button. When the process is completed, then quit DU and return to the main menu.
    Reinstall Lion, Mountain Lion, or Mavericks
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • I hid the toolbar(file,edit,bookmarks,history...etc.) backward,forward arrow and home icon also,how to show it again???tnx

    i hid the toolbar(file,edit,bookmarks,history...etc.) backward,forward arrow and home icon also,how to show it again???tnx
    == This happened ==
    Just once or twice
    == last night

    '''Menu Bar''' (File, Edit, View, History, Bookmarks, Tools, Help)
    Press ALT+ V T M (CTRL+V T M on Macs) on your keyboard. This should restore the menu bar (Firefox 3.6)
    '''Other toolbars'''
    View|Toolbars|Select the desired Toolbar
    '''Other steps to try'''
    Try restoring the default set by going to View|Toolbars|Customize| Restore Default Set. This will put the toolbars back in the default place
    '''Safe Mode'''
    You May need to reset toolbars and controls via [[Safe Mode]]
    Make sure you completely close Firefox first. When you get to the Safe Mode window, select Reset toolbars and controls and then Make Changes and Restart.
    Hope this helps!

  • Executing the .bat file under java

    Hi,
    I have a batch file which will do some useful stuffs
    like compilation of jar file, deploying the ejb's under
    WebLogic container etc.
    I called the batch file under windows environment, it
    used to display the console without any processing
    on it.But similar stuff with shell script works fine on
    Linux OS.
    How do I execute the batch file from Runtime?

    We use
    Runtime.getRuntime().exec("c:\\path\\to\\batch.bat");
    If that doesn't work, try "cmd /c c:\\path\\to\\batch.bat".
    You might have to capture the output from the process from Java to make sure it works correctly. And yes, the downside is that it will bring up an empty command prompt when you run it under Windows 95,98,Me... not a lot you can do about that, it's avoidable under NT,2K,XP with a bit of trickery though.

Maybe you are looking for