Workaround for IE active content problem?

Adobe
posted
a workaround for existing web pages to respond to the change in
IE that requires users to manually activate Flash content. I tried
doing the same document.write in an external file for the HTML
files FlashHelp generates wherever I found the <object> and
<embed> tags, but I get a script error ("Object expected") in
the lines where I call the function. (The solution worked for me in
simple HTML pages with Captivate movies, so I know it can work.)
The only reason I can think of that it won't work is that the
scripts are concatenating strings, not just showing a movie where
the <object> and <embed> tags are. Has anyone found a
workaround for FlashHelp so users don't have to manually activate
the top and left panes? I put in a "wish" for Adobe to provide a
solution on the site and later in an update or new version of
RoboHelp (which is another issue in and of itself), but who knows
when the developers will be able to come up with it. Thanks!

Thanks for asking, Mimi. Here are more specific steps:
1. Open Notepad or another program for creating text files.
2. Create two functions. For example:
function insertMaster1() {
function insertMaster2() {
You can call your functions anything you want, but the names
must be different. Note that for the moment, they're empty, but
we'll change that in a minute.
3. Save the Notepad file with a JS file extension (for
example, runactive.js). In Notepad, specify “All Files”
for “Save as type” so that it doesn’t save as a
TXT.
4. When you generate your FlashHelp system, it creates a
bunch of HTM files containing JavaScript in the destination folder
you specified when generating your output. Locate wf_master.htm and
wf_navpane.htm in the output folder. (If you leave RoboHelp to use
its defaults, it puts your help system in an !SSL!/FlashHelp
directory within your project folder.)
5. Open wf_master.htm.
6. In the <head> tags, insert a line that references
your JS file:
<script language=“JavaScript”
src=“runactive.js”></script>
7. Find the lines in the code that look like this:
// Insert the “Master” SWF
8. Highlight everything AFTER this commented-out block until
the </script> tag. The last thing you highlight should be
"document.write(strObject);".
9. Cut the highlighted code and paste it into the first
function in your JS file so it looks like this:
function insertMaster1() {
// Build up the variable string we will be sending
strFlashVars = "uniqueHelpID=" + parent.UniqueID();
……(more code)
document.write(strObject);
10. In the place where you just cut all that code out of
wf_master.htm, insert a call to the function:
insertMaster1();
That’s all you need because all that code you just
moved was already in <script> tags in the HTM file. The
</script> tag should come immediately after this function
call.
11. Open wf_navpane.htm.
12. Repeat steps 6 – 10 for wf_navpane.htm. The code
we’re concerned with in this file looks almost exactly like
that in wf_master.htm, but there are a few lines less this time.
Put the code you take out of wf_navpane.htm into the second
function in your JS file. Where you cut out the code from
wf_navpane.htm, put a call to the second function (it should come
right before the end of the <script> tags):
insertMaster2();
13. Save your JS file and the two HTM files.
14. Whenever you re-generate your output, RoboHelp is going
to erase your new versions of these HTM files and create its own
again. Copy your new versions of wf_master.htm and wf_navpane.htm
to another location (can be a folder within your output folder).
Now you have them so you can paste them back over RoboHelp’s
versions each time you finish generating your output. For example,
I would stow my wf_master.htm and wf_navpane.htm in a folder called
"drop files." Then, after I get done generating my output, I copy
those files and paste them in the output folder, letting them save
over the ones that RoboHelp created.
15. To test it once you've finished the swap, find the HTM
file in your output folder that is named after your project. For
example, if my project is called flying_monkey, I would find
flying_monkey.htm. Open this HTM file in Internet Explorer, and you
shouldn’t have any messages telling you that you have to
press Enter or Spacebar or click on the panes to activate them.
This runs from the same basic idea as Adobe’s
workarounds for Flash—we’re going to a file external to
the HTM files for the active content tags. Hope you find this
useful! Let me know if you run into any problems.
--Ben

Similar Messages

  • "Convert Active Content" problem

    Recently, I opened an html page in DW8, and a dialogue box
    appeared called "Convert Active Content". It said "This page
    contains <object> tags that may not work properly in the most
    recent versions of Internet Explorer. To correct this problem, you
    can convert these tags to browser-safe scripts. Do you want
    Dreamweaver to convert these tags for you?" So, being the trusting
    soul that I am, I clicked "yes." But when I uploaded my page, I
    could not see the Flash videos that I had put in this page. The
    same thing happened with another page. So I created new pages, and
    clicked on "no" when the "Convert Active Content" dialogue box
    appeared, and my Flash videos appear again.
    I really would like to avoid the annoying double-clicking
    that has to happen with the new IE browser whenever I include Flash
    content, but this work-around does not work. Any ideas?
    Thanks.

    You were right to say you wanted DW to "convert these tags to
    browser-safe
    scripts." What you didn't do was upload the SCRIPTS directory
    that DW
    created. Try doing that and all should be well.
    Mad Dog
    vh2 wrote:
    > Recently, I opened an html page in DW8, and a dialogue
    box appeared
    > called "Convert Active Content". It said "This page
    contains
    > <object> tags that may not work properly in the
    most recent versions
    > of Internet Explorer. To correct this problem, you can
    convert these
    > tags to browser-safe scripts. Do you want Dreamweaver to
    convert
    > these tags for you?" So, being the trusting soul that I
    am, I
    > clicked "yes." But when I uploaded my page, I could not
    see the
    > Flash videos that I had put in this page. The same thing
    happened
    > with another page. So I created new pages, and clicked
    on "no" when
    > the "Convert Active Content" dialogue box appeared, and
    my Flash
    > videos appear again.
    >
    > I really would like to avoid the annoying
    double-clicking that has to
    > happen with the new IE browser whenever I include Flash
    content, but
    > this work-around does not work. Any ideas? Thanks.

  • Workaround for Firefox SVG hyperlink problem?

    I am struggling with the Firefox 1.5 specific problem when using drilldowns with SVG charts.
    In IE 6, Mozilla 1.7 and Firefox 1.0.7 it works fine, but not with Firefox 1.5.
    Whenever I click on a link in a chart the link will be opened inline on the same page similar to an IFRAME ( <img src="http://i1.tinypic.com/skzz9f.jpg" border="0" alt="Image hosting by TinyPic"> ) . I don't want it inline. Seems to be a problem with the EMBED tag and Firefox 1.5.
    Did anybody find a workaround for Firefox 1.5 and SVG?
    Thanks,
    ~Dietmar.

    Hi Carl,
    Thats awesome! Thanks :). Took me while to figure it out, but when I'm hooked on a problem, I usually don't give up that easily ;).
    I guess cross-browser SVG support still has a good way to go.
    That would be a good addition to the wiki.OK. Is linking to the blog article ok or shall I create a complete entry?
    ~Dietmar.

  • Workaround for some W510 Audio Problems. Lenovo, please take a look at this!

    Hi all
    I believe most or all of the people are affected with poor sound quality of W510. I do believe there are some people who bring their laptops along and not convenient to get a external sound card and external speakers on the road. I am not too sure, but what I think that causes audio problem in W510, T410 or T510 is due to the implementations of Combo Audio/Mic Jack. So far, I have not heard any audio problems from X201 or W701/W701ds with a separate mic and audio jack (1 green and red, instead of 1 combo) Listed machines are using Conexant 20585 SmartAudio HD Sound Card.
    The workaround is to force install Conexant 20561 SmartAudio HD Driver through Device Manager
    http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-73721
    Problem Partially Resolved
    1. Using Audio Director - Classic mode enables you to use both internal speakers and external speakers/headphone simultaneously. (By right, this should be in Multi-Stream mode, due to this driver not programmed for W510). However, the volume of the internal speaker will be reduced by half if an external speakers/headphone is plugged.
    2. The sound quality is improved (tested with internal speakers).
    3. Solved Irregular Volume Problems.
    Drawback of using this driver
    1. Using Multi-Stream mode in this case would not enables you to use both internal speakers and external speakers/headphone simultaneously. However it would just make your internal speaker to be louder. External speaker/headphone would not work if Multi-Stream mode is selected.
    2. Custom EQ is not usable, if used, only the right channel of internal speaker, external speaker/headphone would work, and the sound quality will be like a spoilt radio.
    3. Only Voice (VoIP) EQ is optimized for external speaker/headphone. Using Off, Jazz, Dance or Concert EQ would make you feel that the vocal (singer's voice) is diffused, blurred like excessive 3D effects.
    4. Even if any preloaded EQ is selected, after system has been restarted, the selected EQ would still be saved, but the band (31Hz - 16KHz would be changed back to Off EQ) It is ok as it just affects the graphics, not the sound.
    I know that Forum Administrators, Lenovo Staff, Community Moderators, Gurus and Volunteered Moderators/Users would be surfing around and looking for new post. Please take a look and leave a post or PM to me, thank you very much.
    It is alright if Lenovo don't think that there is any problems regarding the sound in W510. However, I do believe most users/owners of W510 would appreciate if the sound system could be further improved through a better driver or new revision of hardware to something like a T400 standards or something. Some users would spent so much $ just to get all-in-a-box solution and would not want to invest further just for a external card to sacrifice portability and use more $. Finally, I still do believe that W510 audio problems can be resolved.
    Best Regards
    Peter

    Hi ckhordiasma
    Thanks for reviving ths old thread. How about trying Dolby drivers? It sounds great and could possibly resolve those issues without going through too much troubleshooting.
    The link is under my signature.
    Hope it helps!
    Happy 2012! 
    Peter
    W520 (4284-A99)
    Does someone’s post help you? Give them kudos as a reward, as they will do better to improve | Mark it as solved if the solution works for you, so it could be reference for others in the future 
    =====================================
    Sound Enthusiast and Enhancement (Post comments, share mixes, etc.)
    http://forums.lenovo.com/t5/General-Discussion/Dolby-Home-Theater-v4-for-most-Lenovo-Laptops/td-p/62...

  • Help me to make this workaround for dbms_output buffer(6502) problem click.

    Hi,
    what i am trying is to store multiline records into single variable. Say ename||'---'||empno||chr(10) ( chr(10) fro newline) from table emp into variable x. On outputting x o/p should be
    dbms_output.put_line(x)
    o/p to be :-
    scott---7306
    smith---7406
    continued like that.
    dbms_output.put_line( ) has buffer size of 255 so if more records x will not be displayed. value error will be there. for solution what i tried is to substring x again and again and display substring there and then.
    Here is my code :-
    declare
    x varchar2(4000);
    y varchar2(100);
    y1 varchar2(100);
    i number;
    j number :=1;
    k number;
    cursor c is select ename||'----'||empno||chr(10) from emp;
    begin
    open c;
    loop -- for all records to be in multiline manner in a single var
    fetch c into y ;
    exit when c%notfound;
    x:=x||y;
    end loop;
    close c;
    i:=instr(x,chr(10),1,1); -- initialise i with position of first appearance of chr(10)
    k:=2; -- i initialise it 2 so as to find second appearance of chr(10) in the loop
    loop -- this loop for outputting using substr
    y1:=substr(x,j,i); --- getting the first record say smith--7306 like that
    -- dbms_output.put_line(i);
    dbms_output.put_line(y1);
    j:=i+1; --- position from which next string to be extracted
    i:=instr(x,chr(10),1,k)-i; -- length of next appearance of chr(10)
    k:=k+1; -- incrementing for next chr(10)
    exit when(i<=0); -- instr returns 0 when chr(10) not found so exit
    end loop;
    end;
    desired output :-
    smith--7234
    scott--7321
    john--7431
    jack--7921
    output i am getting is like :-
    smith--7234
    scott--7321
    scott--7321
    john--7431
    john--7431
    jack--7921
    Not on expected lines. please help to correct this code.
    regards ravi.

    Is this not what you want?
    SQL>declare
      2     cursor c1 is select ename||'----'||empno details
      3                  from emp;
      4  begin
      5     for r1 in c1 loop
      6        dbms_output.put_line(r1.details);
      7     end loop;
      8  end;
      9  /
    KING      ----7839
    BLAKE     ----7698
    CLARK     ----7782
    JONES     ----7566
    MARTIN    ----7654
    ALLEN     ----7499
    TURNER    ----7844
    JAMES     ----7900
    WARD      ----7521
    FORD      ----7902
    SMITH     ----7369
    SCOTT     ----7788
    ADAMS     ----7876
    MILLER    ----7934
    KING      ----8888
    ADAMS     ----9999
    PL/SQL procedure successfully completed.
    SQL>Why do you need chr(10) again?
    Cheers
    Sarma.

  • IE Active Content + Dynamically Loaded Swfs...any help?

    Hi,
    I've recently become aware of the whole IE active content
    problem and I followed the tutorial at
    http://activecontent.blogspot.com/
    to adjust my html files accordingly. However I have one site
    located at:
    http://www.mrdodson.com/SavannahSucks/SavannahSucks.html
    which loads several swfs dynamically. However in IE none of the
    swfs will start loading until you click on one of the markers
    which, unfortunately locks the user into a zoomed in view with no
    way of exiting until the external file finishes loading. Can anyone
    provide any suggestion on how I can get around this? Should I load
    the clips in a different fashion or can it be resolved by adding
    something to the HTML? I'm a recent grad trying to finish up my
    portfolio and this is really holding me back. Many thanks for any
    suggestions.
    -Rob

    please if anyone knows anything i would really appreciate it.
    i can't send my portfolio out until i fix this one thing so pretty
    much my life is on hold until i can resolve this.

  • Active Content - a different approach

    I've looked around the forums and the internet and have found
    some javascript code examples on how to get around the old Active
    Content problem where you have to click to activate the Flash file.
    But I don't see anything I recognize.
    I'm fairly new to Flash, and the way I posted these swf to a
    website before was to insert some goofy old code that everyone used
    before this active content headache.
    Part of theat old code simply had an obvious place to put the
    location and file name of the swf in there. So all I did each time
    was copy the code and paste in the name of my file and the
    different http//: location I was hosting it at.
    This is important because I have access to store a file on
    my company site and to mess about on the webpage using HTML through
    a silly little dashboard-type deal they allow us to use - but I
    don't have the ability to store all of the wbpage content in the
    same place. I have to host some of it somehwere else.
    But with all the new javascript code examples, I don't see
    where to insert the file name AND the location of the outside
    location where I'm hosting it. There's no simple "
    http://" to replace. I tried it anyway and
    nothing happened. I suspect that the swf file has to be saved in
    the same file folder on the server as the page you want it to
    appear on, if that makes sense.
    In other words, am I correct in assuming that by using a
    back-end HTMl editor on the site and hosting the actual swf file in
    a totally different location that this javascript method probably
    won't work?
    I've got no problems in Dreamweaver on my own personal
    website, but I don't have access to change the webpage on the
    company site on that type of scale. I can only much about with the
    HTML.
    Looking at the source code of the company webpage it does
    appear that someone has put in the script for the javascript deal
    to be activated.

    Here's the old code:
    <center>
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    width="545.4" height="59" id="worldtime" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="
    http://images.blahblahblah.com/myFlashfile.swf"
    />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <embed src="
    http://images.blahblahblah.com/myFlashfile.swf"
    quality="high" bgcolor="#ffffff"
    width="545.4" height="59" name="worldtime" align="middle"
    allowScriptAccess="sameDomain"
    type="application/x-shockwave-flash" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    All I ever do is replace the "
    http://images.blahblahblah.com/myFlashfile.swf"
    with wherever the Flash file lives when I use the code again.
    I'm not sure how to translate this into any of the javascript
    examples.

  • Support for FP 11+ content?

    I realize that the embedded player is locked at version 10.3, is there a workaround for embedding RMA content which requires Flash Player 11 in a PDF document? 

    No - the embedded copy of Flash Player takes priority over any externally-installed copy and for security reasons there's no way to target the external player from an RMA. You'll have to wait for the updates to reach that build, but I'd be wary of deploying a PDF that requires FP11 as many people won't necessarily keep Acrobat or Adobe Reader fully-updated. Your Actionscript will need to fail gracefully.

  • Active Content Issue

    http://clerccenter.gallaudet.edu/temp/various-flash-tests/flash-fix-test.html
    hi - go to the above. i followed the instructions and info
    from other postings and am able to get an HTML page generated by
    Flash to take care of that IE browser active content problem.
    http://clerccenter.gallaudet.edu/temp/various-flash-tests/fix-embedded.html
    then go to the above link. this is the SWF file placed onto a
    blank HTML page with Dreamweaver. Obviously, the active content fix
    does not work now. so my question is how do i get this to work when
    i want to place flash content on my page through using DW?
    I read somewhere that i may need to link up the JS file. can
    someone help me with that? PS - i'm not good with writing JS code.
    thanks.

    Deaf Mike,
    > I read somewhere that i may need to link up the JS file.
    can
    > someone help me with that? PS - i'm not good with
    writing
    > JS code.
    The IE Active Content issue is a pretty popular one lately,
    as you can
    imagine. The easiest, most convenient solution I know of is
    to use a tiny
    JavaScript application called FlashObject. -- Scratch that. I
    just learned
    that the developer felt compelled by Adobe to change the name
    of his free
    product to SWFObject. (Sigh.) Okay, so it's SWFObject, then.
    And a
    beautiful piece of code it is. Give it a shot, Mike. Very
    easy to use.
    But if you have questions, write back.
    http://blog.deconcept.com/swfobject/
    David
    stiller (at) quip (dot) net
    Dev essays:
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Workaround? - Using Interpret Footage AME renders active content only for original movie length

    I submitted a bug on this behavior, but I am hoping that someone has found a workaround or maybe I am just using Interpret Footage incorrectly.
    Here is the problem:
    1. Import 20 second long 23.976fps source file into AME
    2. Right-click item in Queue and choose Interpret Footage
    3. Choose "Assume this frame rate:" and set to 18fps - Duration will update as expected to 0:00:26;19
    Results:
    Output file will have correctly re-timed active content up to 0:00:20;00 and then hold that frame (which correctly corresponds to 0:00:15;00 from the source file) to the end of the file at 0:00:26;18
    Expected results:
    Output file should contain the full content of the source file re-timed for the new duration.
    NOTE: This behavior will also be apparent in the Export settings Preview window prior to encoding.
    Mac OSX 10.7.5
    AME: 6.0.2.81 (64-bit)

    We are actually generating the files ourselves and keeping them 23.976fps (or 25fps for PAL-country clients). We're interpreting the incoming 23.976fps file as 18fps because that is the speed at which it was shot. Super-8 sound film like most other sound film was 'supposed' to be shot / projected at 24fps, but many shooters used 18fps to get more time out of a 50-foot camera load. Our company provides 24p (or 25p) files to clients, and in addition to providing 1 to 1 representations of their film at 23.976fps, we also provide 24p files with duplicate frames inserted so they are easy to work with in NLEs, yet approximate the correct motion for material that was shot at 12, 14, 16, 18 or 20 fps. Our Apple Compressor workflow works great for the 90+% of material that is silent or is sound film shot at 24fps. We would experiment with moving the entire speed-correction workflow to AME if it solved the 18in24 sound problem, and it _almost_ does. The behavior I described is obviously a bug and not 'works as intended' - it will then be a question of whether such an outside use case gets any attention. If I can come up with another use case that would be more popular, then I might get more visibility for the bug. I suppose that some may wish to batch out 24p files from 25p files using the same technique. That is, throw a pile of 25p files into AME, interpret them as 23.976 and write them out to 24p files. I would expect that the last 4% of those files would show a freeze frame...
    Message was edited by: buckbito - typo fix

  • Is there a workaround for the Safari "clickable hidden content" bug?

    Hi,
    I'm encountering a bug in Safari where hidden content (non-visible content hidden with the CSS attribute overflow:hidden) to be clickable. I did some googling and found other people who are having this same problem:
    http://www.dmxzone.com/forum/go/?35908
    http://archivist.incutio.com/viewlist/css-discuss/76660
    http://lists.macosforge.org/pipermail/webkit-dev/2005-November/000496.html
    But no one seems to have a workaround for this. The last post contains a reply by an Apple developer saying he checked in a bug fix for this, but his reply was posted two years ago and I'm still seeing the problem.
    Does anyone know of a workaround for this? Hacks or kludges welcome.
    Cheers,
    -bri
    Message was edited by: omega-

    Hi
    As Safari uses the WebKit structure, you may find an answer to your question at the FreeNode Network. You may also find help at the WebKit Open Source Project.

  • 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

  • Workaround for the Fade/Appear blocky text problem in IE

    Just wanted to share with folks a workaround for the IE
    "blocky text" problem that you see when using Fade effects like the
    one used in this example:
    http://labs.adobe.com/technologies/spry/samples/data_region/DetailRegionEffectsSample.html
    It turns out if you set the 'background' CSS property on the
    element you are fading, that IE properly renders the text. So to
    fix the effects sample above, all you would have to do is modify
    this CSS rule in the file to place a background color on the
    description region to get things to look good in IE:
    #description {
    opacity: 0;
    filter: alpha(opacity=0);
    background: white;
    So if folks have been avoiding the use of effects because it
    makes things look terrible in IE, you now have a workaround.
    --== Kin ==--

    I was using spry's AppearFade effect to transition between
    "slides" in what equates to a viewstack that I created.
    Then I noticed that it would take bold text in IE and make it
    look all smudgy or blurry.
    Well, after working on it for a while, I got to thinking,
    "This problem is specific to text rendered in MicroSofts
    browser"... "Hmmm, I wonder".
    So, I tried using this style rule: [ font-family:"MS Sans
    Serif",Arial, Geneva, sans-serif; ].
    Lo and behold, feed the stupid MS browser an MS font and it
    does not blur the text.
    I just wanted to get this our there. Because someone might
    want to solve this in a way where they don't have to set a
    background color...

  • We now use Acrobat xi for special active forms we created that include certifications and signature fields, some of the forms are programmed to create other forms, will we have a problem upgrading to DC

    We now use Acrobat xi for special active forms we created that include certifications and signature fields, some of the forms are programmed to create other forms, will we have a problem upgrading to DC
    Our users use a form template to create other adobe forms with calculated fields, signature fields (using digital signatures)
    , and buttons. Will we be able to continue developing these forms if we upgrade to Acrobat DC?

    Hi Alex ,
    In general ,you would not have any issues and problems moving to Acrobat DC .It has a different user interface and with more enhanced features .
    You would be able to develop the kind of forms you are referring to .
    You could refer to the following document to get more information about Acrobat DC .
    FAQ | Adobe Acrobat DC
    If in case you are referring to any particular issue or problem or if you face any regarding Acrobat DC ,we are always here to help you with that .
    Please feel free to write us back .
    Regards
    Sukrit Dhingra

  • Better workaround for the whine problem

    I have discovered a workaround for the commonly reported electronic whine in the MacBook Pro.
    As most will know, if you open PhotoBooth and run it in the background it will get rid of the whine. I also noticed that the same worked in ANY application that uses the iSight.
    So, looking around the Apple website for widgets I stumbled across this . . . .
    http://www.apple.com/downloads/dashboard/webcams/mirror.html
    It solves the problem!!!!! Runs in the background, in the Dashboard, takes up no resources also!!
    Regards,
    Tom

    Didn't read that whole thread on the issue did you?
    It also kills your battery life.
    The issue I don't believe is related to the CPU directly but is related to the overall power drain on the system..it seems anything that causes the system to use more power 'solves' the problem.

Maybe you are looking for

  • Datasource error- while activating it- warnings occured

    Hi experts, I'm using the standard BC datasource 3FI_SL_7R to load the data into the cubes 0rtl_c01 & 0rtl_c03. while activating the data source in the R/3 the system displayed the below warnings: "Generating DataSource 3FI_SL_7R" "Delta process ABR

  • Remote access VPN not working

    Hi all i am bad at configuring the Remote Access VPN --- please help me on this . i use 3des & AES we dont have the license i have tried using "sysopt connection permit-vpn" I have tried using both "same-security-traffic permit inter-interface"  && 

  • Substitute Text in Invoice to Payment Document.

    Hi Experts ! We have a requirement to create a substitution rule for getting Text (SGTXT) from the line item of the Invoice Document (DR) into the line item of the Incoming Payment Document (DZ). What should be the Prerequistie and check and also wou

  • SCOM startup console dashboard view

    Hi! I'm testing the SCOM console with the /Viewname: parameter when I start the SCOM console, to get the correct console view directly. This is something that the customers asking for. Most of the time we use dashboard to get the correct overview scr

  • Windows 8.1 compatability

    I have Windows 8.1 and using Adobe Elements 12.   Can I install Adobe Premiere Elements 10?    Are they compatible please?