Mark of the web

I intially thought that it was my computer that had a problem
until clients gave feed-back that they were getting the same
problem.
This is the pb:
when I include the mark of the web on the webhelp output (or
webhelp pro), when the help system opens the following error
message is systematically displayed:
"A runtime Error has occured.
Do you wish to Debug?
Line: 225
Error: Access is denied"
After a bit of debugging, it seems it the WHUTILS.JS file
that is affected. Apparently the msxml3.dll cannot be accessed and
that generated the error.
I tried all the possible fixes from the net for msxml3.dll,
and nothing seems to be giving me a solution.
I am working with XP SP2 with IE7 browser and using RH6.
Any ideas?
Many thanks,
Chris

Hi Peter,
Thanks for your reply. I sort of recall having this
conversation with you a while ago. Indeed I realise that webhelp
and webhelp pro outputs are different in nature: I use the webhelp
output to place the local help system on the disk that we deliver
to the client and place the webhelp pro output on the server with
the RoboHelp server for our customer support site.
Both outputs are compiled in clearly distinct folders and
there is no overlapping between the two.
The reason why I mentionned both outputs is because I am
getting the same type of pb with the same symptoms when adding the
mark of the web. Naturally, for the webhelp pro this does not
matter as I do not add the mark of the web for server based help
(which makes me wonder why Adobe has added this option for this
output and more importantly, why it is selected by default) but
just mentionned in order to indicate that this is not specific to
the webhelp output.
This said, my point was that when adding the mark of the web
option, I get the error described above whereas when it is not
added, everything works fine (apart from the fact that the active
content is blocked and the user has to explicitely allow active
content to be displayed). Therefore it seems that the inclusion of
this option is generating some type of error and I hoped that
perhaps someone else had encountered it and found a workaround as I
am unable to find a viable solution to this.
-Chris

