How to store flash objects in different location?

How store flash objects in different location?
Is this is possible to achieve?
reply me soon

Hi,
I believe you meant to post your question to the Flash forums: http://forums.adobe.com/community/flashplayer
This forum deals with Flash Access, Adobe's Digital Rights Management solution.
cheers,
/Eric.

Similar Messages

  • How to store java objects in the database

    Hi,
    I am trying to store HttpSession state across Application Servers. Basically I am trying to build a sort of application cluster server on my own. I thought the best way to do this was to periodically store the HttpSession object from an application server in a database.
    I created a table in Oracle 8i with a blob column. I use a PreparedStatement.setObject() method to store the HttpSession object in the database. My problem is, I don't know how to get the object back from the database.
    Since ResultSet.getBlob returns the Blob locator, I need to read the BinaryInputStream to get all my data back. This tells me that getBlob basically works only for things like files, and cannot be used for Java objects.
    Is there any way around this? Your input would be much appreciated.
    Regards,
    Somaiah.

    Thanks for the quick reply vramakanth.
    Do I have to use a type map if I do this? Also does such a type map exist for the HttpSession class?
    Thanks,
    Somaiah.

  • How to access Excel files from different locations?

    Hello,
    I have successfully tested the Excel sample on WLS 7, and trying to run it on
    the WLS 8.1.
    Anyways, the common question for both is, how to access an excel files from different
    locations (e.g. c:\path\1.xls, \\domain1\finance\fin.xls, \\domain1\marketing\customer.xls,
    \\domain2\accounts\vouchers.xls)?
    From example i can see that it picks from a specific path under repository.
    Thanks
    Ashok Gupta

    The custom function sets the MS-Excel default directory to System.getProperty("user.dir")+"/excel"
    (the domain directory), then opens the filename passed as a parameter. I assume
    that if you pass in the fully specified path for the excel file ( like d:\MyDir\data\test.xls),
    that it would open that file.
    - Mike
    "Ashok Gupta" <[email protected]> wrote:
    >
    Hello,
    I have successfully tested the Excel sample on WLS 7, and trying to run
    it on
    the WLS 8.1.
    Anyways, the common question for both is, how to access an excel files
    from different
    locations (e.g. c:\path\1.xls, \\domain1\finance\fin.xls, \\domain1\marketing\customer.xls,
    \\domain2\accounts\vouchers.xls)?
    From example i can see that it picks from a specific path under repository.
    Thanks
    Ashok Gupta

  • How to store java object in oracle

    Hi all,
    is it possible to store jva object in oracle.
    I have defined myClass. It have only data fields ( no methods).
    I make myClass myObject = new myClass();
    How can I store this object in oracle DB.
    Many thanks in advance.

    1.Convert this object into stream of Bytes.
    2.create a new InputStream from these Byte array.
    2.Use the setBinaryStream to set the values inside the table's column.
    3.Store this object as a Blob in the table (column type must be Blob).
    Hope this helps.
    Sudha
    PS:- Somebody explained in this forum how to convert an Object into Byte array .

  • How to store Connection object and call it from other programs.

    Hi,
    I am trying to connect to the database, store the connection object and use this connection object from other standalone java programs.
    Can any one tell me how to do this? I've tried in the following way:
    In the following program I am connecting to the database and saving the connection object in a variable.
    public class GetKT2Connection {
       public static void main(String[] args) {
          String url = "jdbc:odbc:SQLDsn;
          String dbUser = "sa";
          String dbPwd = "sa";
          Connection kt2conn = Connection connection = java.sql.DriverManager.getConnection(url, dbUser, dbPwd);
          if(kt2conn == null) {
             System.out.println("Database Connection Failure!");
          else {
             System.out.println("Connected to Database...");
         GetKTConnectionObj.storeKT2ConnectionObj(kt2conn);
    } Here is the program to save connection object in a variable.
    public class GetKTConnectionObj {
       static Connection kt2Connection = null;
       public static void storeKT2ConnectionObj(Connection conn) {
       kt2Connection = conn;
       public static Connection getKT2ConnectionObj() {
       try {
          return kt2Connection;
       catch(Exception e){
          System.out.println(e);
      return null;
    }Now from the following code I am trying to get the connection object that is stored. But this is throwing NullPointerException.
    public class Metrics_Migration {
      public static void main(String args[]) {
         try {
        java.sql.Connection connection_1 =   GetKTConnectionObj.getKT6ConnectionObj();
         catch(Exception e){
    }

    kt2Connection is null. You need to store it first, to make it not null. Otherwise it will stay null forever. And why on earth are you trying to do this THIS way?
    If you are running the two applications separately, it wont work either.

  • How to set up two iPads, different locations, one account.

    How do I set up two iPads in two different States with one account.  My 89 year old father can not do the details of setting up an account but I want him to have apps and have even gifted him a bird guide.  Now it sits in his in box because we don't know how to download it without an account.  

    Obviously your father will not be able to sync with iTunes, but somehow I don't think that is going to be an issue.
    You can set up the account on your iPad, or computer, whatever, and then have your father sign into your Apple ID on his iPad. Settings>Store>Sign in. He will need your ID and password in order to download apps or other paid content.
    However, he does not - nor do you need to set up the account on his iPad. He just needs to sign in to the account.
    This is not really ideal - separate ID's would be the way to go, but if you are essentially maintaining the device and springing for the apps - it will work - if you want to share an ID.

  • How to include flash object in web page

    Hi,
    I am using the code below:
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="626"
    height="159">
    <param name="movie" value="menu_application.swf" />
    <param name="wmode" value="transparent" />
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash"
    wmode="transparent" data="/portal/nam/swf/menu_application.swf"
    width="626" height="159">
    <!--<![endif]-->
    <ul>
    <li id="home"><a href="../"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event,
    this)">Nakheel</a> <span id="tag_line">Where vision
    inspires humanity</span></li>
    <li id="corporate" class="active"><a
    href="../corporate/" onmouseover="swap_main_navigation_class(event,
    this)" onmouseout="swap_main_navigation_class(event,
    this)">Corporate</a></li>
    <li id="news"><a href="../news/"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event,
    this)">News</a></li>
    <li id="blue_responsibility"><a
    href="../blue_responsibility/"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event, this)">Blue
    Responsibility</a></li>
    <li id="developments"><a href="../developments/"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event,
    this)">Developments</a></li>
    <li id="living"><a href="../living/"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event,
    this)">Living</a></li>
    </ul>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    Before invoking the code, I have registered the web object
    as,
    swfobject.registerObject("flash_scroll", "9.0.0",
    "/portal/nam/swf/index.swf"); // path is relative to my app server.
    Now when I put the same code in single directory, everything
    goes smooth, but once I decompse the code and when it loads this
    code from different places, it does not work out.
    Please guide me as I am a Java guy, but I am suppose to solve
    this asap :( some fire on my back...
    thank you for the help.

    Hi,
    I am using the code below:
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="626"
    height="159">
    <param name="movie" value="menu_application.swf" />
    <param name="wmode" value="transparent" />
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash"
    wmode="transparent" data="/portal/nam/swf/menu_application.swf"
    width="626" height="159">
    <!--<![endif]-->
    <ul>
    <li id="home"><a href="../"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event,
    this)">Nakheel</a> <span id="tag_line">Where vision
    inspires humanity</span></li>
    <li id="corporate" class="active"><a
    href="../corporate/" onmouseover="swap_main_navigation_class(event,
    this)" onmouseout="swap_main_navigation_class(event,
    this)">Corporate</a></li>
    <li id="news"><a href="../news/"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event,
    this)">News</a></li>
    <li id="blue_responsibility"><a
    href="../blue_responsibility/"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event, this)">Blue
    Responsibility</a></li>
    <li id="developments"><a href="../developments/"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event,
    this)">Developments</a></li>
    <li id="living"><a href="../living/"
    onmouseover="swap_main_navigation_class(event, this)"
    onmouseout="swap_main_navigation_class(event,
    this)">Living</a></li>
    </ul>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    Before invoking the code, I have registered the web object
    as,
    swfobject.registerObject("flash_scroll", "9.0.0",
    "/portal/nam/swf/index.swf"); // path is relative to my app server.
    Now when I put the same code in single directory, everything
    goes smooth, but once I decompse the code and when it loads this
    code from different places, it does not work out.
    Please guide me as I am a Java guy, but I am suppose to solve
    this asap :( some fire on my back...
    thank you for the help.

  • How can 2 people working on different locations collaborate on imovie?

    Hi,
    My cousin and I were trying to work on a movie for my Grandma's b'day. It is basically a bunch of pictures with music. We are located in different countries. I was hoping she could work on the project and then send the project file to me (before sharing to quicktime or anything like that). When she wanted to attach it to an email, the mac would not let her do it.
    Is there an easy way two people can work on the same imovie project without sending it back and forth? Or if she has to send it, what format is best?
    Thanks in advance!

    Ximena wrote:
    .. It is basically a bunch of pictures with music. We are located in different countries. I was hoping she could work on the project and then send the project file to me (before sharing to quicktime or anything like that). When she wanted to attach it to an email, the mac would not let her do it. ..
    iMHD6 puts all data of a project into a single file.. but, 1h project in Standard = ~13GBs data.. (HiDef projects much more..).
    you can not 'mail' such large files, due to limitations most ISPs set to attachments ..
    services as yousharetit.com or rapidshare.com probably allow it .. but the UPload of such files takes hours, if not days ..
    Plan A)
    use 'snail mail', send a usb-mem-stick (16GB = ~40€) or a small 2.5" harddrive with data ..
    note: BEFORE usage of stick, erase/format it to 'mac' ...
    Plan B)
    you edit your own, let your cousin send you by mail the pics and music only ..

  • How to make versionable object of different class than Document?

    In the programmers reference is that every PublicObject can be versioned, but there are only samples for versioning documents. I would like to keep history on folder hierarchy changes, so I think I need a Folder that can be versioned.
    The question is how to do this?
    Should I override isVersionable method in subclass of Folder to return true?
    Please help

    Hi
    I am havin 10 text boxes in my application.
    But out of 10 , 3 will be always together(existence of one is not possible without the other two.)
    Now i want to create a vector of objects ( here object will consist of the value corresponding to these three boxes),there can be many elements in this vector.
    So i m thinking to make an inner class which have three String variables corresponding to these text boxes that exists together.
    What can b done ?

  • How to access form objects from different class?

    Hello, I am new to java and i started with netbeans 6 beta,
    when i create java form application from template i get 2 classes one ends with APP and one with VIEW,
    i put for example jTextField1 with the form designer to the form and i can manipulate it's contents easily from within it's class (let's say it is MyAppView).
    Question>
    How can i access jTextField1 value from different class that i created in the same project?
    please help. and sorry for such newbie question.
    Thanks Mike

    hmm now it says
    non static variable jTree1 can not be referenced from static context
    My code in ClasWithFormObjects is
    public static void setTreeModel (DefaultMutableTreeNode treemodel){
    jTree1.setModel(new DefaultTreeModel(treemodel));
    and in Class2 it is
    ClasWithFormObjects.setTreeModel(model);

  • How to store System backups of different Macs/OSX versions on one ext. disc

    What is the best way/software to create and store backups/clones of several different Macs on one external hard drive? The Macs are different models (iMac, G5) and use different versions of OS X.
    I read the instructions for Carbon Copy Cloner and Super Duper and they require to erase everything on the disc, so I can't store them all on one Volume, as the new one would erase the others. Do I have to create several Volumes/partitions on one hard drive?
    Thanks for your time!

    Hi Noriker and a warm welcome to Discussions.
    The best would be to partition the drive into the requisite number of volumes. When CCC or SD erases before beginning the copy, only the volume will be erased. Use Disk Utility to partition the drive.
    /p

  • Very Urgent:How to view an object from different angles around 360degrees

    Hello
    My problem is that i want to view an object which is drawn on the canvas3d in the simpleuniverse from all angles...i mean around 360degrees.
    Suppose i have a front view... and i wan to look at the view..at 30 degree ..
    plz help me
    this is urgent
    regards
    seema

    Thanks Titus76. Your technique works. But one more problem. I want to rotate my all the three axis through some specified angle. In other words I want to rotate my viewport. In previous case if I implement ur suggestion only my object rotates, but not axis'. Now I want to rotate my all 3 axis. So that when I rotate, all my three axis rotate. This way my objects should obviously rotate. How will I do that?
    Regards

  • How to upload a file to different location using CS Template

    Hi,I have a Data Entry Template with a "File" field and when I upload a document it uploads in the same directory where the Content Item is created. Is there any way to upload the document to some other directory in the Content Server. Say I have a Html folder and there is a template which has a 'file' field. After Saving the content item the uploaded file gets saved in the same folder (Html) in content server, I would like to upload the document in a different folder called "Docs" and the content item in Html folder.Is it possible? If yes then can you please guide me.Thanks,Yaju

    Hi Rajesh,
    Use below code on your "Upload" Action:
         try
    // Give full path of folder on server where you want to upload the file.
              File file = new File("D:\\usr\\sap\\Images\\"+wdContext.currentContextElement().getResource().getResourceName().toString());
    // D:\usr\sap\Images folder should present on server
              FileOutputStream op = new FileOutputStream(file);
              if(wdContext.currentContextElement().getResource()!=null)
                   text=wdContext.currentContextElement().getResource().read(false);
                        while((temp=text.read())!=-1)
                             op.write(temp);
              op.flush();
              op.close();
         catch(Exception e)
              wdComponentAPI.getMessageManager().reportSuccess("Error while uploading file : "+e.getMessage());
    Thanks
    Sandy

  • How to suggest flash objects they should play at low quality.

    You will need to use mozilla firefox and the greasemonkey plugin and then the script found at or near:http://userscripts.org/topics/1792  http://userscripts.org/topics/1792 . using this setup you can force most flash pages to low quality.
    Take note adobe, if you keep enforcing your ideas and ideals on me i will disable the flash interpreter for all but the pages that require it to be able to read them.
    i'm tired of ads on web pages using 95% of my cpu (yeah thats right bigpond i'm watching you). for a start you havn't asked my permission to use my cpu and you aren't paying the electricty bill or my bandwith bill which you would need to do to be able to legally force this.
    Also do not moderate or change my post as this will only increase my distaste with your company.
    I should also note that this doesn't stop developer from inserting code in thier flash content that a. sets the flash quality to high and b. removes the quality menu from the client.
    I have seen this done for a competition from a company in australia.
    As soon as this activity becomes widespread the plugin will be disabled as i stated above. And i will request a non flash content version from that website as they may not force me to use flash and i believe there may be legal repurcussions to any entity that tries to force thier customers to use flash.
    Anyone having the same problem and feeling the same way about flash please feel free to post below.
    [Moved to Flash Player forum]
    Message was edited by: sinious

    idioterror wrote:
    i'm tired of ads on web pages using 95% of my cpu (yeah thats right bigpond i'm watching you). for a start you havn't asked my permission to use my cpu and you aren't paying the electricty bill or my bandwith bill which you would need to do to be able to legally force this.
    It is not Flash Player that inserts ads onto websites, but the site owners.  If you don't like these ads, don't visit their websites.

  • How to store Mapviewer objects (styles,themes,maps) in source control ?

    I'm wondering what's the best way for storing mapviewer data in source control ?
    So far MapBuilder provides the import/export metadata feature but it doesn't do cached map objects. Ideally we need an automated way to backup/restore these objects into a new database instance from source control for a daily build type setup.
    The MapBuilder text format looks promising, in that it supports diffs. Other options include dmp files but then we wouldn't be able to compare versions.
    Has anyone faced this problem ?
    What do the Oracle Mapviewer devs recommend ?
    Thanks.

    Hi,
    What kind of error are you seeing?
    Thanks

Maybe you are looking for