Pop Up for Flash

I am making a website with a photo gallery in Flash MX 2004,
and was wanting the pictures that are being displayed (in a
compressed format) able to be clicked on and open up in a new
window showing the picture at full resolution.
Can anyone tell me how I can get the picture to do that? (I
know a bit of Action Script, with buttons etc...).
Thanks.
free flash video
tutorials

cadagi;
Do you mean that you wish the images to open in a new
browser window? If
so you would simply insert the images into html pages and use
the getURL
action to open those pages from your movie. Fwiw I would
recommend that you
open all pages in a single named window... -Tom Unger

Similar Messages

  • "the activex control for flash player could not be registered" - Solutions Roundup

    I recently ran into this problem on my computer:
    http://at32.s3.amazonaws.com/flash_install_problems2.jpg
    I am a Flash developer (as in I write SWFs, I don't work for Adobe).  and when I updated IE to 10.2, "the activex control for flash player could not be registered".  Since I am a developer, I also have Firefox and Chrome installed, with Flash running without problems.  For a long time now, Internet Explorer has used a different version (ActiveX) to the other browsers, which use plugins.  I am a strong supporter of Flash, it's great to develop with and has a very wide feature set which is growing all the time, unlike fixed technologies/standards.  However, the weakest part is the install process - I don't understand why their is a Download Manager.  Google Chrome does it's best (so far) by managing the install/update process entirely in the background.  Anyway, it was in my best interest to try and get to the bottom of this.
    For the record, on the problem machine I have Windows 7 with IE8, but I have seen almost  identical symptoms with IE9, Windows XP SP3, as well as various  iterations of Flash Player (10.0, 10.1, 10.2 and even some final  editions of version 9).
    First I tried the standard support here:
    http://kb2.adobe.com/cps/191/tn_19166.html
    Basically, doing the manual uninstall and manual install of the latest version (without using the download manager, or have IE open).  This did not work.  I also tried the Microsoft "subinacl" program, together with "reset_fp10.bat".  This didn't work either.  However, you should try all of these things first before progressing further.
    A quick note about people who had tried running the following at a command prompt: "secedit /configure /cfg %windir%\repair\secsetup.inf /db secsetup.sdb /verbose"
    I didn't do this, because on investigating further it didn't seem to work with Windows 7, only Windows XP, Windows 2000 or Windows 2003 - though there was a few threads where this had fixed the problem for some users.
    For my solution, it is recommended you use the manual uninstall / installers, so you should have them downloaded ready to use.
    I then heard about problems with permissions in the registry with the key: HKEY_LOCAL_MACHINE\Software\Classes\shockwaveflash.shockwave
    So I opened regedit.exe (start - run - typed "regedit.exe"), navigated to the key and sure enough, I couldn't open it - permission denied - even though I had an administrator account.  If for some reason, you can access this key (and any subkeys), then it's likely the following fix will not resolve the problem.
    I then done further diagnosis, by using Process Monitor to try and install Flash Player, and I got the following:
    http://at32.s3.amazonaws.com/flash_install_problems.gif
    This shows all the access denied errors the Flash Player install was experiencing when trying to write to the registry key.  This confirmed that this was the problem.  I only stress this because several people said it was unwise to tinker with the registry.  Though this is common advice, this is the only known fix for this precise problem at present, since you need to manually adjust the permissions yourself.  I don't know who is at fault here - Microsoft or Adobe - but let's just get Flash fixed...
    The solution:
    Firstly, you may want to backup your registry, or the exact key.  I didn't do this so I've provided no instructions on how to, but it is recommended for the paranoid.  Also make sure as much software is closed down as possible - browsers, IM software, any junk in your system tray. As way of example, I happened to have "BBC iPlayer" installed and running in the background which uses Adobe AIR and Flash Player, so I exited that too.
    1) Open regedit (start - run - type "regedit.exe").  You may need to right click on it and select "Run As Administrator", but I didn't as my account was already administrator.
    2) Navigate to the key. HKEY_LOCAL_MACHINE\Software\Classes\shockwaveflash.shockwave
    Click on it to confirm that you cannot access it (you will get an error) - if their are no problems - this probably isn't the cause of your issues.
    3) Right click on it and click Permissions, and ignore any message that may pop up.
    4) Under "Group or Usernames" click "Add".  Type your account name name, or "Administrators" in the box, then "Check Names" to format it correctly, then Ok.
    5) Now on the next screen click the checkbox to enable Full Control (this will also automatically enable "Read" permission too).
    6) Click Advanced, then the "Owner" tab at the top.  You will see that their is no "Current Owner".  This is what we will now fix.
    7) Click on your name to change the owner to (I went for Administrators).  Also enable the checkbox entitled "Replace Owner on subcontainers and objects".  Then click Ok.  You will get an error message, which you can try clicking Retry to, but hit Cancel - this is not a problem.
    8) Click Ok a couple of times and this part of your registry is now fixed.
    9) Now it's a simple case of running the manual Flash uninstall program, then finally the manual Flash installer (for Active X - not the Firefox/Chrome plugin versions).  To my surprise, after a couple of days looking into this - I finally had a solution and Flash in IE once more.  If you are using Firefox too you may find Flash is no longer installed their (the uninstaller removed it).  In this case just install via the Adobe site or try to watch a video on You Tube and you will be prompted or linked to the install.
    Hope this provides a good round up of the possible solutions to this problem.  Hopefully Microsoft or Adobe can find out what causes this issue in the first place so we don't have to go down this route for much longer.  Chrome's implementation of Flash shows how effortlessly things can work!

    They will stay on the screen.  However, Process Monitor is only intended for advanced users.  It is recommended that users try to navigate to the troublesome registry key using regedit, and see if they can access it or not without an error.  This is far easier than trying to use Process Monitor, which is very complicated.
    I used Process Monitor to confirm that it was just that key which was causing the problem, and not others.  Process Monitor is not to be confused with the new Resource Monitor which is accessible via Task Manager in Windows 7 (and possibly Vista).  If you must experiment (and Process Monitor is very useful for diagnosing many deep-level problems if you know what you're looking for) Process Monitor can be downloaded from here:
    http://technet.microsoft.com/en-us/sysinternals/bb896645
    It replaces the older Sysinternals "FileMon" and "RegMon".  For those interested in the technical side, I had to setup a number of filters to be able to get the results display as in the screenshot.  First of all to just show Registry events.  Then to just show events from the manual Flash activeX installer executable.  The I added a filter to show only non-successfull results.  And finally, for the purposes of the screenshot, added a filter to just show those with "Access Denied", since other non-critical errors are also picked up due to missing keys because installation has not yet been fully completed I guess.   When experimenting, most of these filters were applied using the "is not" boolean logic, which will make sense if you experiment with the program.
    Without adding any filters, it picks up so many events (hundreds per second) that it's otherwise unusable.  e.g. 40,000 events within the first few seconds of opening the program. For this reason, I recommend simply using Regedit to diagnose the problem with the particular Flash registry key.

  • The Active X control for Flash Player could not be registered

    The only problem i seem to be having is with the yahoo instant messanger (trying to play the music player) a pop up comes up with a Internet explorer installer add-on for adobe flash player 10. I have this already installed on my computer.
    When i try to redownload it is when i get that error ___Active X control for flash player could not be registered__.
    Is there somthing wrong with internet explorer cause i never use it. The only browser i use is Firefox ( i dont even want IE) I dont even think its installed on my computer any more. its missing from control panel>uninstall programs. Is this the problem.
    Please any help would be great

    Please do not post the same problem multiple times!

  • Sessionstore.js file pop-ups for download, then disappears

    My prob is related to this one https://support.mozilla.org/en-US/questions/967691 but it is a bit different. I didn't notice if MF uploads without any reason (I don't observe this till now) but a .js file popped up for download all of a sudden until I dll-ed other things from Sendspace. The dll dialog box with it disappeared before I could react. Later it wasn't listed in Downloads. I found it as I checked all MF folders for *.js and I saw only one was with the same date and hour as the file popped up and it was sessionstore.js. I have "Flash and Video Download 1.38" add-on which is listed as a possible prob in the thread I linked. I deleted this file and the .bak one as it is said in the other thread. Should I disable the add-on too?

    The sessionstore.js file in your currently active profile folder is updated every time you navigate to a new window or tab, as often as every 15 seconds. It seems very unlikely that a website would want to download/replace this file -- the site couldn't accurately update it because it doesn't know your browser history. Unless it was some kind of strange attack that causes you to load windows and tabs of the site's choosing when you restart Firefox and restore your previous session. ??
    In some cases, you may see a prompt to open/save a js or json file when there is a glitch with the background communications conducted by scripts in the page. Sometimes Google search users report this (e.g., [https://support.mozilla.org/en-US/questions/921535 Occasionally, when I try to do a Google search, numerous "opening search" pop-up windows appear.]). Unless you spot a pattern, it could be difficult to find the cause.

  • Vista download issues for Flash player 10

    I am running Vista on my desk top and did have Flash Player 10 installed and working fine. It suddenly stopped working and I followed Adobe's trouble shooting guide. That is I used the patch that was provided to uninstall, set the internet security options as instructed, downloaded/installed Flash Player 10 and then used the additional patch for Vista. Flash Player did not work after doing this and a search of my system did not return anything for Flash Player other than the two patches that I had used in the download process indicating that it did not instlall. I have tried several more times to resolve the issue but Adobe just keeps me going through it's endless trouble shooting loop. I still am unable to utilize anything that requires Flash Player since it appears that I am unable to install it. Can anyone help with this problem?

    Thanks. Go up to Help and click on About Internet Explorer and if you see x86 then you are using the 32bit browser.
    This is the default and you want to be sure you use that when Installing Flash Player.
    It is best to turn off any pop up blocker when Installing FP.
    Now I don't know if BitDefender is causing problems with IE/FP or not. But not too long ago, it was certainly causing a major problem with Firefox and Flash Player.
    At this point you may want to go to C:\Windows\SysWOW64\Macromed\Flash  Right click on the Flash folder and post back all files listed there.
    Then go to All add ons and find Shockwave Flash Object...ActiveX Control...Flash10e.ocx. It must be there and enabled.
    If anything different I need to know that also.
    Post the Flash files and the add on info back.
    Thanks,
    eidnolb

  • How to play facebook game such as cityville in ipad, because it asking for flash player, but cannot download it for ipad

    How To Play facebook games in iPad Safari?
    Safari is asking for flash player to play it.
    But i can't install it to iPad.
    Or may be i must upgrade the version of safari for iPad?
    or may be there some special application that can play facebook game
    Thanks 4 ur help

    Safari on the iPad does not support Flash and will not for the forseeable future.
    Some of the FaceBook games have their own apps in the App Store that you can download.Some are the full games and some are not. For example "Cityville Hero" tells you when certain things happen in game so you can pop online on a computer and check it there, rather than letting you play it first.
    Checking the App Store is the best place to find a way around using a site that requires a flash player. A lot of sites create apps so you can use them on the iPad/iPhone/iPod touch. And if you find a site that doesn't you can always contact the website creators to see if they have or will create an app for the iOS devices.

  • Security update for flash player....did it install?

    Yesterday on dec 16, I had a window pop up on my comp telling me that there is some security update for flash player so I clicked install and it was connecting and everything...then I allowed Adobe systems incorportated permission and all that stuff which was normal....then the adobe helper stopped working and I got a message saying that it will have to close the program......now I don't know...did the updates install or not...what were the security updates so I can check...any advice?

    Hi, well DLM is Download Manager and sometimes it is used to D/L FP. It is supposed to disconnect after FP is downloaded. Go to Add/Remove, you should see Flash Player 10 ActiveX listed. If the Adobe Download Manager or DLM is listed Remove it from there and reboot. It is not supposed to be there after it serves it purpose.
    The version is 10.0.42.34, I hope you just made a typo:-)
    Also, if you are using IE, go to Tools>Manage add ons and look to see if you have listed Shockwave Flash Object......
    ActiveX......Flash10d.ocx and that it is Enabled.  Be sure to check in "currently loaded" and "have been used".
    In Firefox you would look in extenstions, add ons or plug-ins, look for SWF.
    In order for FP to operate properly, you need the ActiveX in IE and the SWF plug-in in FF.
    Thanks 

  • "This message cannot be sent at this time."  I have been getting this pop-up for 3 days when trying to send out mail.  I don't know what to do!  I cannot send mail from this account on any ISP. Please help!

    "This message cannot be sent at this time."  I have been getting this pop-up for 3 days when trying to send out mail.  I don't know what to do!  I cannot send mail from this account on any ISP. Please help!

    lots of people seem to be havgin a problem sending email from iCloud webmail.
    does your email address have uppercase characters in it?
    if so, try creating an alias in lowercase (go to preferences in iCloud webmail and select 'accounts') and see if email sends okay from that

  • "Are you sure you want to shut down your computer?" prompt pops up for no reason and continues to pop up after selecting Cancel. How can I stop this?

    "Are you sure you want to shut down your computer?" prompt pops up for no reason and continues to pop up after selecting Cancel. How can I stop this?
    Mac Pro. OS 10.6.8

    Then I suggest you read this thread regarding the 30" Apple Cinema Display and that particular message pop up... several possible causes... common denominator, the display.
    http://forums.macrumors.com/showthread.php?t=617367

  • I need help to install Toolkit CreateJS for Flash CS6.

    Hi,
    I need help in installing CreateJS for Flash CS6. I had downloaded the Toolkit CreateJS from here: http://www.adobe.com/go/downloadcreatejs and here: http://www.adobe.com/devnet/createjs/articles/using-flash-pro-toolkit- createjs.html. When I attempted to install the extension using Adobe Extension Manager, the installation files did not have the required .zxp or .mxp files. It only had a file with a .mxi extension. Please advise. Thanks.

    Why installing IIS o_O?
    For Installing a developer Machine just install Oracle Developer suite; for testing your forms you use OC4J ("start OC4J instance" in start menu), and you can run your forms in web; no need for a aditional webserver (don't believe there's an OC4J connector for IIS available; and if so I wouldn't use it either ;-))
    For Installing a server for "productional" use install Oracle Application Server (available on otn) which comes with an Apache as webserver and all the other needful things for runnung forms on the web.
    For configuring both of them just take a look at the documentations on http://otn.oracle.com
    regards
    christian

  • URGENT:  Not seeing the variable Pop-up for Button , on web template in WAD

    Hi gurus,
    In IP I have a standard plan function for 'Copy', which has a few variables defined on the funciton itself (as to be changed):
    Version from:
    Version to:
    Order from:
    Order To:
    Fiscal year from:
    Fiscal year to:
    All of the above variable are created with the following parameters:
    Variable input: Optional (have also tried madantory)
    Ready for input: is flagged.
    Variable represents: Single value.
    No default entry.
    No personalized data.
    Now in WAD, I create a button group for this function by selecting the Command, 'Executing Planning Function (simple)', manually entering my plan function technical name next to 'Command specific parameters', and selecting the dataprovider created for the filter I created in IP, and finally flagging the 'Display variable' button.
    The problem is, on the web template the variable screen does not appear when I click on the function button. It executes the function in the background without giving me the pop-up for variable selection. And obviously since the variables have no default values, nothing is processesed.
    I've tried this with planning sequence instead, and still wont give me the variable pop-up screen..
    I've actually explicitlet entered the variables on the 'Parameters for Command screen', the same screen where you enter the filter for databinding and well as the function.
    It still wont work (no variable pop-up screen).
    Is this issue related to the support pack. We're on SP12 right now?
    If not, do any of you gurus have any ideas? Big points will be rewarded for this.
    Thanks

    In the parameterization of the command, there is an option 'show variable screen'. I am not sure if you have mentioned this clearly, but have you checked this option?

  • I am trying to set up icloud on my iphone when i go to settings icloud it says verifying and a box pops up for me to sign in with my apple id but that has my old apple id on it. help??

    i am trying to set up icloud on my iphone when i go to settings icloud it says verifying and a box pops up for me to sign in with my apple id but that has my old apple id on it. help??

    Have you already verified your "new" email address? If not then please check your inbox for a confirmation email (also the junk folder). If you do not have a confirmation email then please sign in at https://appleid.apple.com and press "verify" for confirming your email address.

  • Looking for a simple flip book template for Flash CS5

    Hi, I'm looking for a simple flip book template for Flash CS5 for a 20 page brochure/ booklet. Or a tutorial. Does anyone know of one?
    Thanks!

    Hi Mark,
    No need to restrict your choice to the preset Pages Templates. Do a web search and choose a Word template. Pages will open Word documents and templates. Or design your own:
    This is a Table I inserted into a blank Pages Word Processing document. Format the date column in Inspector > Table > Format > Cell Format. Select the first Date cell,then drag the fill handle down to increment the dates.
    Regards,
    Ian.

  • Kgepop: no error frame to pop to for error 600

    I am getting this error while running form in Forms6i on RHEL 4. Whenever a system error message is occuring I am getting this message and the the form closes. Please help.

    In metalink and search about that error.
    They have some patches for that based on your OS and Oracel Version
    Kgepop: No Error Frame To Pop To For Error 600
    https://metalink2.oracle.com/metalink/plsql/f?p=130:14:2686801411769804669::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,281648.1,1,1,0,helvetica

  • Error in Pre-Pop Adapter for AD using ResourceObjectDefinition Mapping

    Hi
    I have a PRe-pop adapter for Org name in AD -
    One of the variables is ResourceObjectDefintion. However OIM is not able to map it to the right object name and throws the below error -
    cAdapterDataMap/getResourceObjectInfo encounter some problems: Error retrieving user info: Object Name
    Class/Method: tcAdapterDataMap/getResourceObjectInfo encounter some problems: Column 'AD XXX' not found
    com.thortech.xl.dataaccess.tcDataSetException: Column 'AD XXX' not found
         at com.thortech.xl.dataaccess.tcDataSet.getColumnIndex(Unknown Source)
         at com.thortech.xl.dataaccess.tcDataSet.getDataType(Unknown Source)
         at com.thortech.xl.dataobj.util.tcAdapterDataMap.getProcessResourceObjectInfo(Unknown Source)
         at com.thortech.xl.dataobj.util.*tcAdapterDataMap.getResourceObjectInfo*(Unknown Source)
         at com.thortech.xl.dataobj.rulegenerators.tcBaseRuleGenerator.getRunTimeValue(Unknown Source)
         at com.thortech.xl.dataobj.rulegenerators.adpADPOPULATEMANAGEROU.implementation(adpADPOPULATEMANAGEROU.java:56)
         at com.thortech.xl.dataobj.rulegenerators.tcBaseRuleGenerator.run(Unknown Source)
         at com.thortech.xl.dataobj.rulegenerators.tcAdapterExecuter.executeRuleGenerators(Unknown Source)
         at com.thortech.xl.dataobj.util.tcPrePopulateUtility.setDataFromAdapter(Unknown Source)
         at com.thortech.xl.dataobj.util.tcPrePopulateUtility.prePopulate(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.prepopulateProcessForm(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.prepopulateProcessForm(Unknown Source)
         at com.thortech.xl.ejb.beans.tcFormInstanceOperationsSession.prepopulateProcessForm(Unknown Source)
         at com.thortech.xl.ejb.interfaces.EJSRemoteStatelesstcFormInstanceOperations_3fa3c79b.prepopulateProcessForm(Unknown Source)
         at com.thortech.xl.ejb.interfaces._tcFormInstanceOperations_Stub.prepopulateProcessForm(_tcFormInstanceOperations_Stub.java:1963)
         at Thor.API.Operations.tcFormInstanceOperationsClient.prepopulateProcessForm(Unknown Source)
    at com.thortech.xl.dataobj.util.tcAdapterDataMap.getResourceObjectInfo(Unknown Source)
         at com.thortech.xl.dataobj.rulegenerators.tcBaseRuleGenerator.getRunTimeValue(Unknown Source)
         at com.thortech.xl.dataobj.rulegenerators.adpADPOPULATEMANAGEROU.implementation(adpADPOPULATEMANAGEROU.java:56)
         at com.thortech.xl.dataobj.rulegenerators.tcBaseRuleGenerator.run(Unknown Source)
         at com.thortech.xl.dataobj.rulegenerators.tcAdapterExecuter.executeRuleGenerators(Unknown Source)
         at com.thortech.xl.dataobj.util.tcPrePopulateUtility.setDataFromAdapter(Unknown Source)
         at com.thortech.xl.dataobj.util.tcPrePopulateUtility.prePopulate(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.prepopulateProcessForm(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.prepopulateProcessForm(Unknown Source)
         at com.thortech.xl.ejb.beans.tcFormInstanceOperationsSession.prepopulateProcessForm(Unknown Source)
         at com.thortech.xl.ejb.interfaces.EJSRemoteStatelesstcFormInstanceOperations_3fa3c79b.prepopulateProcessForm(Unknown Source)
         at com.thortech.xl.ejb.interfaces._tcFormInstanceOperations_Stub.prepopulateProcessForm(_tcFormInstanceOperations_Stub.java:1963)
         at Thor.API.Operations.tcFormInstanceOperationsClient.prepopulateProcessForm(Unknown Source)
    Thanks

    - Verify that the AD XXX RO exists in the system , if its there , then re do the mappings once more .
    I did the same and it worked for me
    Thanks
    Suren

Maybe you are looking for

  • Install PSUS4 on Windows 7 (64 bit)

    Hi Here is how it worked for me: Forget the CD that comes with the product, you don't need it. Hook up the PSUS4 to network cable, printer, and power it all up. Now you need to connect to the PSUS4 in order to configure it, and we do that using Inter

  • Doubts alv reports

    hi abapers please guide me. 1. diffrence between list display and grid display? 2. where we can call top-of-page event? 3. where we can do sub total and grandtotal in alvs? 4. how we can call logo in alvs? 5. how to crete check boxes in alv's? thanks

  • Aironet Dot1x and Active Directory

    I'm trying to enable dot1x authentication on wireless client (windows), that connect to my wifi network through an aironet 1240AG. I've configured Radius server into windows server, configured aironet to use this server for EAP requests, and configur

  • Custom Popup - Passing values back to Textarea with HTML Editor

    I have created a Custom Popup which is to populate a "Textarea with HTML Editor". I have found that the Custom Popup works fine if the target item is defined as a "Textarea", or "Textarea (auto-height)", or "Textarea w/Character Counter" (although th

  • Syncing photos from my Imac to my Ipad

    Hi - I am trying to sync photos from iphoto onto my ipad. A message keep coming up that says photos from other libraries/folders will be removed and photos from this location synced. Photos on my Ipad will not be effected. Can someone please tell me