SWF loaded into MainNav SWF - Rollovers & Links Don't Work

Hi all,
This is probably a very basic question!
I have a Fla file with Text and Movie clips in it. The Text
is animated when rollover occurs and thumbnail images click and
link to the full size versions.
It works when published (Say "LatestText.SWF").
But when I call it from my Main Nave FLA/SWF, upon loading
the Text.SWF, the rollover anim doesn't happen and the picture
links don't work when clicked.
I have the latest flash player installed and the actual
weblink cursor appears as if the SWF acknowledges everything is
working, but nothing dynamic actually works.
Any Ideas? THANKS ALL! Much appreciated!

I'll try to flesh it out, although I don't think there's need
for any code behaviours as they all work fine - until the info.SWF
is loaded into the main.SWF.
So i'll try my best to flesh this out:-
I have a Navigation FLA which publishes to SWF (at the moment
Allow access to Local Files - tried network).
This Nav.FLA is the main bulk of the website, it has all the
links and window panes.
I have a downloaded window pane style component which is an
autoscroller (in case this could be the problem).
I can load my info.SWF's straight into the container, by way
of an Actionscript Anim Frame (1) and when the Nav.SWF is tested or
published, it indeed loads in the smaller info.SWF no problems and
scrolls around beautifully,
The Info.SWF's I'm creating is just basically embedded
dynamic text, with a few movie clips that have Behaviours when
clicked or rolled-over.
These Behaviours do not seem to work when the Nav.SWF's
window pane loads in the Info.SWF - they APPEAR clickable (mouse
pointer changes to hand) but nothing clicks and THEN works. The
rollover animations (actioned via behaviours from LABELS - not
frame numbers) also do not work?
Any ideas from those that know to those that struggle would
be greatly appreciated! It's the first time I've encountered a
problem with my Flash website that I can't seem to find an answer
to in all my tutorials and books!
There's a challenge!

