Contribute CS4 setup to hide Flash content that interferes

I am new at using Contribute. I have a page with flash content that overlaps my editable regions text and image areas I want the user to be able to access. I do not want the user to access the flash content.  So, how do you as an Contribute administrator or in Dreamweaver perhaps hide the flash or turn it off so that the user can get to the regions underneath?  The page/editable regions work fine in Contribute when I take the flash out.
thank you,
Nancy

this is what fixed the issuefor me:
Be sure to try this on a test machine and back it up if needed.
In the system registry
For each of the following registry keys:
HKEY_CLASSES_ROOT\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}
HKEY_CLASSES_ROOT\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}
HKEY_CLASSES_ROOT\CLSID\{1171A62F-05D2-11D1-83FC-00A0C9089C5A}
HKEY_CLASSES_ROOT\TypeLib\{D27CDB6B-AE6D-11CF-96B8-444553540000}
Right-click the key, select "Permissions"
In the Permissions Dialog click the "Advanced" button Click "Add"
Enter "Everyone" and click "OK" to accept Select "Allow" for the "Query Value", "Enumerate Subkeys", "Notify" and "Read Control" permissions. Do not change any existing permissions.
Source -  http://www.adobe.com/go/624850b5

Similar Messages

  • Flash content that utilizes webcam crashes browser

    I believe this issue may effect ALL SONY VAIO laptops. Any
    Flash content that utilizes the webcam will crash the browser. I
    have tested in IE and Opera.
    I am currently running Vista Business and have reproduced
    this in Vista Ultimate with the same laptop(VGN-TT190).
    Basically go to youtube and choose to upload a video using
    "Quick Capture". When the flash content loads it will crash the
    browser. This happens on ANY flash content that accesses the
    webcam. Even adobe's own webcam test.
    Another way to crash flash/browser would be to right click
    any flash content. Choose settings. Got to webcam settings and the
    browser will crash.
    Please help me!
    Thank you!

    I have talked to Sony about this and we have reached a
    workaround.
    it involves a file called BtwVdpCapFilter.dll (it is a
    bluetooth profile that essentially allows people to share their
    webcam across bluetooth BUT no one uses this) and it is what is
    crashing when you access the webcam thru IE/Firefox/Opera.
    So go to C:\windows\system32 and rename it to anything for
    example BtwVdpCapFilter1.dll and everything should be fine. Sony
    said they will be releasing a patch for this.
    Enjoy!

  • ShowModalDialog in IE 10 hides Flash content

    We have a product that is IE only.  We launch a window using showModalDialog that contains a swf written in Flex.  The most recent update to IE 10 causes the swf to disappear.  When the window is closed the swf displays right before the window closes.  Does anyone know of a workaround for this?  Unfortunately the way our code was written we can't easily change to "window.open()" which shows the swf but breaks other functionality.
    Kevin

    Same thing is happening with me......
      Faulting application name: IEXPLORE.EXE, version: 10.0.9200.16686, time stamp: 0x52058cf0
    Faulting module name: Flash32_11_9_900_117.ocx, version: 11.9.900.117, time stamp: 0x5244d34f
    Exception code: 0xc0000417
    Fault offset: 0x00791537
    Faulting process id: 0x73c
    Faulting application start time: 0x01cecf3d61a1cc56
    Faulting application path: C:\Program Files (x86)\Internet Explorer\IEXPLORE.EXE
    Faulting module path: C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_9_900_117.ocx
    Report Id: 9f877836-3b30-11e3-a48a-005056c00008
    Thoughts?

  • Autorun CD-ROM with flash content on website

    I have two websites with Flash content that I need to put on
    a CD-ROM for a presentation on a computer with spotty internet.
    I've created the autorun part fine, but here's my issue. When the
    html page pulls up in a browser and the link to the Flash content
    is clicked, I get a security warning that " Adobe Flash Player has
    stopped a potentially unsafe operation." Everything is on the CD -
    nothing should be trying to access the internet - and I'm looking
    for a way to override this security warning without having to
    rebuild the flash files. So far, most of the info I've found deals
    with changing something on the user's computer, but is there a fix
    that can reside on the CD (so the user doesn't have to do anything,
    or ever see the warning?)
    Thanks!

    The basics of what you are asking is pretty easy to do in
    Director. To
    make a menu, just import your graphics including buttons.
    Create a
    frame label on the timeline for each video. On each button,
    add the
    behaviour named 'Jump to Marker Button' (it is in the Library
    under
    Behaviours, Controls). Pick the appropriate label for each
    button in
    the resulting popup. Then import your video and place one on
    each
    frame. Put the 'Go Loop' behaviour on each of these frames
    (in the
    frame channel). That behaviour is in the Library under
    Behaviours,
    Navigation.
    Depending upon how your movies are setup, the rest will be
    different
    (i.e. are the Quicktime, avi, wmv, RealVideo, etc?). But the
    Library
    has behaviours for a lot of them, and building custom scripts
    is pretty
    easy as well if you can put forth the effort to learn Lingo.
    It is
    actually among the easiest to learn languages in my opinion.

  • IE8 Error when opening Pop-up with Flash Content

    I am running into a problem creating a webpage.  I am very new to AS3 and not quite a novice at Dw CS3.  I have audio files and flash content that is downloadable from my page.  The audio is made available by clicking on a flash button that links to an mp3 or wav file.  The player then opens and plays the file.  I also created some flash animations that are accessed by flash buttons I also created and put on my webpage.  I added scripting (AS3) for those buttons that defines a pop-up window size and points to an html page to put into the pop-up window.  I'm really not sure if this script is the most efficient.  It probably isn't. The script is below: (Note: I could not paste it in so I retyped it.  Don't know why, but the script works even though there might be syntax errors below.)
          //define variable "jscommand" that has URL to open and pop-up window parameters
    var jscommand:String="window.open('Multiplication.html,'miniwindow','height=440,width=605,toolbar=yes,scrollbar=no');";
          //define variable "openflashURL" which runs "jscommand"
    var openflashURL:URLRequest("javascript"+jscommand+"void(0);");
          //define function "openflashdown" that initiates URL request
    function openflashdown(Event:MouseEvent):void{
    NavigateToURL(openflashURL,"_self"};
          //define button listener
    Mult_FlashPlayer_btn.addEventListener(MouseEvent.CLICK,openflashdown);
    The problem is as follows:  When I click on the flash buttons that use the above script, I get a pop-up window with the .swf in it and everything runs fine.  Next, when I click on an audio button, the mp3 file downloads and the player (Real) begins to play it.  But if I try to open up the flash animation again I get this error message from IE8 "Unspecified Error  Internet Explorer cannot download".
    I tried to find anwsers on-line and I found another person with a similar problem.  Their solution was to take the javascript code out of the flash button coding and put it in the html page directly.  I took the first line on code in the above and put it in the html code.  Dw did not recognize it as code but as text.  I don't know where to go from here.  Does anyone know what to do?  I'm a beginner so please be as clear as you can be.

    Try uninstalling your sound card driver in Device Manager and reboot your PC.

  • Contribute CS4 wouln't recognize my customization

    I solved this but am posting it in case it helps someone else.  I copied PMModules.js from \Program Files\Adobe\Adobe Contribute CS4\Configuration\Commands to \Documents and Settings\
    \Application Data\Adobe\Adobe Contribute CS4\Configuration\Commands  I then edited \Documents and Settings\\Application Data\Adobe\Adobe Contribute CS4\Configuration\Commands\PMModules.js so that RUA_TAG_SPECIFIC_ATTRIBUTES, instead of containing   ol: { style: 1 },  now contains  ol: { start: 1, type: 1 },  so when I import a table from Word having the following Word HTML:    Sample Text 
    it would retain the start attribute. But it doesn't. It still seems to be running Program Files\Adobe\Adobe Contribute CS4\Configuration\Commands  I get        Sample Text   
    the same results even if I rename my custom version to PMModules.js_hide and restart Contribute.  I finally figured out I have to put the custom PMModules.js in  \Documents and Settings\\Local Settings\Application Data\Adobe\Adobe Contribute CS4\\Configuration\Commands  and it worked fine.

    I found the problem was my clients fonts were all lower case ie "arial"  while mine started with upper case ie "Arial" I just mapped to the corresponding fonts on my system.

  • Safari 4.0.4/Firefox 3.5.2 Freeze on Flash Content in Tiger 10.4.11

    Sorry for any cross postings. I can't seem to find a thread where this issue is started by someone who is using Tiger as opposed to either Leopard.
    Both Firefox and Safari get the spinning beach ball of death when they encounter Flash programming. I first encountered it with the Huffington Post website on Wednesday night, and then noticed it when trying to access some pages in Facebook with video, and ditto with Youtube. All Flash content.
    My first attempt to deal with this was to just uninstall Flash. That worked, in the sense that pages no longer hung. However, I do need some of that Flash content and having uninstalled Flash, I couldn't access that content.
    So yesterday I installed SafariStand so I might try to access some of the content that I need and that has partially worked. I set the Stand prefs to not auto load Flash and to ask me if I want to load Flash content in each instance. The pages load and are not hanging and I get a little box that tells me to click if I want to load Flash content. HuffPo, Youtube, even Facebook seems to work fine, I can click on Flash content and it plays without the spinning beach ball/freeze.
    However, there is Flash content that I want to run and still can't because when I tell the Flash Plug In to load some content, it freezes the program and I get the spinning ball. Same happens to the same pages and sites in Firefox. I just updated Firefox 10 minutes ago and it didn't help. I've got Safari 4.0.4. I've been trying to load the BBC Listen Again iPlayer and it keeps freezing Safari and Firefox.
    I've got OS X 10.4.11. I just checked again and there are no new OS updates for Tiger.
    So any ideas? I have been dumping cache, removing the history and all that mumbo jumbo, which does not a lick of good for this issue. Like many others, since Safari 4 came out I've experienced more freezes than in all my prior years of being a Mac user. If it is an issue with Flash, will Apple deal with this? This is insane!

    You have tried a lot of things, all correct, but have you repaired permissions since reinstalling Flash?
    Repairing permissions is important, and should always be carried out both before and after any software installation or update.
    Go to Disk Utility (this is in your Utilities Folder in your Application folder) and click on the icon of your hard disk (not the one with all the numbers).
    In First Aid, click on Repair Permissions.
    This only takes a minute or two in Tiger, but much longer in Leopard.
    Background information here:
    http://docs.info.apple.com/article.html?artnum=25751
    and here:
    http://docs.info.apple.com/article.html?artnum=302672
    An article on troubleshooting Permissions can be found here:
    http://support.apple.com/kb/HT2963
    By the way, you can ignore any messages about SUID or ACL file permissions, as explained here:
    http://support.apple.com/kb/TS1448?viewlocale=en_US
    If you were having any serious problems with your Mac you might as well complete the exercise by repairing your hard disk as well. You cannot do this from the same start-up disk. Reboot from your install disk (holding down the C key). Once it opens, select your language, and then go to Disk Utility from the Utilities menu. Select your hard disk as before and click Repair.
    Once that is complete reboot again from your usual start-up disk.
    Also, how much RAM do you have? Some older G4's can struggle with today's streamed flash content.

  • Activate Flash Content in IE

    Hi,
    I have a flash content in my webpage, when viewed online
    particularly in Internet Explorer, it prompts for User Input to
    activate that flash component. I searched in the forums and there
    are few Java Scripts available. Few are only IE version specific
    scripts.
    Is there a common script / method to markup the webpage so
    that IE understands that there is a flash content that doesn't
    require user input to view or interact with ?
    Thanks in advance.
    amarnath

    It's IE-only behaviour as a result of changes Microsoft made
    several
    years ago to their browser, regarding how Active Content
    (Flash, Quicktime
    etc)
    is handled, after losing a high profile court case.
    http://blog.deconcept.com/2005/12/15/internet-explorer-eolas-changes-and-the-flash-plugin/
    Background:
    http://en.wikipedia.org/wiki/Eolas
    See also
    http://www.adobe.com/devnet/activecontent/
    If you're running Dreamweaver 8.0.2/CS3, the fix is already
    built into DW's
    interface.
    If not, try
    http://blog.deconcept.com/swfobject/
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "amar_nath" <[email protected]> wrote in
    message
    news:fb5j9u$pjt$[email protected]..
    > Hi,
    >
    > I have a flash content in my webpage, when viewed online
    particularly in
    > Internet Explorer, it prompts for User Input to activate
    that flash
    > component.
    > I searched in the forums and there are few Java Scripts
    available. Few are
    > only
    > IE version specific scripts.
    >
    > Is there a common script / method to markup the webpage
    so that IE
    > understands
    > that there is a flash content that doesn't require user
    input to view or
    > interact with ?
    >
    > Thanks in advance.
    > amarnath
    >

  • Which versions of Acrobat reader supports embedded Flash content?

    I was wondering which versions of Acrobat supports Flash files (or Flash content) that might be found embedded within PDF files?
    Specifically, does version 6, 7 or 8 have this capability?

    The wikipedia entry for Adobe Acrobat says this regarding Acrobat reader version 9:
    "Insert FLV (Flash) or H.264 video for direct playback in Adobe Acrobat and Adobe Reader."
    The way I read that, it says that the ability to handle pdf files with embedded flash content was introduced with Acrobat reader version 9, and did not exist in earlier versions of Acrobat reader.
    So are you sure that older Acrobat reader versions (specifically, version 6) is capable of correctly handling flash content embedded within a pdf file?

  • Is there a way to force enable wmode=direct for all Flash content on all webpages ?

    I need a way to force enable wmode=direct for all Flash content that's running regardless of the webpage the Flash content is runing on.
    If there isn't a way to do so now, please enable this as fast as you can in the next version of Flash.
    I've read somewhere that if there's no wmode setting on the page like opaque, transparent, direct or hw the flash content will run in wmode=window setting so it would be very easy to change that and force Flash to use wmode=direct instead.
    This could be done by adding wmode=direct line to mms.cfg or even add Force wmode=direct to Flash Settings, easy as that.
    I really don't wanna hear the arguments why force enable wmode=direct for all Flash content regardless of webpage is not indicated to do, just do it, I really need this wmode=direct feature to be always on simple as that.
    I know that on some webpages some content might run behind flash content by doing so but I really don't care cause I know what sites I'm using and what Flash content I'm runing so just enable it.
    Waiting for all websites to implement wmode=direct would take ages and I don't have time to waste instead I wanna enable this feature by now since I have seen what a big difference it makes by runing Flash accelerated instead of software decoding.

    You will not get what you need using stamps, especially if you ever want to use dynamic XFA forms.
    The digital signatures that were signed with a self-signed digital ID won't fully validate unless the user chooses to trust the corresponding digital certificate first. You should only trust a digital certificate if you trust its source. The problem is using self-signed IDs will be difficult to use on the scale you're talking about.
    Digital signatures are the best approach for your needs. They can provide both nonrepudiation of document origin as well as document integrity. You just have to figure out how to implement a solution you can afford.
    You agency can become its own certificate authority and issue certificates to its employees. You'd just have to find a way to implement and manage such a system.

  • Flash content does not show when playing from server

    http://www.talkingboxmedia.com/demo/SWW-Final-C3/about/about.htm
    For some reason,...the flash content that we are using on
    this site shows
    fine locally on this page,...but not when viewing it from the
    server.....
    If you click on history, under about,.or on the home page,
    you can see that
    the image-player works on that page,..from the server,.....
    If anyone has an idea of what might be happening,..even just
    a
    clue,...thanks...
    darren

    >
    http://www.talkingboxmedia.com/demo/SWW-Final-C3/about/about.htm
    <script
    src="file:///D|/workplace/websitesmain/staging/songwritingworks/Scripts/AC_R
    unActiveContent.js" type="text/javascript"></script>
    <script type="text/JavaScript">
    fix the path to <script
    src="/Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    <script type="text/JavaScript">
    then find and upload the Scripts folder that's at the root
    level of the
    site.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Flash content makes Firefox to freeze/crash

    Hi Team,
    I have posted my problem a few days ago as a comment (an answer) to the "flash plugin" post from "cj_gadget". But I have got no answer, probably because the "flash plugin" post was labelled as "solved".
    So I now post my problem as a new question, and since I have a Macintosh configuration while "cj_gadget" (and many others) was using a Windows PC, the solution may be different!
    After a long period without using it, my iMac (running with Mac OS X 10.6.8) has been recently updated with the most recent versions of Firefox (25.0) and Flash Player & Plugin (11.9.900.117). The result is that Firefox crashes (freezes) on every page with Flash content. For other reasons, I have to stay with Mac OS 10.6.8 without upgrading to more recent OS versions. I have looked through Firefox and Adobe Flash Player help pages, as well as through many posts on this forum without finding an effective solution.
    Following some of these posts, I have unchecked (in Firefox > Preferences > Advanced) the use of hardware graphic accelerator. Many posts advise to do the same for Flash Player with a right click on the video frame, but this is NOT possible since Firefox freezes immediately as all Flash video start automatically when the page is loaded.
    I have also checked that a HTML5 video displays correctly as for : "http://www.youtube.com/watch?v=cTl3U6aSd2w&html5=True" while "http://www.youtube.com/watch?v=cTl3U6aSd2w" stucks Firefox. This Firefox freezing problem is general for all pages with Flash content (that is for a large fraction of the Web!) and NOT limited to Youtube which was just used here as an example.
    Some more information : RealPlayer was not present on this computer when the problem appeared. If I disable the Flash pluging in Firefox, it does nor freeze, but of course does not display the video. Safari (version 5.1.10 - ok for Apple software update) works fine with Flash content.
    I have sent many hours on this problem without progress and would strongly appreciate any help or even better a solution !

    Hi, jpdemers , and thanks for your advices.
    I have been travelling for some time and was not in position to make any new test for about two weeks (the affected machine is an iMac at home).
    Today I have uninstalled Firefox using AppCleaner, as well as Flash Player using Adobe uninstall_flash_player_osx.dmg ; and I have then installed both of them from scratch.
    Unfortunately the problem is still there :-(
    I just notice that I forgot to reboot the iMac (twice) as you said. I believe it may not be so important, but I will repeat the cycle with the reboots included (early next year now !).
    I will keep you updated on the issue, and I hope I will not have to reinstall the system. I have the install discs, but this may be an heavy burden...
    In the meanwhile, I wish you an happy new year !

  • Interacting with flash content

    I've encountered some flash content that I can access using JAWS and WindowEyes, but get no feedback when using VoiceOver with Safari. The VO user's guide gives little to go on. Any advice?

    Sorry to be the bearer of bad news!
    Unfortunately, Flash has not been made VoiceOver accessible, so there's very little that can be done, except to put pressure on Adobe to sort out its act. Its feedback page is here.
    There's nothing Apple can do about this, though efforts are constantly being made, I've heard. Apparently the coding effort required would not be enormous.
    Sorry again,
    Archie

  • Flash content won't hide properly

    I have four DW layers on top of each other, two of which
    contain flash content - I have had to set wmode to 'window' in
    order to make the movies work in Firefox.
    This means however that when I load the page the movies flash
    up on screen whilst they are loading before disappearing even
    through they layers in which they are contained are set to hide
    onLoad (z index has no effect)
    I hope this makes sense - does anyone have any ideas ?
    http://www.drawbox.co.uk/knoll/design3/page1.html

    What exactly do you mean "won't install properly"?

  • Adobe Acrobat Message : ''To view the flash technology content in this PDF, please install the version of flash player that supports Adobe reader and acrobat "

    I am using interop acrobat dll in one of my client , when trying to open a pdf file in acrobat X the following message appears :
    ''To view the flash technology content in this PDF, please install the version of flash player that supports Adobe reader and acrobat "
    Is there any workaround to fix this issue ?...
    will installing the flash player fix the issue ?
    thanks

    i am trying to convert the pdf to tiff image using
    //Using ACROBAT PRO
                AcroAppClass app = new AcroAppClass();
                AcroAVDoc doc = new AcroAVDocClass();
    i tried downloading the flash player ,now the error does not appear but for those pdf that displays this flash message error i am not getting the pdf converted to tiff file , instead i get an image with message
    What could be the cause of this issue ?

Maybe you are looking for