Flash paper -explorer 7

Has any one noticed that you can not load flash paper files
in internet Explorer 7. I loved converting word documents to load
directly and it worked fine until #7. The files load if you embed
them in an html file but not directly. Has anybody else noticed the
problem and figured out a solution? I have hundreds of files out
there that are going to no longer work when people load the new
explorer.
Thanks for your help

I have the same problem. Works perfect in other browsers. But
if you click the maximize button, it opens a new popup window as it
should, but it gets a javascript error and doesn't load. Example:
http://www.justiceforvictimsaz.com/sub/forms-brochures.html
(expand the forms section). ANy help would be GREAT! if not,
guess I'll have to do the PDF thing as well. Shame Adobe doesn't
want to support a wonderful product just because it use to compete
with PDFs.

Similar Messages

  • NBM and Flash (Flash Paper)

    NW 6.5.7
    NBM 3.9.1
    ProxyCFG V30 (most current from Craig)
    when the users in our lab try and browse to the site where their e-book is
    located the area on the page where it should show the book starts black and
    then goes to white. i have found that of i disable the proxy settings in IE6
    that the page will load, and so does the book. i have so far been unable to
    figure out the cause for this odd behavior. i have unloaded and reloaded
    proxy with -cc, but the clients still cannot get to the book area.
    when the page loaded i do know that this book opens in flash paper, which i
    assume is part of Flash player.

    ok, what i see in the packet traces are a ton of TCP resets from our NBM
    server to their server, and it really looks as though the rest
    originates from the workstation (i am no packet capture analyst pro by
    no means). when i let the workstation bypass the proxy i don't see the
    resets, as a matter of fact i only seen one TCP reset in the entire
    trace when i wasn't using the proxy. i am going to try and use Firefox
    to see if it might be an internet explorer issue maybe something on the
    page causes IE to send the rest, i don't know for sure but this is very odd.
    Marc Hunter wrote:
    > We are using IE6, the only difference from when it works to when it doesn't
    > is I change the internet options to not use the HTTP proxy.
    >
    > As for the URL, it requires a login to get to, so i don't know for sure that
    > I can get a direct link to a sample. I will ask the publisher if/how I can
    > do that.
    >
    > I have them working on their end to see if something has changed, as for the
    > trace, I will be working on that today.
    >
    > One more piece of interesting information, it would appear that after I
    > unload the proxy, and then reload it I can access 1 chapter, and then after
    > that it is back to the blank screen as before. I will be working to try and
    > verify that also.
    >
    >
    > "Mysterious" <[email protected]> wrote in message
    > news:[email protected]...
    > Marc Hunter wrote:
    >> NW 6.5.7
    >> NBM 3.9.1
    >> ProxyCFG V30 (most current from Craig)
    >>
    >> when the users in our lab try and browse to the site where their e-book is
    >> located the area on the page where it should show the book starts black
    >> and
    >> then goes to white. i have found that of i disable the proxy settings in
    >> IE6
    >> that the page will load, and so does the book. i have so far been unable
    >> to
    >> figure out the cause for this odd behavior. i have unloaded and reloaded
    >> proxy with -cc, but the clients still cannot get to the book area.
    >>
    >> when the page loaded i do know that this book opens in flash paper, which
    >> i
    >> assume is part of Flash player.
    >>
    >>
    >>
    >>
    >
    > 1, ie7 or firefox works?
    > 2. Do you have a url to test?
    > 3. If not, then you will have to take a lan trace when works and when
    > fails and compare them to find out the issue.
    >
    >

  • I have just enrolled to study and my course is online. in order to view any of the course content, i need macromedia adobe flash paper to be able to read anything. Please help....

    I have just enrolled to study and my course is online. in order to view any of the course content, i need macromedia adobe flash paper to be able to read anything. Please help....

    Use a different device.
    Adobe did not develop Flash for iOS devices and has ended all Flash development for all mobile devices.
    You could try a different browser from the App store such as Skyfire or iSwifter.

  • The pdf security is not working in Flash Paper

    Is anyone facing a similar problem.
    The pdf security if applied with a passsword to select the
    text & graphics, printing, etc does not work. It selects any
    and every text in flash paper and pdf. Does anyone know how can one
    prevent to copy any text or graphics ...

    I have the same issue. My phone says the files are corrupt and they stay corrupt if I forward then from my phone. It like the phone checks for something in the PDF, when it never did before.

  • Director and Flash Paper

    Hi Adobe forums,
    I've just about putting the finishing touches together for an
    interactive CD at work using director 1.0.11. I've provided users
    with a print button that then in theory should open the
    corresponding flash paper file and then the user can just print out
    what ever he or she wants.
    Don't ask me why I used flash paper over pdf, it was
    something new and I wanted to try it out. It works fine on my
    machine but when I burn the projector and accompanying swf and xtra
    folder to cd it won't work on other machines.
    I'm guessing this is a Flash Xtra problem, but I've already
    selected Flash Assest and Flash Asset Options X32 via modify >
    movies > xtras but this doesn't seem to solve the problem. To
    handle the opening of this file I've also downloaded and installed
    BuddApi as well.
    Here's the code I use to open the swf file:
    property pFile
    global gDelimiter
    on getPropertyDescriptionList
    description = [:]
    addProp description,#pFile, \
    [#default:"test.swf", \
    #format:#string, \
    #comment:"Type the full filename to open: Example: test.swf"]
    return description
    end
    on mouseEnter me
    -- sets the cursor to the hand
    cursor 280
    end
    on mouseLeave me
    -- sets the cursor to default
    cursor -1
    end
    on mouseUp me
    --- setting the file path to go to, you need to put your
    folder name or file structure in.
    --- the moviepath is the path to the actual .exe file. So you
    just need to
    --- add the structure from that point on. In the below case
    there is a
    ---folder called "pdf_files" in the same directory as the
    .exe
    sPath = the moviePath & "swf_files" & gDelimiter
    & pFile
    --- & is simply appending each item, so it is appending
    pdf_files to the
    ---existing path, and then appending
    --- gDelimiter which is either a \ or : and then finally
    appending the name of
    ---your file
    baOpenFile(sPath, "Maximised")
    --- buddyAPI command you will have to download and install
    buddy API
    ---Xtra. It is free, do a google search for BuddyAPI and the
    site will come
    ---up, simply download the appropriate version and place in
    your Xtras
    ---folder.
    cursor -1
    end
    If anybody could point me in the right direction I would be
    very grateful.

    Thats the strange thing, at work all machines are set up the
    same way via an image ripped down to them when they are first
    configured. Part of the standard desktop image is the Flash Plugin.
    For some strange reason the .swf file isn't recognised on the
    CD. Drag the associated file to the users computer and the file is
    recognised.
    I'll give the error reporting alert a try and feedback the
    results. It might be that I just have to embed the Flash Paper
    within the Director Projector.
    If anybody else has any ideas I would be very grateful.
    yiendos

  • Adobe CS3 Pro & PDF files/Flash Paper

    I created a website in Adobe Fash CS3 Pro and I was wondering if you can insert a PDF file into a flash website or MacroMedia Flash Paper which then would be an SWF file.  If so, how can you do this.  Thank you in advance.........

    Thanks for your response, it is a mail problem, I been sendings filled form PDFs estimates for years from my Mac then yesterday I went from mountain lion to mavericks and the problem started, if I zip or move te files to any other windows or Mac computer it opens fine, the problem is when I attach it to a message in mail it attached the file blank

  • Severe issues when integrating flash paper in director

    I'm trying to integrate flash paper documents into director
    projector, but there are 2 severe problems about usability:
    1. the mouse wheel doesn't work, so i can't scroll document
    with mouse
    2. i see two cursor on document, the standard arrow cursor
    and the simulated flash paper hand cursor; it is possible to hide
    the simulated hand cursor in flash paper?
    I'm referencing to integration guidelines found at
    http://www.adobe.com/devnet/director/articles/flashpaper_in_director.html
    Please help, thanks

    quote:
    Originally posted by:
    Chunick
    if you can access a command or event in the flash paper that
    will scroll the flash paper then you can try the free scrollWheel
    Xtra that can be found here:
    http://www.mods.com.au/xtras/default.htm
    Thanks for the reply,
    i've fixed the 2#, and i've come up searching at the
    mousewheel xtra, and i've got your same idea: send to Flash Paper
    some command to force the scrolling, but it seems that such command
    doesn't exists... or maybe it is undocumented?
    Someone have more informations?

  • Flash Paper

    Hello - can anyone tell me how you set the dimensions of a
    flash paper file (.swf) when loading it into a movie? It seems to
    default at 550x400. Thanks

    You can set the dimensions of an loaded SWF easily using the
    MovieClipLoader
    class:
    var myLis = new Object();
    var mcl = new MovieClipLoader();
    myLis.onLoadInit = function(targ:MovieClip){
    targ._width = xxx;
    targ._height = yyy;
    mcl.addListener(myLis);
    mcl.loadClip("myFlashPaperFile.swf", holder);
    Dave -
    www.offroadfire.com
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Flash paper not resizing in IE

    I am loading my flashpaper in a movie clip using the standard
    code (
    http://www.adobe.com/devnet/flashpaper/articles/import_flpaper2_03.html).
    The flashpaper is located on a different subdomain than the
    swf doing the loading, so I added
    "System.security.allowDomain([flashpaper.domain.com]);"
    The flashpaper loads, but will not resize.
    I added some debugging and it looks like the
    "getIFlashPaper()" is not able to detect the flash paper.
    Works in Firefox, but not in IE.
    I wonder is this related to the 9.0.115 relase?
    Can anyone provide any info here?
    Thanks
    M=

    Did you upload this script to your server?
    AC_RunActiveContent.js
    Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com

  • Uninstall flash 9 = explorer.exe destroyed

    Hello,
    I am trying to uninstall flash 9 or update to v10 but once I uninstall it and reboot, my explorer.exe can't start anymore.
    After the Windows XP login, explorer.exe is launched but crashes within a second. Same thing if I try to launch it again with Task manager > file > new task. Same problem in Safe mode.
    I tried to repair it, reinstall it, clean the registry manually,  downgrade to IE6 or reinstall IE7 or the SP2 for XP (can't install IE8 or SP3 at work but it works on every other PC with IE7 and SP2). Nothing worked and I had to do a system restore to get my explorer back after each uninstallation...
    Any idea that could save me from a format?
    Thank you.

    Thanks for your reply!
    We installed flash 9 with the .msi package, uninstalled in add/remove, or when upgrading the v10.
    Yesterday I installed Adobe creative suite Premium 4 and got the same problem, that's why I came back and upped the post. In system restore, the restore point created during the installation was called "uninstallation of flash 9".
    Nothing in event viewer about explorer.
    Edit: If i reinstall flash 9, explorer comes back after a restart...

  • Loading Landscape PDF in flash Paper

    I am using Flash Paper to load different pdf's in flash but i
    am facing one problem that once i convert any pdf that is on
    landscape size it will rotate the pdf in swf and it looks like a4
    size so any idea how to fix it

    Bob,
    > I can embed a PDF file in an HTML table cell [...]
    > But I can't do this in Flash (unless you know
    otherwise),
    > which seems an amazing blind spot from Adobe.
    It's not really a blind spot. Adobe obviously cares about
    both
    products, and in fact, both products can be intermixed in AIR
    (Adobe
    Integrated Runtime), a separate runtime available on the
    Adobe.com site.
    There are a number of technical reasons you can't embed a
    PDF directly
    into a Flash movie. For one, Flash Player only supports a
    limited subset of
    the HTML specification -- a subset that, for better or worse,
    excludes table
    cells, and (importantly) the <embed> tag. But even more
    importantly, Flash
    Player doesn't support the Acrobat plugin. Your browser does,
    which is why
    you're able to embed a PDF into an HTML document. The browser
    can display
    the PDF because you've installed the Acrobat browser plugin
    (or ActiveX
    control). Flash Player itself has no such plugin.
    > I can achieve the same result by using Flash Paper from
    > Studio 8, but this is not included in CS3.
    If you still have Flash Paper installed, you can keep right
    on using it!
    Its output -- SWF files (that is, Flash movies) -- is 100%
    compatible with
    the tools in Creative Suite 3. Flash Paper creates SWFs that
    emulate many
    of the features of the PDF format ... but in the end, you're
    simply
    embedding another Flash movie.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • How to hide some functions in the menu bar of flash paper

    Do anyone know how to hide some functions in the menu bar of
    flash paper? As I want to show a swf file(converted from pdf) on
    the website without printing function. How can I do it?
    Also, if possible, can anyone know how to hide all functions
    on the menu bar except the logo of flash paper?
    Thank you very much, it is very urgent.

    Here is an article about how to integrate flashPaper into
    Director. It has most of the functions that can be executed on
    flashPaper. Maybe it will help?
    http://www.adobe.com/devnet/director/articles/flashpaper_in_director.html
    and here is all his code
    http://www.mediamacros.com/item/item-1006687373/
    Note: it is for 1.01, but works with 2.0

  • Error Printing using flash paper

    I have flashpaper 2.0 installed onto a windows XP Pro SP2, a
    particular user is not able to use the flash paper printer. He just
    gets Windows XP Printer Error box with 'Error printing - An unknown
    error occured'.
    There is an entry in the printer's queue, it too is marked
    with 'Error - printing'.
    When i log in (i'm an admin user) it works fine.
    Any clues on where to look?

    I have the same problem. Installed Studio 8 with Contribute 3
    and FPV2 on WIN XP PRO SP2. I can't print to FlashPaper; I just get
    the "Error-Printing" in the print queue. I have admin privledges
    but still have the problem. I have uninstalled and reinstalled
    Contribute twice. I have downloaded FPV2 drivers. I have tried
    adding FPV2 drivers through WIN XP 'Add Printer" process and always
    the same thing.

  • Linking to individual flash paper pages

    I need to display a flash paper doc on a webpage that opens
    on specific pages, any ideas.
    Thanks.

    Hi,
    I dont think what you want is possible, the whole idea of a portlet is that its part (building block) of a page and not being a webpage by itself.
    There are perhaps some workarounds
    - try displaying the portlet in detail modus
    - perhaps create a hybrid portlet, that is a servlet & portlet at the same time
    In one of my portlets im also linking to a portlet on another page. I keep the durable link of the page where the second portlet resides as a setting in my database

  • Flash Paper 2 & Document Map

    I'm trying to find a solution which enables PDF files to be
    converted to Flash Paper with some form of navigation (Same as or
    similar to the Document Map function in Word). Unfortunately the
    Document Map function doesn't work with PDF files. My current
    method of converting PDF to Word using a converter programme is not
    effective enough. Adobe are saying this isn't a priority for them
    and no updates are scheduled in the near future. Has anyone found
    solution for this?

    Hi, I have the same problem... at the end have yoe got any
    solution??
    Thank you!

Maybe you are looking for

  • An unknown error occurred (9)

    Hello everyone, I just recently bought an iPhone 3gs. Everything has been working fine over the past two weeks. Then, last night, I plugged the iPhone into my Mac to sync it. Then, as it was syncing, it went to the Apple logo. I immediately went onli

  • Configuring CCMS Alerts in Sol Man 4.0 CUA System

    Hi Can anybody forward me some documents on how to add systems for CCMS Alerts on SolMan 4.0 System which is being used a CUA Especially, i need a document on the RZ20, RZ21, SCOT and SDCC TCodes during this process Immediate help would be greatly ap

  • Just switched over to Windows 7.

    Downloaded iTunes but my playlists are not organized as they were prior to the download.  My iPad is connected but I can't manually do a sync either, the option is not bolded to let my do this.

  • SD Card Reader is not working

    Hi, my SD Card isn't showing up on my HP Pavillion g7. I have tried re-downloading PCIE readers and it still continues to have problems. There is nothing wrong with the Card Reader itself, so it has to be something with my computer system. 

  • Xerox phaser bonjour

    I am attempting to share my Phaser 8550DP, which is connected USB to my iMac, on a wireless network with multiple PCs running Win 7 Pro x64. I have installed the Bonjour Printer Wizard on the PC. I have ensured that Sharing on the iMac is on. This is