Similar Messages

  • My movie swf loaded into another swf

    Maybe I'll have better luck posting in this forum
    I cant get the movie I have loaded in ( a quiz ) to display
    the statistics about how many I have got wrong/right.
    is it possible to get it to show the data because it is the
    main part of the movie after the user has completed it.
    Do I need to put in the Drag and Drop things as well?
    Each quiz has one of these. Will the movie find the right
    details?
    Why should it do this?
    I am using load movie actionscript

    <A
    href="
    http://uk.geocities.com/[email protected]/indexgame.htm">thi
    s page</A>
    That URL is fubar. Tried
    http://uk.geocities.com/sarah/
    http://uk.geocities.com/sarah/indexgame.html
    But neither of those work either...
    Remove '_spamkiller_' to mail

  • Loading external SWF's into an SWF Loader as3 style?

    Hi,
    I've recently made the switch from as2 to as3 and am still struggling to get my head around one aspect in particular. I've managed to load one external swf into a blank file via the script
    import LoadDisplayObject;
    var loader:LoadDisplayObject = new LoadDisplayObject("button_01.swf", true);
    loader.addEventListener("displayObjectLoaded", onComplete, false, 0, true);
    addChild(loader);
    function onComplete(evt:Event):void {
         trace("loaded complete received");
         loader.scaleX = loader.scaleY = .75;
    .....however I'm struggling with the script to make a swfs load into a space when one of my 3 buttons is clicked....
    My page currently has three buttons (button_01, button_02 and button_03) and in a local folder three separate swfs with the same names which I wish to load in, when the appropriate button is pressed. 
    I have managed to get them to load in using a tutorial...however they load over the top of each over...far from ideal. From research on the internet I've found a range of different script...but I just can’t find anywhere I can find script to make this work..hence why I have turned to here.
    Any help much appreciated...thanks in advance.

    Hi,
    Just throught I would let you know that I've manged to get this to work this morning. Changed the script slightly and used a different method of:
    var home:MovieClip = this;
    function butt1Click(evt:MouseEvent):void {
        var ldr:Loader = new Loader();
        ldr.load(new URLRequest("button_01.swf"));
        ldr.contentLoaderInfo.addEventListener(Event.INIT, loaded);
    function butt2Click(evt:MouseEvent):void {
        var ldr:Loader = new Loader();
        ldr.load(new URLRequest("button_02.swf"));
        ldr.contentLoaderInfo.addEventListener(Event.INIT, loaded);
    function butt3Click(evt:MouseEvent):void {
        var ldr:Loader = new Loader();
        ldr.load(new URLRequest("button_03.swf"));
        ldr.contentLoaderInfo.addEventListener(Event.INIT, loaded);
    function loaded(evt: Event):void {
        if(contentClip.numChildren > 0){
            contentClip.removeChildAt(0);
        contentClip.addChild(evt.target.content);
    button_01.addEventListener(MouseEvent.MOUSE_UP, butt1Click);
    button_02.addEventListener(MouseEvent.MOUSE_UP, butt2Click);
    button_03.addEventListener(MouseEvent.MOUSE_UP, butt3Click);
    seems to work well. Only small question is if I want one page to load automatically upon opening...how do I alter the script to do this??? Thanks

  • Closing swf loaded into movie clip

    I have built a movie clip on my main flash file that I am loading separate swfs into. On the separate swfs I have a close button, but do not know what action script to attach to it to make the movie clip go away? I want these to go away every time you hit the close button on the separate Flash swfs loading into the main movie clip.

    if the target movieclip has a non-negative depth and the close button is encoded on the loaded swf's main timeline, you can use:
    var tl:MovieClip=this;
    path.closeBtn.onRelease=function(){
    tl.removeMovieClip();

  • Flex swf loaded in Flash swf

    Hi,
    I have a Flex swf loaded into a Flash swf.
    I have made the Flex swf transparent, so that the buttons in the Flash swf are visible.
    But im unable to interact with the Flash swf buttons.
    My Flex swf is working happyily
    The Flex swf overlays the Flash swf.
    If i change the scrollRect of the Flex swf so the Flex swf is not overlaying the Flash swf i can successfully interact with the Flash swf buttons.
    Any ideas?
    Regards,
    Kyle

    Thanks Alex,
    I actually found an old post on a forum where you recommended a similar solution (mousesheld.visible = false).
    This seems to work although it messes with dragging (my Popups at least).
    But i can work with that for now, thanks for your help.
    Regards,
    Kyle

  • Pushed my site live and my links don't work

    I used Godaddy to register my domain. I am also using their DNS settings.
    Created the site in Muse and previewed everything before I published... everything worked fine.
    However, once I published the site and changed my settings upon prompt in Business Catalyst, only the homepage loads and my links don;t work.
    I am only linking to one other page.
    I pointed my host name on GoDaddy to 192.150.2.140
    I have deleted my site 3 times now and republished. Set my links to lowercase etc.
    the site domain is www.taxiadzbyg.com
    Any help is much appreciated! I've read so many things, I am completely confused now as of where to start.
    Thanks everyone.

    Hi,
    I have checked the settings, they all look good to me. Also, I have checked the hyperlinks and they were working too.
    Regards,
    Abhishek Maurya

  • Some links don't work in Safari

    I ran a whole bunch of software updates a while ago (funny, after the entire process, nothing actually updated... I had to run it again later), and somehow, in the process, something went wrong with Safari. Now, some links don't work. It's mostly links in the content portions of webpages. For example, things like the Store/Mac/etc buttons at the top of the Apple site work fine, but things like links in forum signatures don't. I have to open them in a new tab. I tried updating Safari, but it didn't fix anything. I've tested Firefox and Camino and they work fine, but Safari is my browser of choice, so this is pretty irritating. Any ideas as to what's causing this and how to fix it?

    You might try installing a fresh version of SafariStand and see if you still have the problem with dead links. I'm not familiar with the 'Quick Search' feature but you could have a look at Glims. Don't try to run both Glims and SafariStand together.

  • Links don't work

    Hi, i have a problem.
    I have modified a page made with dreamweaver4 with my new
    dreamweaver CS, and any links don't work in Internet Explorer! Only
    the e-mail button works correctly.
    The old pages continue to work correctly.
    Help me please!
    Thanks in advance
    I send a part of the code:
    &lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01
    Transitional//EN&quot; &quot;
    http://www.w3.org/TR/html4/loose.dtd&quot;&gt;
    &lt;!-- saved from url=(0014)about:internet --&gt;
    &lt;html&gt;
    &lt;head&gt;
    &lt;title&gt;frame_up.jpg&lt;/title&gt;
    &lt;meta http-equiv=&quot;Content-Type&quot;
    content=&quot;text/html;&quot;&gt;
    &lt;!--Fireworks CS3 Dreamweaver CS3 target. Created Tue
    Feb 05 17:53:13 GMT+0100 (ora solare Europa occidentale)
    2008--&gt;
    &lt;script
    language=&quot;JavaScript&quot;&gt;
    &lt;!--
    function MM_findObj(n, d) { //v4.01
    var p,i,x; if(!d) d=document;
    if((p=n.indexOf(&quot;?&quot;))&gt;0&amp;&amp;parent.frames.length)
    d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    if(!(x=d[n])&amp;&amp;d.all) x=d.all[n]; for
    (i=0;!x&amp;&amp;i&lt;d.forms.length;i++) x=d.forms
    [n];
    for(i=0;!x&amp;&amp;d.layers&amp;&amp;i&lt;d.layers.length;i++)
    x=MM_findObj(n,d.layers.document);
    if(!x &amp;&amp; d.getElementById)
    x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
    var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array; for(i=0;i&lt;(a.length-2);i+=3)
    if ((x=MM_findObj(a
    ))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src;
    x.src=a[i+2];}
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr;
    for(i=0;a&amp;&amp;i&lt;a.length&amp;&amp;(x=a)&amp;&amp;x.oSrc;i++)
    x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
    i&lt;a.length; i++)
    if (a
    .indexOf(&quot;#&quot;)!=0){ d.MM_p[j]=new Image;
    d.MM_p[j++].src=a;}}
    &lt;td rowspan=&quot;7&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c5&quot;
    src=&quot;files/frame_up_r4_c5.jpg&quot;
    width=&quot;59&quot; height=&quot;78&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;3&quot;&gt;&lt;a
    href=&quot;azienda.htm&quot;
    target=&quot;princ&quot;
    onMouseOver=&quot;MM_swapImage('frame_up_r4_c6','','files/frame_up_r4_c6_f2.jpg',1);&quot ;
    onMouseOut=&quot;MM_swapImgRestore();&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c6&quot;
    src=&quot;files/frame_up_r4_c6.jpg&quot;
    width=&quot;62&quot; height=&quot;12&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;7&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c7&quot;
    src=&quot;files/frame_up_r4_c7.jpg&quot;
    width=&quot;25&quot; height=&quot;78&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;3&quot;&gt;&lt;a
    href=&quot;menu.htm&quot; target=&quot;princ&quot;
    onMouseOver=&quot;MM_swapImage('frame_up_r4_c8','','files/frame_up_r4_c8_f2.jpg',1);&quot ;
    onMouseOut=&quot;MM_swapImgRestore();&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c8&quot;
    src=&quot;files/frame_up_r4_c8.jpg&quot;
    width=&quot;68&quot; height=&quot;12&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;7&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c9&quot;
    src=&quot;files/frame_up_r4_c9.jpg&quot;
    width=&quot;26&quot; height=&quot;78&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;3&quot;&gt;&lt;a
    href=&quot;news.htm&quot; target=&quot;princ&quot;
    onMouseOver=&quot;MM_swapImage('frame_up_r4_c10','','files/frame_up_r4_c10_f2.jpg',1);&qu ot;
    onMouseOut=&quot;MM_swapImgRestore();&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c10&quot;
    src=&quot;files/frame_up_r4_c10.jpg&quot;
    width=&quot;39&quot; height=&quot;12&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;7&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c11&quot;
    src=&quot;files/frame_up_r4_c11.jpg&quot;
    width=&quot;27&quot; height=&quot;78&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;3&quot;&gt;&lt;a
    href=&quot;scheda.htm&quot;
    target=&quot;princ&quot;
    onMouseOver=&quot;MM_swapImage('frame_up_r4_c12','','files/frame_up_r4_c12_f2.jpg',1);&qu ot;
    onMouseOut=&quot;MM_swapImgRestore();&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c12&quot;
    src=&quot;files/frame_up_r4_c12.jpg&quot;
    width=&quot;149&quot; height=&quot;12&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;7&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c13&quot;
    src=&quot;files/frame_up_r4_c13.jpg&quot;
    width=&quot;25&quot; height=&quot;78&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;3&quot;&gt;&lt;a
    href=&quot;contatti.htm&quot;
    target=&quot;princ&quot;
    onMouseOver=&quot;MM_swapImage('frame_up_r4_c14','','files/frame_up_r4_c14_f2.jpg',1);&qu ot;
    onMouseOut=&quot;MM_swapImgRestore();&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c14&quot;
    src=&quot;files/frame_up_r4_c14.jpg&quot;
    width=&quot;65&quot; height=&quot;12&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td rowspan=&quot;3&quot;
    colspan=&quot;3&quot;&gt;&lt;img
    name=&quot;frame_up_r4_c15&quot;
    src=&quot;files/frame_up_r4_c15.jpg&quot;
    width=&quot;247&quot; height=&quot;12&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;td&gt;&lt;img
    src=&quot;files/spacer.gif&quot;
    width=&quot;1&quot; height=&quot;5&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td&gt;&lt;img
    name=&quot;frame_up_r5_c2&quot;
    src=&quot;files/frame_up_r5_c2.jpg&quot;
    width=&quot;20&quot; height=&quot;3&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;td&gt;&lt;img
    src=&quot;files/spacer.gif&quot;
    width=&quot;1&quot; height=&quot;3&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td rowspan=&quot;2&quot;&gt;&lt;a
    href=&quot;uk/home_uk.htm&quot;
    target=&quot;_top&quot;&gt;&lt;img
    name=&quot;frame_up_r6_c2&quot;
    src=&quot;files/frame_up_r6_c2.jpg&quot;
    width=&quot;20&quot; height=&quot;10&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;&lt;img
    src=&quot;files/spacer.gif&quot;
    width=&quot;1&quot; height=&quot;4&quot;
    border=&quot;0&quot;
    alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
    (................................................................)

    I'm having the same issue with non-working iWeb Page links. This was the first site I built on my iWeb, and posted on my .mac account. Everything works on iweb, but once I "publish all to .mac", the links become inactive. I've reset and tried everything but can't figure out what the problem is. Check it out.
    http://web.mac.com/nicholassegura/iWeb/NicholasSegura/Welcome.html
    user name: friend
    pw: creative

  • Upgraded to CS5; TOC Links don't work in the created PDF from InDesign

    We recently upgraded to CS5. When we convert our InDesign User Guide to PDF, the main TOC links don't work. The TOC does function from each chapter page but not from the main TOC. We have done our normal steps in Acrobat to link them. Same issue with various user guides that we have. Any suggestions would be great. Thanks

    Thanks for your reply. The problem is the whole page is one image and there should be several clickable areas which point to different links.
    To solve this we have put a textbox over the clickable area, disabled the background and stroke and then right clicked on the textbox and used the hyperlink option to turn the whole box in to a hyperlink.
    We tried several free PDF convertors which couldn’t handle this combination. Then we trailed it with the full desktop version of Adobe Acrobat Pro and it worked a treat. Unfortunately the client didn’t have that software so we signed them up to the online PDF convertor from Adobe and that isn’t handling it.
    Here's the sample document: Dropbox - sample-link.docx we have been doing the tests with.

  • My in-page html links don't work in Firefox.

    I've made som links within the same page in HTML, and they don't function in Firefox, though they work just fine in IE. I've already tried everything on this page: https://support.mozilla.org/en-US/kb/troubleshoot-and-diagnose-firefox-problems?esab=a&s=links+don%27t+work+in+firefox&r=19&as=s
    This has been a problem for years now. Why don't in-page anchor links work? I'm just using html with Wordpad to create my pages, not any CSS.

    House Rules at the top of the page.
    <pre><nowiki><a href="#PCgen">Character generation</a></nowiki></pre>
    <pre><nowiki><a name="#PCgen"><center>
    <img src="KFR0 images/buts/bar swordcloth.gif" width=500 height=80>
    </a></center></nowiki></pre>
    This would be the correct manner. Dump the # and close that '''a name''' tag immediately.
    <pre><nowiki> <a name="PCgen"></a> <center>
    <img src="KFR0 images/buts/bar swordcloth.gif" width=500 height=80>
    </center> </nowiki></pre>

  • Links don't work and Resolution Low

    Hi
    Just made 2 temp pages for my site, published to a folder and used Transmit to FTP upload to my serverspace which is hosted by yahoo.
    The files transfer over but for some reason none of the hyperinks work at all and the resolution of the page is much lower than how it looked in iWeb which was pretty crisp. Anyone experience this problem? I urgently need to get the links working. All help appreciated!
    Thanks
    sven

    I've got a similar problem with links. They work fine on my mac and some pc, even my Palm Treo can access the site's links. But several pc users swear the links don't work. I made a test page with microsoft word and posted on .mac and it's the same problem. Anyone know what could cause this?

  • Links don't work after publishing

    Hi! I'm new to using IWeb and I have recently encountered a problem:
    When I publish the content to a folder, the pages that I initially designed, don't appear exactly the same in the new folder. The links in the navigation menu don't work in the new folder (except the ones in the "home page") and some of the text is not displayed the way I designed it...
    I'd appreciate if you could take a look at my website and try the navigation bar out to see that some of the navigation bar's links don't work. Why they work in the main page and 2 other and not in all of them?
    Website: www.procosmin.com
    Thank you!
      Mac OS X (10.4.7)  

    I've got my fingers crossed! I think I've got it fixed! Thanks so much to you and everyone who's posted here. I DID have a text box within a text box and it was in the back(ground). This has just been so frustrating. This was my first shot at doing a web page....not to mention being new to the Apple arena. (I've had PCs, literally, for years). I appreciate your patience with someone learning the ins/outs of YOUR world.
    Anna
    Somehow your whole page text images etc has been
    rendered as one big image, which overlaps the nav
    bar
    http://web.mac.com/anna4374/iWeb/OrrinBolton/News_file
    s/shapeimage_1.png
    Check to see if the text box overlaps the nav
    bar/header and move it down to fix it.
    iMac (Intel core duo)   Mac OS X (10.4.7)  

  • Links don't work zoomed, issue not solved?

    I've been waiting for months on this issue;
    when zoomed, zoomed to anything, links don't work in Safari.
    I was told months ago, something is wrong with Safari toolkit.
    I just updated and issue remains.
    (just amazing)
    <Edited by Host>

    HI,
    Try maintenance... the link works perfect here; Safari 4.0.5 SL 10.6.2
    From the Safari Menu Bar, click Safari / Empty Cache. When you are done with that...
    From the Safari Menu Bar, click Safari / Reset Safari. Select the top 5 buttons and click Reset.
    Go here for trouble shooting *3rd party plugins or input managers* which might be causing the problem. Safari: Add-ons may cause Safari to unexpectedly quit or have performance issues
    Since you are running Snow Leopard, *make sure Safari is opening in 32-bit mode, not 64.* Right or control click the Safari icon in the Applications folder, then click: Get Info In the Get Info window click the black disclosure triangle next to General so it faces down. Select 32 bit mode. Also, (in that same window) *make sure Safari is NOT running in Rosetta.*
    

Web pages now include a small icon or 'favicon' which is visible in the address bar and next to bookmarks. These icons take up disk space and slow Safari down. It is possible to erase the icons from your computer and start fresh. *To delete Safari's icon cache using the Finder, open your user folder, navigate to ~/Library/Safari/ and move this file "webpageIcons.db to the Trash.*
    bpageIcons.db to the Trash.*
    Carolyn

  • When I email a newsletter as a pdf, the links don't work

    I am creating a newsletter that I want to email out and I have some text linking to webpages. However, when I send it as a pdf, the links don't work. Do I need to send it as a Word document? I don't want to have to send a document that large. Is there anyway to keep my file size small (ie pdf) and have the links work?
    Thanks

    Ah that is different.
    It may be you are just seeing a preview of the pdf in the email, which is why the link is not working.
    I would certainly not rely on people seeing even that. Most PC users do not see pdfs embedded in their email, just an attachment. Even Mac users see various results depending on how many pages the pdf contains.
    I am working on newsletter emails for a client right now and the lack of standards and inconsistent results in email clients is extremely frustrating.
    Peter

  • My links don't work when I combine another file with the pdf

    My internal bookmarked links don't work when I combine another file with the pdf.
    The external links continue to work fine, though.
    This doesn't make any sense to me at all ... but I'm hoping one of you kind folk can help?

    I opened my file and instead of merging files I used insert pages and inserted all of the pages from the file I wanted.  Then I saved the file with
    the same name.  Attached is a rough draft of some helpful hints I put together.  This has been a very painful process for us to discover how to handle
    this and there really is not much help from Adobe.
    Instead of merging files you inset pages. In Acrobat select Document - Insert pages -From file. You can select all pages or some and where you want them inserted. After you do that save the file not save as and all of your links should work. If you combine files or merge files all of the links will break.
                                                                                    GillHarley <[email protected]>                                                                              
    05/07/2009 09:54 AM                                                                                To
                                                                        "Christine Salmon" <[email protected]>                                                                              
    cc
                                Please respond to                                                                              
    [email protected]                                                                                 Subject
                                    dobe.com                            Acrobat Windows My links don't work when I combine another file with the pdf
                                                                        29k833-1Kp0-8ahk                                                                              
    I think it's something to do with naming, but I can't figure out what. This is because it asks to be saved and gives me a Binder no as the name. If I
    press Cancel at that point, I keep the file and the links. But as soon as I need to close it, it asks me again 'Do you want to save this file' and if
    I say 'Yes', I lose all the links, and if yet if I say 'No', I lose the whole file. So at some point it has to be saved but whether I keep the Binder
    no name when I save it, or use the original name, it makes no difference ... it is in the saving of it that it looks the functionality, and yet, if I
    don't save it, I lose the file.
    This makes no sense to me....I hope it does to one of you.
    For instance, Christine, how did you keep your file if you couldn't save it?
    Or have I misunderstood?

Maybe you are looking for

  • Mini DVI-to-Composite (PAL): Video sync problems

    Hi all, I have a rather awkward-to-explain specific question and I'm wondering if anyone knows enough about video to explain it... I've recently been using my MacBook to play back video through the DVI port to my PAL TV (UK). I have the Mini DVI to v

  • Configuring ccms to monitor a remote system

    Hi. Im trying to configure my ccms system to monitor a remote epp 6.0. As it is now, the epp has a ccms agent installed. Question is: how and where do I change the agent to send data to my ccms and not to the currently configured system. and. when I

  • Solution for Error Message RSAODS015 during transport

    RSAODS015 "No fields were supplied No details are provided for this error message This usually means that certain InfoObjects are missing and required for the Transported Object to be activated. example: Transporting an InfoSource may be incorrectly

  • Instantiation of objects -- create new space inmemory?

    If I have this: lPerson : person = new; lPerson.name.setValue('Martin'); lPerson.phone.setValue('2762109'); lPerson = new; Does this second instantiation create a new copy of "lPerson" in memory? Does it destroy the old? Does it create and destroy in

  • Default browser for mail links

    How can I make links in emails open with Google Chrome instead of Firefox?  I forgot where to make that setting change.  Thanks.