How do I right click and save pictures in flash

Hey,
I am wondering if its possible to create a flash button that
says 'save as' when you right click one of the pictures in flash.
Just like in HTML how you can easily right-click and save a
picture, I want to be able to do the same thing but in flash. Is
this possible? Would I use something like dynami pictures that are
outside the flash file but in the same folder and will be placed in
the flash movie when called upon? I very curious, please let me
know of any ideas you may have.

triniq wrote:
>
Hey,
>
> I am wondering if its possible to create a flash button
that says 'save as'
> when you right click one of the pictures in flash. Just
like in HTML how you
> can easily right-click and save a picture, I want to be
able to do the same
> thing but in flash. Is this possible? Would I use
something like dynami
> pictures that are outside the flash file but in the same
folder and will be
> placed in the flash movie when called upon? I very
curious, please let me know
> of any ideas you may have.
Call the button "target" (instance name) than your photo
image1234567.jpg
and paste it to timeline frame.
If you right click Target Movie clip, you will have the
download option.
Need to upload and test online, won't work in working
environment or browser
run from desktop.
function down() {
fileRef.download(foto, "image1234567.jpg");
var foto = "image1234567.jpg";
var my_cm = new ContextMenu ();
var menuItem_cmi = new ContextMenuItem ("Download The
Photo", down);
my_cm.customItems.push(menuItem_cmi);
my_cm.hideBuiltInItems();
target.menu = my_cm;
var listener = new Object ();
listener.onSelect = function (file) {
trace ("onSelect: " + file.name);
listener.onCancel = function (file) {
trace ("onCancel");
listener.onOpen = function (file) {
trace ("onOpen: " + file.name);
listener.onProgress = function (file, bytesLoaded,
bytesTotal) {
trace ((("onProgress with bytesLoaded: " + bytesLoaded) + "
bytesTotal: ") + bytesTotal);
listener.onComplete = function (file) {
trace ("onComplete: " + file.name);
listener.onIOError = function (file) {
trace ("onIOError: " + file.name);
var fileRef = (new flash.net.FileReference());
fileRef.addListener(listener);

Similar Messages

  • How to disable right-click and keyboard shortcuts in adobe reader?

    Hello All,
    We are currently working on an issue. We want to display a pdf to users but not allow them to save it. Though we are able to hide the menubar and toolbars, the Shortcuts F8, F9 and Ctrl+Shift+S is the undoing of all. The user can still use these shortcuts to enable toolbar and menubar. Can anyone suggest how to disable the right-click and keyboard shortcuts in adobe reader?
    Thanks in Advance

    Impossible, and illogical. PDF files are not streamed or RAM-cached so if someone is viewing a file they must have already saved it.

  • How do i save a picture to my pictures folder? i cant right click and save anymore since downloading firefox

    i cannot save pics from websites like ebay, etc to my pics folders anymore since installing this firefox/mozilla. i want to save pics of things and cannot. i dont want to save the pages, just images. when i right click, it doesnt have the option to save...

    i cannot save pics from websites like ebay, etc to my pics folders anymore since installing this firefox/mozilla. i want to save pics of things and cannot. i dont want to save the pages, just images. when i right click, it doesnt have the option to save...

  • EZ Questions: How do I right click and screen shot in Windows xp

    When I run Windows XP on my Macbook Pro how can I set up the track pad or use the track pad to Right Click? I can't figure out how to right click something.
    How do I do a screen capture? Do I need to download a Windows screen capture application?

    Hi knotq,
    the equivalent of the 'Print Screen' key on a Windows keyboard is 'fn-shift-F11' combo on a MacBook Pro.
    See here: http://support.apple.com/kb/HT1220
    There are better screen capture programs out there, do a google.
    Here is one of many http://www.gadwin.com/printscreen/
    Right-clicking should be done by placing two-fingers on the trackpad and then click.
    http://docs.info.apple.com/article.html?path=BootCamp/2.0/en/bc1142.html
    Regards
    Stefan

  • How to enable right click and taping in Boot Camp 3.1 for Windows XP SP3?

    I have my MacBook Pro with Snow Leopard 10.6.8 running on it...finally could instal Boot Camp 3.0 and then updated to 3.1 in Windows XP SP3.
    The trackpad recognizes only left click and do not recognize taping!What to do?

    Check the Driver folder on the Boot Camp Driver Support DVD, or CD, you made.
    Look in the Apple folder under Drivers. It is called AppleMultiTouchTrackPadInstaller.exe
    That should install a Control Panel Applet.
    EDIT:
    There is another in that folder called AppleTrackPadInstaller.exe
    Message was edited by: Shootist007

  • How do I emulate the "save file as" from IE on Firefox? I have a web site that instructs me to right-click and "save file is".

    IE has an option of "save target as".

    See also this old KB article.
    *https://support.mozilla.org/kb/For+Internet+Explorer+Users
    *https://support.mozilla.org/kb/Browsing+basics
    *https://support.mozilla.org/kb/Tabbed+browsing

  • How to skip "Save Image As" dialog box when I right click and save an image?

    I would like not to be asked every time the location where I have to save an image.

    See:
    *Tools > Options > General : Downloads : "Save Files to"
    *https://support.mozilla.org/kb/Downloads+window

  • I cannot download a PDF file by right-clicking and "save link as"

    I think that previously I could do this, and I still can in IE (ugh!), but in Firefox, when I try to "save link as" from a Google search, Firefox tries to download "url."

    @<b>brecherdc</b>
    Please start a new thread for your problem or question and provide troubleshooting information like your operating system and installed extensions and installed plugins.
    *[[/questions/new start a new thread]]
    *[[/kb/Using+the+Troubleshooting+Information+page]]
    <i>[locking thread due to the age]</i>

  • Yahoo mail won't download .bmp files when you right click, it saves as html.

    I use yahoo mail and a lot of my groups send pictures imbedded. I can right click and save image with .jpg files, but .bmp files save web pages instead of bitmap. I can use Internet Explorer and save image (as .bmp files) when I right click.
    I'm using Windows XP if that makes a difference.

    go mail.yahoo.com as the login entrance for yahoo mail.

  • Right click and stealing photos

    Is there anyway to keep people from right clicking on a photo on your site and then dropping and dragging it from your website to their desktop.?
    Thanks
    PM

    There are a lot of versions of this javascript code that will basically disable the right-click and save action that you describe...
    http://javascript.internet.com/page-details/no-right-click.html
    This is not a foolproof method of preventing image "theft" though. In fact there is no way to prevent this...only ways to make it marginally more cumbersome for the less technically adept users. Anything that can be viewed in a browser window can be saved. Think of how easily a simple screenshot would work...try it: type Apple-Shift-4 and then draw a box around your image.
    The thing about displaying images on a web page is that you just have to establish your own low resolution cutoff for your images. Obviously the original full-resolution image is the one you want to protect...because it can be used for enlargements and other purposes. But if you decrease the quality with JPG compression or watermarking and make your images lower resolution, you can limit the usefulness of the displayed images without degrading the image visually (at least not significantly) on the page.

  • Prevent right-click and copy of my images and html on iWeb

    I just created my web site on iWeb and used a lot of my photographs which I would like people NOT to be able to right-click and SAVE AS or COPY.
    I would also like to do the same with all the content on the web site that I create. Most software that I saw like HTML-Protector or LockLizard only works on PC Windows not on MAC. I used the DigiMarc option in my Adobe Photoshop CS2 to watermark my photographs, but people can still copy them and save them. I would really appreciate your feedback and suggestions on this. Thanks.

    If you put the files on the Internet any file inside your page code can be copied and saved by the viewing machine.
    Anything else is putting a padlock on a glass door.
    iWeb uses low quality versions of your images (800X600 in a slide show page) and your watermark and this low quality are enough protection to prevent printing.
    If you want "private" pages iWeb offers password protected Site creation.
    Not much in between.

  • In the past I was using Photoshop 7 to make Web Photo Gallery. My friend could right click on the pictures from my website and save it in their computer.  Recently I have bought and registered your Lightroom 5 and have updated it to 5.6. But can not progr

    In the past I was using Photoshop 7 to make Web Photo Gallery. My friend could right click on the pictures from my website and save it in their computer.
    Recently I have bought and registered your Lightroom 5 and have updated it to 5.6. But can not program it to create Photo Web Galleries that after uploading to my website would allow my friends to down load the pictures from the album to their computer. How could  I do it? Please step by step. Thank you   M. Mehdi Akhavein

    Are you producing HTML galleries with Lightroom (not Flash galleries)?
    Lightroom Help | Create web galleries in Lightroom

  • In firefox 4 I don't have the option to save picture as when right clicking on a picture in facebook. my friends say they do. why can't I ?

    I have windows xp and just started using firefox I am very pleased with firefox but in ie I always pick up pictures from family and friends on facebook. in ie all I do is right click on the picture and choose save picture as but in firefox I don't have that option when I right click on a photo. My friends that use firefox say they do. what should I do to fix this? also when I upgraded to firefox 4 I no longer get a list of friends in farmville and other games in order to send gifts. I have to use ie to get pictures and if I want to give something in games.

    My gosh, friend this is so awesome..I just tried it and it works.. how did you figure this out btw? So I have another problem.. in FFox when someone sends me an email with an photo in the email and I try to right click it is saved as a Firefox doc and not as a photo and I can't open it..any suggestions? I right click on the photo the picture library opens but on the photo line it's a Firefox document..???

  • I've been taking screen shots for years and opening them from my desktiop. Suddenly, today, I've lost the ability to open them. I can right click on the picture and do "quicklook", but that's it. They just won't open.   Similary, if I scan an image and sa

    I've been taking screen shots for years and opening them from my desktiop. Suddenly, today, I've lost the ability to open them. I can right click on the picture and do "quicklook", but that's it. They just won't open.
    Similary, if I scan an image and save it as a PDF file in pictures, I'm suddenly not able to open it either!
    Why?

    Move the com.apple.screencapture.plist file out of /username/Library/Preferences/ to the Desktop, log out and back in, and try again.
    BTW, use the default 10 point setting for text. Your choice just wastes screen space.

  • Email Security Plug-in - Doesn't seem to work with right click or save and send

    I've searched the knowledge base but have not located the answer yet.
    We have the Encrypt Message plug-in installed to flag the email [SEND SECURE].  This works very well when in Outlook.  It does not seem to work when right clicking a file to send outside of Outlook or performing Save and Send from within Microsoft Office.  The add-in still shows and users are clicking it and the Send button but the emails are not going securely.  We are on Microsoft2010 on mostly XP machines.
    How can I get Encrypt Message to work in all instances?
    Thank you.
    Starla

    Andreas
    I am getting an error.  See below for what I'm choosing and the response.  let me know if I'm supposed to be trying to download from another area.
    Thanks
    Starla
    Email Security Plug-in - Doesn't seem to work with right click or save and send
    Cisco IronPort Email Security Appliance C370
    Release:IPAS
    Filename: CiscoEmailSecurity_7-2-0-039.exe
      Remove
    Details
    Release
    IPAS
    Filename
    CiscoEmailSecurity_7-2-0-039.exe
    Release Date
    25/Oct/2011
    Description
    Cisco IronPort Email Security Plug-in (Outlook)
    Size
    32541.84375 KB (33322848 bytes)
    Router Checksum
    0x553f
    MD5
    f0c864697d9e1a3e8f5297062943ac50
    Email Security Plug-in - Doesn't seem to work with right click or save and send
    Save the device to 'My Added Devices' list
    More Info
    'My Added Devices' list could be found by: 1. Clicking on 'My Cisco' Tab and expanding
        the 'Added Devices' section. 2. Selecting any task specific product
       selector and clicking on 'My Added
        Devices' in left pane.
    Email Security Plug-in - Doesn't seem to work with right click or save and send
    Set Cisco Notification Alert
    More Info
    All 'Cisco Notification Alerts' list could be found
    by: 1. Clicking on 'My Cisco' Tab and expanding
        the 'Support Notifications' section.
    Cisco service contract information indicates you are not authorized to download software for the following product(s):
    Cisco IronPort Email Security Appliance C170
    Cisco IronPort Email Security Appliance C370
    Cisco IronPort Email Security Appliance C650
    To download software for other product(s), remove the software for the product(s) listed above.
    Or, if you feel this message is in error, please:
    1. Email technical support for 24x7 assistance. To expedite your request, please include the following information:
             User ID (Cisco.com ID used to download software)
             Contact Name
             Company Name
             Contract Number
             Product ID
             Desired Software Release or File Name
    2. Contact your Cisco Representative, Partner or Reseller to ensure product(s) listed above are covered on a service contract. The Partner Locator link may assist in locating your nearest partner.
    3. Associate contracts for those products to your Cisco.com profile using the Instructions found in Profile Manager. After you submit your additional contracts, verification and updates may take up to 6 hours to complete.

Maybe you are looking for

  • Cant figure out how to add text fields etc. in dreamweaver, layout made in photoshop

    hi all ok...  first of all i want to say im sorry for posting such a noob question,  but im new to this, so please take a few minutes to help me out so i have kind of an annoying problem. ive made an webpage layoout in photoshop. ive made "boxes" i w

  • Unable to see current JSP files in browser

    Hi, Sorry for this, I know this is not a new problem, and trust me I've tried almost everything suggested regarding other issues I've found in this forum. Well I'll start by explaining the problem, I've just started working for a company and they hav

  • How to do a date validation with leap years

    I'm doing a date validation program in my Java class, and well it's pretty hard (for me that is). I have to be able to type in a date, have it say whether it's a leap year or not, and print out the number of days in the month. It seems pretty straigh

  • Running Forms on oracle Application 10g(9.0.4) on terminal Server

    oracle application Server Installation guide for windows states that Oracle Application Server is not supported on Windows operating systems that include Terminal Services (for example, Windows NT Terminal Server Edition and Windows 2000 with Termina

  • IOS 8 and black dead camera

    After the latest iOS update, camera went dead, black screen on both rear and front cameras when using Apple Camera occasionally can capture video but photo is dead. Not a hardware issue I suppose, since it works just fine with Google's SnapSeed App.