"Click to Activate" Problem: Active X Coding Fix Help/Questions

Hi,
I have read extensively about the "Click to activate and use
this control" problem because of MS' recent loss in court. I have
also found many links (including here) to the JavaScript "fix". I
DO NOT want to get into blame, the inconvenience, etc., just how to
fix it in my websites. Here's the code to a simple test page
referencing an SWF:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="760" border="0" cellspacing="0"
cellpadding="0" align="center">
<tr>
<td><object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
width="750" height="130">
<param name=movie value="images/testmovie.swf">
<param name=quality value=high>
<embed src="images/testmovie.swf" quality=high
pluginspage="
http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash" width="750" height="130">
</embed>
</object></td>
</tr>
</table>
</body>
</html>
What happens with the "quality=high " and "width="750"
height="130" information? Maybe I'm not clear on exactly what to
replace with the JavaScript reference, but it looks like all of
these "fixes" I have seen ignore control over quality and sizing.
Am I missing something? (Besides how to disable smilies)
Thanks all!

Use one of the solutions at
http://activecontent.blogspot.com
... extensive
reading in this forum would have taken you to this link
already.
Jeckyl

Similar Messages

  • Click to activate problem

    am an asp.net programer that use flash animations in my site.
    i keep getting "click to activate and use" tooltip over all
    my flash animation and a border around them.
    howe can i remove it?
    i use:
    object id='flashobject3'
    classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0'
    width='-20 ' height='-20' title='effect' style='left: -8px;z-index:
    1000; position: absolute; top: 0px' >
    <param name='movie' value='data/1404757835Snow_3.swf' >
    <param name='quality' value='Autolow' >
    <param name='play' value='true'>
    <param name='WMODE' value='transparent'>
    <embed pluginspage='
    http://www.macromedia.com/go/getflashplayer'
    type='application/x-shockwave-flash' >
    </embed>
    /object>
    to show my flash aniamtion, is there a param i need to set so
    the tooltip and the border don't show?
    thanks

    Hi
    Read this for all your answers
    http://www.amarasoftware.com/flash-problem.htm
    or
    http://activecontent.blogspot.com/
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. -
    http://www.flashjester.com
    There is a very fine line between "hobby" and
    "mental illness."

  • I cannot activate icloud foto. When I click on icloud the window comes up but in seconds the possibility to click to activate foto freezes. Can anyone help. I have spent so many hours trying to solve the problem.

    i am so tired. Have used many hours now to find a way to get my fotos from my Iphone to my PC'er (windows 7). I have downloaded Icloud, but I cannot aktivate "foto" When I click on icloud there comes a window, where it seems that I can click on foto. But within sekonds the 3. (foto) possibility freezes and the vindow sort of changes: You can still se the choice "Foto" but it cannot be activated. Can anyone help, please!

    Thanks for the link to your system. 
    You have a Combination BluRay and Surround System that includes WIRELESS Rear Speakers:
    Rear wireless ready: Yes, 5.1ch wireless system included, 7.1ch wireless option with purchase of SH-FX67 + SB-HS100A
    This could account for why the BluRay is generating interference with your wireless network signal.
    You can go thru the process of changing the wireless  channels and other changes to the Verizon Actiontec Router or hook up your old router which was working before you switched to FIOS.
    FIOS has a Superior Product over any cable system and I would hate to see you leave over something that was out of their control. 
    By the way, looking at the picture of the rear connections for your Panasonic you would want to have an Optical Toslink cable go from the back of the Verizon HD Set Top Box (Optical Out) to the Optical In jack on the back of the Panasonic.   This connection will provide you with Dolby Digital sound (If Broadcast by Channel) while you are watching TV.  You may need to switch inputs on the Panasonic Remote to get this to work.  You may also have an Optical Out jack on the TV that could be connect as well if you are using an HDMI Cable.
    Your Verizon STB  would be connected to the TV by either HDMI, Component, Composet, or Coax (Highest Quality to Lowest Quality).  The HDMI would also provide sound to your TV so that it's internal speakers would work if desired.
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it.
    If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • phtmlb:ganttchart. and "click to activate"

    ok, i get the reason. the security context of the IE blocks objects from being enabled automatic. i know of several ways to use javascript to load the controls from an external page that is then included in the main page.
    i use this to render things like OWC controls and the like without having to worry about the "click to activate".
    is there a way to get this working for the <phtmlb:ganttchart>. its beyond application breaking that you have to activate the control, and every click in the control reloads the page hence you have to reactivate the control over and over. very frustrating for the users if your making an interactive calender control.
    is there a way of fixing this that you found?

    oh well. decided i did want the ganttchart rendered with the svg graphics so did a reimplementation of the phtmlb:ganntchart solution, correcting the issues with the click to activate and few other nice things i wanted to include.
    if anyone wants to se how :
    origianl :
    CONCATENATE '<embed src="' dataurl '" height="'
                  chartheight
                  'px" width="'
                  chartwidth
                  'px" type="image/svg+xml" pluginspage="http://www.adobe.com/svg/viewer/install/">'
                  '</embed>'
             INTO html.
    me->print_string( html ).
    Interaction parameters
    iparameters = 'Test'.
      concatenate '<input type="hidden" name="'
                  iparameters_name
                  '" value="'
                  iparameters
                  '">'
             into html.
      me->print_string( html ).
    modified :
    CONCATENATE '<embed src="' dataurl '" height="'
                  chartheight
                  'px" width="'
                  chartwidth
                  'px" type="image/svg+xml" pluginspage="http://www.adobe.com/svg/viewer/install/">'
                  '</embed>'
             INTO html.
    me->print_string( html ).
    Interaction parameters
    iparameters = 'Test'.
      concatenate '<input type="hidden" name="'
                  iparameters_name
                  '" value="'
                  iparameters
                  '">'
             into html.
      me->print_string( html ).
      concatenate '<input type="hidden" name="url" value="' dataurl '">' into html.
      me->print_string( html ).
    CONCATENATE '<DIV><script src="gantt.js?url=' dataurl '&width=' chartwidth ' &height=' chartheight '">' '</script></DIV>' into html.
      me->print_string( html ).
    basically i removed the rendering of the object in the page, and passed the parameters to a js page that will do the rendering for me,
    gantt.js simply contains this in essense.
    document.write('<embed src="<%=dataurl %>" height="<%=chartheight%>px" width="<%=chartwidth%>px" type="image/svg+xml" pluginspage="http://www.adobe.com/svg/viewer/install/">');
    document.write('</embed>');
    so render the object in the external file, include it in the reimpemented phtmlb extension and voila you got a ganttchart that works without the click to activate problem.

  • Problem; "Click to Activate" message

    Hi,
    I created a map in Flash and it loads great, works great when
    you're on a mac (it was created on a mac too). Though the problem
    is that when the page is viewed on a PC and you rollover the map
    there is a boundry that appears around the map and a text notice
    that reads "click to activate and use this control". Once you click
    it it goes away and the map interacts fine, but its not good as it
    stands. I wonder if it's in the publishing preferences that this
    can be resolved. If anyone has ideas please let me know!
    Peace for 2007!
    joe

    That only happens when using Internet Explorer actually, and
    it's because of
    the lame eolas suit. You can fix by going here:
    http://blog.deconcept.com
    and an article about it here:
    http://www.adobe.com/devnet/flash/articles/swfobject.html
    I find it best to just always use it as you get version
    detection as well as
    very easy embedding of your movie.
    Dave -
    Head Developer
    www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • HT5137 I made a purchase with my debit card on The Simpson Tapped out game, And now my game won't open. It just kicks me out every time I click on it. How do I fix this problem with out deleting my app?

    I made a purchase with my debit card on The Simpson Tapped out game, And now my game won't open. It just kicks me out every time I click on it. How do I fix this problem with out deleting my app?

    Personally, I would never use a debit card online, for security reasons.  If your card gets hacked its your money that is stolen.  At least with a credit card it is the card providers money that is stolen.
    Anyway,  I would delete the app and re-install.  If you paid for the app in the first place you will be able to re-install free of charge.  Also, the app should allow the in-app purchase to happen again as it should recognise that you have already purchased it previously.
    Finally, it might be that the 3G doesnt have as much ram as more recent models of iphone and you may have applications running in the background that are preventing the app to function with the in-app purchase unless you shut down any apps eating all you memory that are running in the background.  Shut-down these apps (and the simpson tap out app) by exiting to your home screen and double-tapping the home button to show what apps are running in the background.  press and hold any of the open apps until it starts shaking.  close all the apps down.  exit then re-launch the app.
    good luck.

  • From within Photoshop Elements, when I try to open Editor, a box opens that states I must activate the software.  I registered and activated the software last year.  When I click to activate, I get a message that I am not connected to the internet.  I am

    From within Photoshop Elements, when I try to open Editor, a box opens that states I must activate the software.  I registered and activated the software last year.  When I click to activate, I get a message that I am not connected to the internet.  I am connected.  How do I get Editor to work?

    You would get the redemption code, or perhaps even the serial number, from whomever you purchased the software from, apparently Amazon, so talk to them.  This wouldn’t be the first time they’ve sold something that didn’t have all the numbers needed to license it.
    A redemption code is something that is usually on the inner disc packaging if you purchase the media in a box, and there is a barcode on the outside of the packaging that must be scanned at the checkout register to activate the hidden inner code so you can redeem it at home on that website.  This is what happens if you buy PSE from a brick-and-mortar store like Best Buy.  I don’t’ know what happens if you purchase the downloaded version as I have never done that.
    A redemption code is 24-digits of letters and numbers that you enter into a website to get a serial number, once and only once.  The serial number of only 24-digits, no letters, is what you enter into the software during the install or when you run it and it asks if you want to register or run in a trial mode—whatever the exact phrasing is.
    In any case it sounds like you don’t have either a redemption code or serial number—although perhaps something is listed on the purchase confirmation or your account online at Amazon or even in an e-mail from Amazon.

  • Acrobat xi - RE: Add sound icon- skin displayed is a 'blank white box' until it is clicked to activate it- can you lock skin to display before its activated so that in a print run the skin shows up (ie the controls-or any kind of greyed out rectangle, lik

    Hi,
    Acrobat xi - RE: Add sound icon- skin displayed is a 'blank white box' until it is clicked to activate it- can you lock skin to display before its activated so that in a print run the skin shows up (ie the controls-or any kind of greyed out rectangle, like video controls before 1st activation) and not the blank white box- if no, I guess I have to activate all sound icons before doing a print run?thanks)).

    Many of your points are totally legitimate.
    This one, however, is not:
    …To put it another way, the design of the site seems to be geared much more towards its regular users than those the site is supposedly trying to "help"…
    The design and management of the forums for more than five years have driven literally dozens of the most valuable contributors and "regulars" away from the forums—permanently.
    The only conclusion a prudent, reasonable person can draw from this state of affairs is that Adobe consciously and deliberately want to kill these forums by attrition—without a the PR hit they would otherwise take if they suddenly just shut them down.

  • The answer helped me.But still, what are the settings that I have to change for the behavior of the mouse pointer towards finder? Also the mouse pointer sometimes  doesn't accept my command and start clicking itself.what is the problem and how to fix it?

    The answer helped me.But still, what are the settings that I have to change for the behavior of the mouse pointer towards finder? Also the mouse pointer sometimes  doesn't accept my command and start clicking itself.what is the problem and how to fix it?

    If the mouse clicks something on its own then it looks like you have a hardware problem with the trackpad or possibly the battery that is right underneath the trackpad.
    I have read that the battery can swell and that would put pressure on the trackpad.

  • Today  my iPod touch 4 generation was dropped. now it just has a white screen. i tried reseting it by clicking the home and lock buttons but nothing helped. what is my problem and how do i fix it?

    Today  my iPod touch 4 generation was dropped. now it just has a white screen. i tried reseting it by clicking the home and lock buttons but nothing helped. what is my problem and how do i fix it?

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar              

  • TS3989 When I open the icloud control panel, I cannot select the option to "turn on" photo stream.  The option is there but i cannot click on it.  How do I fix this problem?

    When I open the icloud control panel, I cannot select the option to "turn on" photo stream.  The option is there but i cannot click on it.  How do I fix this problem?

    iCloud does not support Windows XP.

  • Trackball doesn't work when I click it...How do I fix this problem?

    trackball doesn't work when I click it...How do I fix this problem?

    Hi and Welcome to the Community!
    Anytime random strange behavior or sluggishness creeps in, the first thing to do is a battery pop reboot. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes. See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    Best!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Problem activate the activity in NWDS

    Hi,
    when i am trying to activate an activity in NWDS and  i have got the error msg:
    javac] Compiling 84 source files to /usr/sap/SMT/DVEBMGS01/j2ee/cluster/server0/temp/CBS/37/.B/2105/t/1238F068412A57C9CB6DCB1CF7C68E64/classes
         [javac] ERROR: /usr/sap/SMT/DVEBMGS01/j2ee/cluster/server0/temp/CBS/37/.B/2105/DCs/tmobile.at/PBTOOL_APPL/_comp/src/packages/tmobile/appl/sec/PermissionsPBT.java:9: package com.sap.security.api.permissions does not exist
         [javac] ERROR: import com.sap.security.api.permissions.NamePermission;
         [javac] ERROR:                                         ^
         [javac] ERROR: /usr/sap/SMT/DVEBMGS01/j2ee/cluster/server0/temp/CBS/37/.B/2105/DCs/tmobile.at/PBTOOL_APPL/_comp/src/packages/tmobile/appl/sec/PermissionsPBT.java:17: cannot resolve symbol
         [javac] ERROR: symbol  : class NamePermission
    since than i am not able to activate any new activities.
    can some one please help me?
    Thank you
    regrads
    Milen

    Hi Jessica,
    It seems that you have not configure Debuger in NWDS.
    1. Click on or Open Debug perspective
    2. Open Debug configuration from menu or from clicking on Icon in top level menu.
    3. From Left side expand Remote Java Application
    4. Click on New Button from bottom left Corner.
    5. Give Any name e.g. My Debug.
    6. You have 3 tab on right side Connect, Source and Common
    7. Click on Connect
    8. Click on Browse from project to debug.
    9. Select crmhomeshr
    10. Connection Type should be Standard (Socket Attache)
    11. Give Host name and Port. Generally port # is 50021 but it may different on your machine.
    12. Click on Source Tab
    13. Click on Use Default source lookup path
    14. Click on Common tab.
    15. Type of launch configuration should be local
    16. Debug Mode should be Default
    17. Select Debug in Display in favorites Menu.
    18. Click on Close.
    Before start your ISA application on debug mode you have to click on "Debug" icon from top menubar and select your created My Debug configuration. It will establish connection with your J2EE engine and switch to debug mode.
    Now access your applicationi n browser. When it hits debug command it automatically switch or transfer control to NWDS Debug window and you can go forward from there.
    I hope this information will help you to configure Debug in NWDS for ISA.
    eCommerce Developer

  • HT4335 i have update my iphone 3gs ios 4.1 to 6.1.3 but at the end activation problem occur and try again to activate in few minutes.so please help and what should i do.......................

    i have update my iphone 3gs ios 4.1 to 6.1.3 but at the end activation problem occur
    the error is could not activate iphone try again so please help me to resolve this problem.
    Thank You......

    Odds are your phone was hacked to illegally unlock it.

  • Active Content - Flash - fix for Contribute Users

    Greetings,
    I have a group of users that use Contribute. Many of these
    users create Flash Paper forms and embed them in a standard
    template. These individuals do not work with HTML or JavaScript.
    Recently a security patch for IE has been applied to the
    organization. This patch includes the IE Run Active Content patch.
    Now, when Contribute users apply Active Content and post their
    pages they get the "Click to activate this content" message and a
    bounding box around the Flash Paper content.
    Right now I know there are two work-arounds that fix this
    problem, unfortunately it requires someone usingJavascript and
    Dreamweaver (or hand coding) rather than Contribute. As Contribute
    users they do not have the rights to modify parts of the template.
    Unfortunately that part of the template is where work-around
    javascript would be placed.
    Is there a way for content providers to apply the fix rather
    than having a Dreamweaver Admin apply a fix? Is there a javascript
    modification that changes one of the two work arounds
    (AC_RunActiveContent.js and swfobject.js). These folks are not
    posting to an IIS server. They are using standard HTML templates.
    Thank you,
    TPK

    > Greetings,
    >
    > I have a group of users that use Contribute. Many of
    these users
    > create Flash Paper forms and embed them in a standard
    template. These
    > individuals do not work with HTML or JavaScript.
    Recently a security
    > patch for IE has been applied to the organization. This
    patch includes
    > the IE Run Active Content patch. Now, when Contribute
    users apply
    > Active Content and post their pages they get the "Click
    to activate
    > this content" message and a bounding box around the
    Flash Paper
    > content.
    >
    > Right now I know there are two work-arounds that fix
    this problem,
    > unfortunately it requires someone usingJavascript and
    Dreamweaver (or
    > hand coding) rather than Contribute. As Contribute users
    they do not
    > have the rights to modify parts of the template.
    Unfortunately that
    > part of the template is where work-around javascript
    would be placed.
    >
    > Is there a way for content providers to apply the fix
    rather than
    > having a Dreamweaver Admin apply a fix? Is there a
    javascript
    > modification that changes one of the two work arounds
    > (AC_RunActiveContent.js and swfobject.js). These folks
    are not posting
    > to an IIS server. They are using standard HTML
    templates.
    >
    > Thank you,
    >
    > TPK
    >
    Hi,
    This should get fixed with the new release of Contribute...
    -Avinash

Maybe you are looking for