Protect child SWF from being downloaded

Hi, I've been struggling with this for a while and i cannot
find how to do this....
I have a main Flex app (main.swf) that load other pieces of
content (content.swf, content2.jpg, etc...). I want those pieces of
contents to be accessible only by using main.swf. I've tried to put
my content outside the web root and access it in main.swf using an
image container with the source :
http://www.server.com/file?content.swf&key=secret,
but anyone can access this string and download content.swf.
So, how can i protect content.swf from being downloaded...
Note that i cannot embed content.swf, content2.jpg, etc... since
there will be too many files...
Any help would be appreciated

I'm going to throw this out there and say, simply, that you
can't. Just the fact that someone is viewing the content means
that's it's already downloaded to their system, albeit buried in a
temp folder somewhere.
I think instead of stopping someone from downloading it, you
could find a way to stop it from working once it's separated from
the web server it's currently deployed on.
Someone please correct me if I'm wrong, of course...
Jon

Similar Messages

  • How do I protect an image from being downloaded?

    I want to be in a position to prevent images from being downloaded from a muse site. Is this possible?
    David

    Widgets are available from a couple different sources that disable right-click mouse functions on a web page. That prevents someone from right clicking an image and choosing "save image" options. Unfortunately nothing can prevent someone from grabbing a web page image using other methods, like taking screen shots or hacking the web browser's cache.
    Other alternatives:
    • Watermark your images using visible and/or invisible methods.
    • Limit the resolution and quality levels of the images you upload.
    • Bake other visual elements or user interface elements into the images, making visitor saved images either incomplete or just screwed up. They don't get a pristine image to try selling off to some stock photography company.

  • How do I protect images from being downloaded in Muse?

    When creating a slideshow in Muse, how can I protect the images from being downloaded?

    Essentially, you can't.
    If something is available online to view, it can also be downloaded and there is little you can do to actually stop it.
    There are scripts that you can add to your site to disable "right click > save image" BUT someone who really wants the image can get around this using a variety of ways, including creen caps and looking at your code to determine the source where is image is hosted on your server.
    The best that you can do it watermark the images clearly and also imbed data into the image file. It won't stop anyone taking the images, but it clearly tracks the fact that you're the copyright owner. Do take note though, that someone who understands about this, can also remove these bits of data - but your average user wouldn't either know about it, or know how to remove it. This, however is one of the best ways to 'stamp' your ownership to an image.
    http://www.ehow.com/how_4578212_information-digital-photos-photoshop-cs.html
    http://www.photometadata.org/META-101-metadata-Q-and-A

  • Preventing Photos from being downloaded

    I am looking for a way of protecting my photos from being downloaded off my web site. Does anyone have any ideas?
    Cheers

    Hi Ken
    See this previous thread, http://discussions.apple.com/thread.jspa?messageID=1763218&#1763218
    It doesn't really look to good......
    Will
    1GHz G4, 15" PowerBook, Airport Network, 1G iPod Mini   Mac OS X (10.4.5)   Updated - Get Started with iWeb (WillG4PB.com)

  • Is there a way to password protect certain apps from being used? Example I don't want my child to access my apps while he's using his on the iPad

    Is there a way to password protect certain apps from being used? Example I don't want my child to access my apps while he's using his on the iPad. I don't want to lock him out of the iPad. Let him use Angry birds, but not Sims or Games not appropriate for him that I play.

    Sorry, but it is not possible to restrict use of specific apps other that the few restrictions provided in the Restrictions settings, not unless the app itself provides some sort of lock. If you don't want your child playing certain games, the only answer is to not load them on the iPad he uses.
    Regards.

  • How to protect my jar file from being downloaded

    How can i protect my jar file from being downloaded by users by accessing it through the web site.
    Now everybody can just type the url www.mysite.com/applets/myApplet.jar
    And download it to his computer.
    I realize that anybody who really wants to download it he will get it anyway, but I want to make it harder.
    thanks in advance

    Your browser has to download the jar file if it's going to run the applet. That's applets work. The browser downloads the classes and then runs them locally.
    I suppose if you wanted to make something to make it difficult for users to explicitly download the jar, you could set some kind of permission flag when the HTML is page is rendered, and then unset it some amount of time (10 seconds?) later, and then only let the user download the jar when the flag is set. But this would be fragile and irritating and unhelpful. It would probably break more than you'd like and not prevent download very much (it wouldn't take long to figure out what was happening), and besides nobody is ever going to try to steal your code.

  • Protecting your email from being copied

    Does anyone know if there is a function for mac that can protect your emails frome being copied by another person.

    +Outlook does not include these capabilities which is impossible.+
    Don't be silly. Information rights management has been an integral part of MS' Office suite since the 2003 version. I might add that there are other programs that do the same thing, for other kinds of documents, for example Adobe Acrobat for pdf files. Unbelievably enough, even various well-known pieces of Apple software do the same thing for certain kinds of media files. You simply do not know what you are talking about.
    This is straight from Outlook's Help:
    "By using Permission on the toolbar, you can restrict permission on an e-mail message for specific recipients you want to read the message. As the message sender, you can remove restricted permission from a saved draft of a message by clicking Permission on the toolbar again. Recipients can open and read an e-mail message with restricted permission just as they would a message that doesn't have restricted permission. If recipients don't have Outlook 2003 or later installed on their computers, they can download the Rights Management Add-on for Internet Explorer or another program that supports content with restricted permission.
    E-mail administrators can create permission policies to include on the Outlook Permission submenu (or Permission on the File menu). These permission policies define who can read messages and what actions recipients can take with those messages. For example, an e-mail administrator might define a policy called "Company Confidential" that specifies that a message using that policy can be opened only by people inside the company domain. When you compose a message, you can choose from up to 20 customized policies on the Permission submenu (depending on how many policies the e-mail administrator provides)."
    +Regarding security, there is a night and day difference between Windows and OS X.+
    More nonsense. See my above remark.

  • Stop Images from being downloaded?

    I'm wondering if there is a way to stop your images from
    being downloaded off your website without using Flash.
    Is there another way?
    Thanks
    Zoe

    "zoelinn" <[email protected]> wrote in
    message
    news:eimddr$oui$[email protected]..
    > Thanks for the definitive response, exactly what I
    needed.
    And thanks for not arguing when they hear that definitive
    answer, like most
    people do!
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

  • How to "protect" a square from being erased in a Java Paint application?

    Hi. I have created a paint program in Java (something like MS Paint) and I have a problem.
    In order to show the current colour the user is using I have drawn a square on the screen.
    But when I select the eraser tool and try to erase the square, it can be erased and I dont want that.
    Is there any way I can "protect" the square from being erased by the eraser tool?
    The eraser tool basically draws white rectangles when the mouse is dragged.
    Thanks

    Hi. This is the code I am using. Hope this helps.
           Button fill_rect_btn = new Button(" Fill Rect");  //create buttons
           Button draw_rect_btn = new Button(" Draw Rect"); 
           Button eraser_btn = new Button("Eraser");
           eraser_btn.addActionListener(this);       //add actions listener                      
           eraser_btn.addMouseMotionListener(this);  //and MouseMotionListener
           g.setColor(Color.yellow);  //draw the yellow rect
           g.fillRect(0,0,145,108);   //behind the buttons
           else if(e.getSource()==eraser_btn)
              {shape=7;}  //test if button has been clicked
            public void mouseDragged(java.awt.event.MouseEvent mouseEvent)
                 if(shape==7)  
                     g.setColor(Color.white);                                      
                     g.fillRect(xvalue, yvalue, 10 , 20  //draw rectangles
                     g.setColor(Color.black);
            }

  • How do I keep McAfee from being downloaded when I update Acrobat?

    How do I keep McAfee from being downloaded when I update Acrobat?  I'm being spamed by Acrobat!

    If you are talking about this proble, the answer is in the thread:
    http://forums.adobe.com/thread/1065811?tstart=120

  • I downloaded a movie to my ipad, when synced with computer, the computer is now also downloading the movie. why? and how do i stop the movie from being downloaded again

    i downloaded a movie to my ipad, when synced with computer, the computer is now also downloading the movie. why? and how do i stop the movie from being downloaded again

    Do you not want a backup of the iTunes content on your computer in the event the iPad is lost, stolen, or simply fails?

  • How to prevent swf files being downloaded

    People,
    I'm a teacher and I have some animations made in flash language (swf). I would like to publish these animations on my web site so my students could see, but I wonder if there is any way to prevent these animations being downloaded.
    Example: when I see an animation published on my web site, this animation is stored in Internet Temporary Files and I can save this animation anywhere. How can I prevent an animation is stored in the temporary folder? In other words, this animation can only be seen if the user is logged on the site.
    Urgent!!!
    Thanks.
    Alyson

    I think that's what I want. I found a site that has exactly what I need. It
    is done this way too?
    Plese take a look at http://www.edumedia-sciences.com/en/a559-scintigraphy
    <http://www.edumedia-sciences.com/>
    Thanks
    2009/11/16 moccamaximum <[email protected]>
    You could implement a kind of time-barrier, like in the trial versions you
    download from softwarecompanys.
    For the most users, that are not understanding actionscript and know how to
    read the code, even if they decompile it, that would prevent the swf being
    played after a certain date that you would have to implement in your code.
    In AS2 the code would be like this:
    >
    var now:Date = new Date(); //reads the user system date
    var release:Date = new Date(2009, 11, 16); //here goes the date, when you
    want to have the program deactivated
    >
    if(now <= release){
       playSwf(); // here goes your normal code
    >
    else{
       doNothing();
    >
    Like the most TimeBarriers this could be easily circumvented if the user
    sets back his system date, so do not give a message like "You trial period
    has expired"
    >

  • How to keep my jar file from being downloaded?

    hi,
    problem:
    i turned a java app into an applet, put it on yahoo's server and was able to view the applet in a browser. but the html source tells where the applet's jar file is and so a user can download it. to prevent this, i put the jar file into a password protected folder. but this requires the user to enter a password before the applet is displayed.
    question:
    how can i use the jar file without protecting it with a password and keep it from being viewed or downloaded?
    this is a learning experience, the jar file simply prints the current time.

    If you want a client to run anything at all, it needs to be public. If people can't download it, their browsers can't as well.
    All you can do is run your code through an obfuscator to somewhat protect it from being copied.

  • Protecting a swf from decompilation ?

    The problem is the following i have an application that needs
    to login to a server but in order to do that it has the admin
    username and password in its actionscript.There is no way of
    removing the password from the AS so i need a way to protect my
    file from decompilation. Most important of all i have seen it is
    possible , if you do not believe me try to decompile that ...
    http://www.gotoandlearn.com

    It's impossible to protect swf from decompilation, you can
    only try to
    obfuscate them with program like swfEncrypt.
    But you even need this to achieve what you want, I'm quite
    sure that
    you should have a asp or php script on the server that really
    do the
    login put username and password only into them, they are
    executed on
    the server and user do not download them.
    bye

  • Child of child swf not being unloaded

    I loaded an swf into an swfLoader using a bytearray. The child swf being loaded loads another swf within itself. When I run swfLoader.unloadAndStop() it removes the child swf but not the child swf's child. How can I unload both?

    You will have to custom code a way to tell the child SWF to unload its
    child.

Maybe you are looking for

  • Call PL/SQL stored function in javascript

    HI All i have a stored function similar to this: CREATE OR REPLACE FUNCTION GET_FULL_NAME(V_USER_NAME IN VARCHAR2) RETURN VARCHAR2 AS     V_FULL_NAME USERS.FULL_NAME%TYPE; BEGIN     SELECT FULL_NAME        INTO V_FULL_NAME        FROM USERS       WHE

  • SetTabSize(int size) broke for JTextArea in JDK1.4?

    method setTabSize don't seem to work in JDK1.4. I will try an earlier version. In the mean time, can someone tell me how to set the tab size in a JTextArea? Thanks bunches.

  • When I try to open oracle Reports 6i its hanging..

    Hello.. I'm on Windows XP Sp3. As above, when I try to open oracle Reports 6i its hanging.. How can I check to see if the Reports Server is up or down? If its not that, has anybody got any thoughts on why its not opening? On double-clicking either th

  • Some minor success with my Web templates

    Hello All, I have a new post on my blog, with another coming this evening. Things are rolling... Please have a read: http://lrwebtemplates.blogspot.com/

  • Dbstart problem

    Hello, I want to use dbstart to start my database automatically after booting the system. The listener is up, but the database is not. I started checking this running dbstart on terminal (first stopped the database and listener), and the listener is