Similar Messages

  • Mark of the web/template problem

    I created three Dreamweaver Templates for my site. I inserted the mark of the web code to each template to allow me to test and preview pages without the pop-up messages. All of my pages are about done and some pages using spry and SWF files weren't previewing properly in IE so I decided that it was time to remove the mark of the web code from the templates. As soon as I tried doing this I got a message about data outside the HTML tag and if I continue changes to pages based on this template will not occur unless you insert the following code <!--TemplateInfo CodeOutsideHTMLisLocked="true"-->.
    So I hit continue. I got a couple of other error messages telling me I did something wrong. I went back into my template and typed in the code Dreamweaver told me to enter. I saved the template and got some more errors. I didn't think to copy it all down at the time. So after all these nasty messages I'm not sure what's happened. So I make some changes to a horizontal spry menu and hit save. I get some more error messages about the changes will not affect pages based on the template. I have to cancel out of a couple of error dialog boxes. I load a few pages that were based on the template and see that none of the changes that I made to the spry menu on the template are reflected on the html pages created from the template.
    So I go into the template and try deleting all references to the mark of the web code. Then I try changing the CodeOutsideHTMLisLocked="true"--> to "false." That didn't work. Then I tried deleting the entire line <!--TemplateIinfo CodeOutsideHTMLisLocked="true"--> thinking that if I just got rid of all of it that it would fix my problem. No such luck.
    So now I start searching online for answers and I see some things about attaching and detaching templates. Okay, so maybe if I detach the template and then re-attach it everything will update. When I follow the instructions to do this I learn that the page is no longer attached to a template. That would explain why my changes in the template aren't updating the other pages. So then I try re-attaching the template. I open the assets panel, click on templates, select the template, and then click apply. Nothing. It won't let me attach a template. Template properties shows no template properties available.
    Here is some of the code from of a page based on the template two_column.dwt
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/two_column.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="document_info" -->
    <title>ONA</title>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <meta name="Description" content="This page contains images of some of the former employes of Overseas National Airways." />
    You can't see it the code I pasted but everything after 1999/xhtml is grayed out and you can't edit it.
    So now I'm totally confused and have no idea what I need to do to straighten this mess out.

    I thought I'd update this discussion and close it out. The reason why my pages weren't updating was because I
    was using a template improperly. I had made the menu editable, which you're not supposed to do. The whole mark of the web issue was unrelated to my problem.

  • Issue with Mark of the Web, PDFs, and merged WebHelp

    I'm sure this has come up before, but I can't locate the definitive answer.
    I am using RH8 and have a merged WebHelp system containing a parent projects and 10 or so child projects.  Previously, when I generated the WebHelp projects, I selected the Mark of the Web check box for the parent and all the children. Everything seemed to work fine.
    Now, I've been asked to create a new child project with links to a large number of PDF files. After reviewing the documents on this forum, I realized I needed to (1) unselect Mark of the Web to see the PDFs in the generated output and (2) change my IE settings to Allow Active Content to Run from Files on PC. Unfortunately, while I can now see PDFs just fine, my merged help is no longer working correctly--the link from the parent topic to a project generated w/o Mark of the Web no longer works. That is:
    If Mark of Web selected:
         PDFs don't work
         merged help does
    If Mark of Web not selected:
         PDFs work
         merged help does not
    How can I make everything work?
    Thanks.

    Are you testing locally?
    Have you tried after publishing to the server? If not do so as that will likely make the difference.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Mark of the Web and Explorer stupidity

    So, we are working on a very clever little program that acts as a browser independent bookmark util, and strips Google's tracking data.  It's not a screen scraper.  It's a bookmark utility.
    It can also download images to local files.
    As a browser independent util, bookmarks are written to html pages.  We want an OnClick open in new window aspect.  This is to reduce the number of opened browser pages\tabs and also to allow an easily returnable window handle to the Window that we
    open for the bookmarks.
    Works great with FF and Chrome and older IE.  Newer IE on Win Vista 8.x does not open in new window.  Opens links in tabs which (as we all know do not adhere to Microsft's Windows Hierachy Rules) so we can't use the db app to find the originating
    Window, and therefore have to open a new one on the next Open Bookmarks call.  hwnd values do not work with tabbed browsers, so don't suggest that.  Neither does inspecting every running process for the process thread and backtracking, so again,
    no lame ass responses, please.
    If we add the poorly documented Mark of the Web tag to the page, then yes, we can open pages or images on the web in a new window.  BUT, not locally stored files even with fully formed paths.
    This is ridiculous.
    In other words, an image on a site that may be compromised is now 'secure' using MotW, but a local file is not?
    What moron at Microsoft thought this made sense?  How the hell do you justify locking down a local file but leaving a web based one exposed?  MSIE's security protocols get more ridiculous with every new wet behind the ears hire kid that you bring
    on board.  You guys apparently are big on rules that have zero real world application value.
    Explain, please, (without the bullshit icacls Dos cmd run as admin), how a user is allowed to link to file on their own computer's hard drive, which I may add, they paid for - you did not - especially when we have, on download, checked the correct file sig,
    to make sure it is valid.
    As it stands, we are thinking that we should just give up on fixing IE's constant issues and just advise users to install FF.
    I await answers that are competent.

    I appreciate the offer to help, Rob, but this has nothing whatsoever to do with domains, pop-up blocker settings or anything of such a basic nature.  Neither is this about css or scripting.  It is about Microsoft's stupidity pure and simple. 
    And, btw, I am a pro.
    However, I have now resolved the issue to large extent, and am happy to report that I can now use code to elevate permissions at will.  I can also now hide content in files, including hiding binaries in simple text files.  If Microsoft were not so
    dumb, I wouldn't now know all this or have a need to know.
    Here's something for you to ponder, assuming of course that you are a professional.
    Create an htm page, with a link  to link to say a text file or image file that you created.  (So you created both the htm and the target file).
    You want the target to open in a new window.  Not a new tab.  You want the new window to be re-usable. So you add a simple OnClick - New Window instruction to the href.
    MSIE freaks out when it sees the Onclick instruction and delivers a restricted Script/Active-X message.
    There are no script <> tags on the htm page - they are not needed, and there are no active-x controls.
    This is a local page, not on a domain, not on the web.  
    If we tell MSIE to allow, it will open the page but ignore the new window instruction.  (and of course, when we reload the page, we go through the same bull-crap again).
    So we find that we have to add the bogus Mark of the Web tag.  We do that and now the links do NOTHING.  No error message, no explanation.  Just NOTHING.
    We find that we need to either add a Low Security specifier via icacls or use an Alternate Data Stream to add hidden clandestine values.  If we use ADS, simply using the local Intranet zone, it fails.  So, we have to pretend the file was from the
    web, even though it was created locally and add an ADS to that effect.
    All of this, just to link to a file that i created, on my PC.
    The problem is that MSIE recognizes MOTW for the Onclick, but not for link handling.  Very Dumb.
    Since MS are strong advocates of ADS, why does MSIE not just write an ADS tag to say 'user says this file is okay'.  Or, even obey their own rules for MOTW.  Very Freakin Dumb and lazy coding.
    So, because I had to jump through hoops and learn about crap I had no interest in, for something this simple, I now know how to do lots of stuff that some may consider dangerous, although it never occurred to me before.  This has been a constant theme
    with Microsoft.  I learn more about how to hack a system than comply, simply coz MS is lame with documenting or does something as dumb as this.
    So, thanks for the response, I have it handled.  Although I saw about 30 questions from non pros asking why their picture of little timmy won't open, and am sure it has to do with hidden ADS and permissions, I just love how nearly every response from an
    mvp is to reinstall msie. 
    Years ago I used to participate in ms security & db forums.  Never ceased to amaze me how mvp types would always have people reinstall everything.   Is that the first thing they teach in MVP school?
    btw, as far adding a local folder to local intranet zone, can't be done.  Of course it does not help that the little MSIE dialog is wrong with their examples, and has been for at least a decade.
    Regards,
    Gary

  • HTML5 and 'Mark of the web'

    Are there any plans to add a 'Mark of the web' option for Responsible HTML5? Without it, end users using Microsoft Internet Explorer must set a security option to 'Allow active content to run on My Computer.' I know alternatives are to use Chrome or host the Help system (or ask end user to set up a web server in which to host the Help system), but neither of these workarounds are options at the present time. Thanks for any help you can provide.

    If you go to the index page of your output and edit it with notepad you can manually add the MOTW.  Mark up is shown below.
      <!-- saved from url=(0014)about:internet -->
    It is a time saving device for when you are not loading the content from a website.  When loading from a website the browser can see where it is coming from.  When running it off your local hard drive the browser cannot see a URL and blocks the content.  MOTW is placing an instruction into the web page telling the browser it is from the internet.  I have exactly the same issue when using other Authoring tools so use this when I want to test on IE.  Other browsers do not require this mark up. 
    Regards
    Dee

  • Generate fails with Mark of the Web

    Warning new Rh user
    With that disclaimer out of the way maybe someone can help me
    figure out this problem. It isn't critical. I am actually running a
    trial version of Rh7 on an offline laptop and using a tutorial
    document to try and learn the tool.
    The laptop is using IE7. One of the scenarios is to generate
    WebHelp SSL with and without the 'mark of the web' setting.
    When the setting is unchecked I receive the warning about
    scripts and ActiveX, but my Help content is displayed and I can
    navigate through it.
    However when I check the 'mark of the web' option and
    generate my SSL even though the warning no longer is displayed I
    only see my default topic and no other content. The tabs (Content,
    Index, Search) display but do not have any content or function. I'd
    appreciate any help or guidance.

    Well Peter the result is the same (no content) but I do
    receive a different message stating my security setting do not
    allow websites to use ActiveX controls installed on this computer.
    I guess I can go back and talk to my MIS folks.
    Thanks

  • AWP and "Mark Of The Web"

    I'm trying to add the "mark of the web" to the pages that run
    the web player and it causes the web player not to run for me. All
    I get is an outline box where the player should be. If I take that
    code out, it works as normal. Any ideas?

    > I'm trying to add the "mark of the web" to the pages
    that run the web
    > player
    > and it causes the web player not to run for me. All I
    get is an outline
    > box
    > where the player should be. If I take that code out, it
    works as normal.
    > Any
    > ideas?
    >
    I never found that useful for Authorware content.
    What problem are you trying to fix by using this?
    Steve
    EuroTAAC eLearning 2007
    http://www.eurotaac.com
    Adobe Community Expert: Authorware, Flash Mobile and Devices
    My blog -
    http://stevehoward.blogspot.com/
    Authorware tips -
    http://www.tomorrows-key.com

  • Mark of the Web Question

    Can someone please clarify something on the new Mark of the
    Web option on WebHelp output in RH6? Even though the option is
    available when generating WebHelp output, the resulting output does
    not appear any different than it did with RH X5 for the same
    project (and still does not work with our VB app on a local machine
    when the Active X security option is turned off). Now I see the
    What's New in This Release topic in the RH6 help file lists WebHelp
    Pro, FlashHelp, and FlashHelp Pro as the layouts that support Mark
    of the Web. No WebHelp. So does Mark of the Web work for WebHelp or
    not? Do I have to change my output to WebHelp Pro to get mark of
    the web? If so, what other implications are there for switching
    from WebHelp to WebHelp Pro? Does this mean I have to buy RH6
    Server instead of plain RH6?
    Sorry to be freaking out, but this is not what I
    expected. Thanks!

    Since we are speaking of the WOM feature, I am having some
    diffculties with this feature too but with totally different
    symptoms and ouput:
    It is the Webhelp pro output that is causing me a headache:
    when I add this feature and the web app calls on the help using an
    online webhelp pro call (
    http://server/roboAPI.asp?project=projectname
    or
    http://server/roboAPI.asp?project=projectname&context=ID>context)
    the help page fails to load. Just a white htm page and exporer 7
    seems to be lost and confused... Any ideas?

  • Mark of the Web and X5

    Hopefully a quick and easy one. What's the best way to add
    the MOTW to an X5 WebHelp project?

    Hi Paul
    Unfortunately this one is not easy. Nor is it possible to
    achieve easily. I've tried many times with mostly no success. The
    fact you are concerned with MOTW seems to imply that you are
    planning on delivering WebHelp output that will be run from local
    desktops? If so, what made you choose WebHelp over compiled .CHM?
    I'm not criticizing, just curious.
    Cheers... Rick

  • SSL VPN message "This (client) machine does not have the web access privilege."

    Hello!
    I am trying to configure the SSL VPN (WebVPN) and I am almost done but when clicking on the URL's I configured in the bookmarks, I get the message "This (client) machine does not have the web access privilege. Please contact your SSLVPN provider for assistance." I looked through the many tutorials and guides in existence and none talks about such error and the fix for it. In fact, if I search the net for this error message I get only one match, in the Cisco website, where is say that "The client computer does not meet the security criteria of having web access functionality through the SSL VPN gateway." and as fix it gave this tip "Check the URL to the gateway or contact the administrator if it persists." So, nothing on the website about what this issue is and how to fix it. I will provide my IOS configuration and hopefully someone will spot the issue. Here it goes:
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname R1
    boot-start-marker
    boot-end-marker
    logging message-counter syslog
    no logging buffered
    enable secret 5 $1$1LLX$u7aTc8XfNqPZhPVGwEF/J0
    enable password xxxxxxxx
    aaa new-model
    aaa authentication login userAuthen local
    aaa authentication login sdm_vpn_xauth_ml_1 local
    aaa authorization network groupauthor local
    aaa session-id common
    crypto pki trustpoint TP-self-signed-1279712955
    enrollment selfsigned
    subject-name cn=IOS-Self-Signed-Certificate-1279712955
    revocation-check none
    rsakeypair TP-self-signed-1279712955
    crypto pki certificate chain TP-self-signed-1279712955
    certificate self-signed 01
      3082023A 308201A3 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
      31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
      69666963 6174652D 31323739 37313239 3535301E 170D3130 30333233 31313030
      33375A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
      4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 32373937
      31323935 3530819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
      8100A8EF 34E3E792 36660498 9801F934 E8A41865 3599EA35 B073AC91 D7A53AF4
      A4390D2F CB3DB2DE 936B28F0 A25F3CE1 6F40FD9E E79096F2 F89620E0 B31A7B34
      649BBA22 AE44CB55 9F38BF0C 2F2770CF 8380C167 C17D760C 380E28E4 FF7D6874
      9EFC310A 2AA60835 F1AA384F CD1A0173 19C98192 EBFBD531 24CB9203 EA9E7D54
      B2C30203 010001A3 62306030 0F060355 1D130101 FF040530 030101FF 300D0603
      551D1104 06300482 02523130 1F060355 1D230418 30168014 0D9D62EC DA77EAF3
      11ABF64D 933633F9 2BA362DC 301D0603 551D0E04 1604140D 9D62ECDA 77EAF311
      ABF64D93 3633F92B A362DC30 0D06092A 864886F7 0D010104 05000381 81006853
      48ED4E3E 5721C653 D9A2547C 36E4F0CB A6764B29 9AFFD30A 1B382C8C C6FDAA55
      265BCF6C 51023F5D 4AF6E177 C76C4560 57DE5259 40DE4254 E79B3E13 ABD0A78D
      7E0B623A 0F2D9C01 E72EF37D 5BAB72FF 65A176A1 E3709758 0229A66B 510F9AA2
      495CBB4B 2CD721A7 D6F6EB43 65538BE6 B45550D7 A80A4504 E529D092 73CD
       quit
    dot11 syslog
    ip source-route
    ip dhcp excluded-address 192.168.0.1 192.168.0.10
    ip dhcp pool myPOOL
       network 192.168.0.0 255.255.255.0
       default-router 192.168.0.1
       dns-server 87.216.1.65 87.216.1.66
    ip cef
    ip name-server 87.216.1.65
    ip name-server 87.216.1.66
    ip ddns update method mydyndnsupdate
    HTTP
      add http://username:[email protected]/nic/update?system=dyndns&hostname=<h>&myip=<a>
    interval maximum 1 0 0 0
    no ipv6 cef
    multilink bundle-name authenticated
    vpdn enable
    vpdn-group pppoe
    request-dialin
      protocol pppoe
    username cisco privilege 15 password 0 xxxxxxxx
    crypto isakmp policy 3
    encr 3des
    authentication pre-share
    group 2
    crypto isakmp fragmentation
    crypto isakmp client configuration group vpnclient
    key cisco123
    domain selfip.net
    pool ippool
    acl 110
    crypto ipsec transform-set myset esp-3des esp-md5-hmac
    crypto dynamic-map dynmap 10
    set transform-set myset
    reverse-route
    crypto map clientmap client authentication list userAuthen
    crypto map clientmap isakmp authorization list groupauthor
    crypto map clientmap client configuration address respond
    crypto map clientmap 10 ipsec-isakmp dynamic dynmap
    archive
    log config
      hidekeys
    interface Loopback0
    ip address 10.11.0.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    interface Loopback2
    description SSL VPN Website IP address
    ip address 10.10.10.1 255.255.255.0
    interface Loopback1
    description SSL DHCP Pool Gateway Address
    ip address 192.168.250.1 255.255.255.0
    interface FastEthernet0
    description $ES_LAN$
    ip address 192.168.0.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    duplex auto
    speed auto
    interface BRI0
    no ip address
    encapsulation hdlc
    shutdown
    interface FastEthernet1
    interface FastEthernet2
    switchport access vlan 2
    interface FastEthernet3
    interface FastEthernet4
    interface FastEthernet5
    interface FastEthernet6
    interface FastEthernet7
    interface FastEthernet8
    interface ATM0
    no ip address
    no atm ilmi-keepalive
    pvc 8/35
      encapsulation aal5mux ppp dialer
      dialer pool-member 1
    bundle-enable
    dsl operating-mode auto
    interface Vlan1
    no ip address
    interface Dialer1
    ip ddns update hostname myserver.selfip.net
    ip ddns update mydyndnsupdate host members.dyndns.org
    ip address negotiated
    ip nat outside
    ip virtual-reassembly
    encapsulation ppp
    ip policy route-map VPN-Client
    dialer pool 1
    ppp chap hostname xxx
    ppp chap password 0 xxxx
    ppp pap sent-username xxx password 0 xxxx
    crypto map clientmap
    ip local pool ippool 192.168.50.100 192.168.50.200
    ip local pool sslvpnpool 192.168.250.2 192.168.250.100
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 Dialer1
    ip http server
    ip http authentication local
    ip http secure-server
    ip nat inside source static tcp 192.168.0.2 21 interface Dialer1 790
    ip nat inside source static tcp 192.168.0.15 21 interface Dialer1 789
    ip nat inside source list 102 interface Dialer1 overload
    ip nat inside source static tcp 10.10.10.1 443 interface Dialer1 443
    ip nat inside source static tcp 10.10.10.1 80 interface Dialer1 80
    access-list 102 deny   ip 192.168.0.0 0.0.0.255 192.168.50.0 0.0.0.255
    access-list 102 permit ip 192.168.0.0 0.0.0.255 any
    access-list 110 permit ip 192.168.0.0 0.0.0.255 192.168.50.0 0.0.0.255
    access-list 144 permit ip 192.168.50.0 0.0.0.255 any
    route-map VPN-Client permit 10
    match ip address 144
    set ip next-hop 10.11.0.2
    control-plane
    banner motd ^C
    ================================================================
                    UNAUTHORISED ACCESS IS PROHIBITED!!!
    =================================================================
    ^C
    line con 0
    line aux 0
    line vty 0 4
    password mypassword
    transport input telnet ssh
    webvpn gateway MyGateway
    ip address 10.10.10.1 port 443 
    http-redirect port 80
    ssl trustpoint TP-self-signed-1279712955
    inservice
    webvpn install svc flash:/webvpn/svc_1.pkg sequence 1
    webvpn install csd flash:/webvpn/sdesktop.pkg
    webvpn context SecureMeContext
    title "My SSL VPN Service"
    secondary-color #C0C0C0
    title-color #808080
    ssl authenticate verify all
    url-list "MyServers"
       heading "My Intranet"
       url-text "Cisco" url-value "http://192.168.0.2"
       url-text "NetGear" url-value "http://192.168.0.3"
    login-message "Welcome to My VPN"
    policy group MyDefaultPolicy
       url-list "MyServers"
       functions svc-enabled
       svc address-pool "sslvpnpool"
       svc keep-client-installed
    default-group-policy MyDefaultPolicy
    aaa authentication list userAuthen
    gateway MyGateway domain testvpn
    max-users 100
    csd enable
    inservice
    end
    Thank you!

    Hi,
    Please check SAP note:
    2004579 - You cannot create a FR company from a Package
    Thanks & Regards,
    Nagarajan

  • How to download a file from the web

    Say, a PDF.

    Hi!
    Your question is marked as a Firefox OS question which is Mozilla's own mobile operating system. Thanks for contacting Mozilla Support!
    It seems that PDFs cannot be downloaded from the web at this moment, however there are apps from the marketplace you can download to open already downloaded PDFs available on your microSD card.

  • Is it possible to reduce the web page to fit the window? Therefore loosing the need for the side bar sliders

    Although I have two screens I still need to keep my windows quite small and I was wondering if it was possible to automatically reduce the size of the web page to match the size of the available space in the window instead of having side bars sliders so if I needed to read text then I could just increase the window size and the web page would expand accordingly.

    Enable audience for that webpart. Keep users who have access to that list\library :)
    http://office.microsoft.com/en-in/sharepoint-server-help/target-content-to-specific-audiences-HA010169053.aspx
    http://office.microsoft.com/en-in/sharepoint-server-help/introduction-to-targeting-content-on-a-sharepoint-site-to-specific-audiences-HA010243222.aspx
    If this helped you resolve your issue, please mark it Answered

  • Hi I would like to know, how do I add a Hyperlink on Flash, that opens a PDF in adobe reader and not the web browser.

    Hi I would like to know, how do I add a Hyperlink on Flash, that opens a PDF in adobe reader and not the web browser.

    Yoh, what is FSCCommanr ? sorry man I am an absolute beginner in Flash. I tried the code:
    /* Click to Go to Web Page
    Clicking on the specified symbol instance loads the URL in a new browser window.
    Instructions:
    1. Replace http://www.adobe.com with the desired URL address.
       Keep the quotation marks ("").
    instance_name_here.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);
    function fl_ClickToGoToWebPage(event:MouseEvent):void {
      navigateToURL(new URLRequest("http://www.adobe.com"), "_blank");
    this is the same code I used before and it opens a pdf file in a web browser, and it doesn't open an AutoCAD file.

  • Can't print from the web

    no matter what i do i can not get any part of a web page to show up in "print preview" and therefore I can not print from the web.  Using an HP Officejet Pro L7580 All in one, running Vista 32 bit, and IE 9. Have already uninstalled and reinstalled printer, drivers, etc.  Any ideas?

    Hi there I hope you are doing well and sorry to learn that you are having this issue;
    when you reinstalled the printer did you download the latest driver,firmware from the HP site? If you did not GO HERE.
    This the main support page of your printer if you need it in the future;
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategor​y?cc=us&dlc=en&lang=en&lc=en&product=2512008&task=& 
    Please download and run the HP print and scan doctor .
    Let me know if this finds any errors, I will do my best ot help you if you need further assistance.
    Hope this helps!
    RobertoR
    remember ~▼
    You can say THANKS by clicking the KUDOS STAR. If my suggestion resolves your issue Mark as a "SOLUTION" this way others can benefit Thanks in Advance!

  • The starting quote marks at the end of a line in my epub file are separated from the words quoted.

    The starting quote marks at the end of a line in my epub file are routinely separated from the word quoted which appears on the next line. The formatting contractor accurance.com who prepared this epub file tells me that this is a feature of Adobe Digital Edition 2.0 and that there is nothing they can do to correct this. Are they correct, or else how can this problem be overcome?

    I'm not sure about buying css style sheets. 
    You don't need one for each book; if you want to have a series of books all with the same general format,
    then they should all use the same style sheet on a given device, but maybe different style sheets for different devices.
    All the books will then have one consistent look on a given device, and a different consistent look on another device.
    ADE only runs on PCs and Macs.  There are lots of different ereader software apps out there for running on different devices.
    For a dedicated device, you are stuck with the reader the device provides.
    For tablets you can download different ereader apps, for example Bluefire (my favourite, ios, Android), Aldiko (android) and DReader and DL Reader (windows RT).
    I don't know if the readers/apps are derived from the same root as ADE in any way and likely to show similar bugs.
    If it is not DRM, you should certainly try on Calibre, which is the most popular (free) ereader app for computers.
    If you care to create a very short non DRM extract (complete with css) and post it somewhere on the web I'll have a quick look.
    If you have inclination to get more involved yourself,
    there is free software called sigil (https://code.google.com/p/sigil/) that will help you get off the ground and experiment.

Maybe you are looking for

  • Output can not be issued in SapScript..

    I want to see output of outbound delivery of Packing List when I clicked print preview, i got message Output can not be issued. In output there is showing red incorrectly processed No handling units exit. For that delivery no handling units exit. I w

  • Can't find printer after removing it.

    Hello, I happen to have an HP LaserJet M1132 MFP, which was working pretty well until recently it started sending that "/usr/lib/cups/backend/hp failed" error described in the wiki. I did have dbus running, I tried running avahi-daemon, but no use. S

  • Newsstand for Yosemite?

    When will Apple do the right thing and release Newsstand for Yosemite? I thought the big hype around this new operating system waas to make information available across all ios platforms? I dont have a ipad anymore, and reading my mag subscriptions i

  • Desktop keeps freezing

    My laptop's desktop keeps freezing. All my icons become inactive and the only way I can access them is via the folders on my toolbar. Any advice? Also, my Internet explorer CONTINUALLY freezes up or takes FOREVER to load any data. I have been using G

  • Screen off while charging?

    I seem to recall a settig where you have your Incredible screen off while charging....but I cannot find it again.  Is there such a setting,or am I confusing it with something else?  If there is this setting, how can I access it?