Published files work on local site but not on remote site

the flash4 published set of files, with a variety of skins tried, works well on the local drive, even when moved to a different folder structure. when index.html is opened on the remote web site, the browser (firefox3 and ie7) displays the player conrols and a rotating horizontal barber pole, green and black, but no flash video.some of the skins i've used are: SkinOverPlaySeekFullscreen.swf, nOverPlayStopSeekCaptionVol.swf and SkinUnderPlay.swf. all work locally but do not play the .flv file on the web site. no problem playing flv movies on the remote web site if the file set is created by dreamweaver.
how should this flash newbee diagnose the problem? --david

The source for the video seems to be hardcoded to your local drive.  You will need to change this to a relative path, or hardcode it to the server location.
Here is the error my debugging player displayed:
SecurityError: Error #2148: SWF file http://jdavidellis.com/channel19movies/wmv_medium.swf cannot access local resource C:\Documents and Settings\D\My Documents\Web Sites\channel19movies\flv_test_files_for_web_site_3nov09\512x288_15fps_221kbps_1min.flv. Only local-with-filesystem and trusted local SWF files may access local resources.
     at flash.net::NetStream/play()
     at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_play()
     at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_setUpStream()
     at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_load()
     at fl.video::VideoPlayer/load()
     at fl.video::FLVPlayback/doContentPathConnect()

Similar Messages

  • FORALL MERGE statement works in local database but not over database link

    Given "list", a collection of NUMBER's, the following FORALL ... MERGE statement should copy the appropriate data if the record specified by the list exists on both databases.
    forall i in 1..list.count
    merge into tbl@remote t
    using (select * from tbl
    where id = list(i)) s
    on (s.id = t.id)
    when matched then
    update set
    t.status = s.status
    when not matched then
    insert (id, status)
    values (s.id, s.status);
    But this does not work. No exceptions, but target table's record is unchanged and "sql%rowcount" is 0.
    If the target table is in the local database, the exact same statement works:
    forall i in 1..list.count
    merge into tbl2 t
    using (select * from tbl
    where id = list(i)) s
    on (s.id = t.id)
    when matched then
    update set
    t.status = s.status
    when not matched then
    insert (id, status)
    values (s.id, s.status);
    Does anyone have a clue why this may be a problem?
    Both databases are on Oracle 10g.
    Edited by: user652538 on 2009. 6. 12 오전 11:29
    Edited by: user652538 on 2009. 6. 12 오전 11:31
    Edited by: user652538 on 2009. 6. 12 오전 11:45

    Should throw an error in my opinion. The underlying reason for not working is basically because of
    SQL> merge into   t@remote t1
         using   (    select   sys.odcinumberlist (1) from dual) t2
            on   (1 = 1)
    when matched
    then
       update set i = 1
    Error at line 4
    ORA-22804: remote operations not permitted on object tables or user-defined type columnsSame reason as e.g.
    insert into t@remote select * from table(sys.odcinumberlist(1,2,3))doesn't work.

  • Templates updating on local server but not on remote in DW CS3

    I'm using Dreamweaver CS3 and am trying to update some templates.  At first, when I checked out the file on the remote server, made the change and saved, it asked me if I want to upload to all pages using that template.  I said yes, and it checked them out and applied them (it says).  I noticed that the files were only updated on the local server and not on the remote so I had to synchronize.  No problem there.
    However, now when I go and update templates and apply to all pages using that template, it checks them out, but when I go check them on the servers, none of the files on either the local or remote server are updated even though I verified that the template itself did update.
    I'm a self-taught newbie, so please forgive me if some of this sounds way less than techie.
    Thanks

    Updated child pages need to be uploaded  (put) to server

  • FLV Will Work on Local Host But Not on Web

    Hello,
    I'm having trouble embedding a progressive download FLV into
    my html page using Dreamweaver 8. The code appears correct but
    there is nothing where the video should appear.
    This tested fine locally. Everything loaded fine. But when I
    published everything via FTP there the space where the FLV should
    be is blank.
    The page I am working with is :
    http://drewbuchanan.com/start.html
    The FLV file is located here:
    http://drewbuchanan.com/Promo.flv
    The FLV Progressive SWF is located here:
    http://drewbuchanan.com/FLVPlayer_Progressive.swf
    And the skin files are located here:
    http://drewbuchanan.com/Corona_Skin_2.swf
    Here is the .FLA file also:
    http://drewbuchanan.com/VisualsPromo.fla
    I have posted the code of just the Flash Video as it is in my
    site below.
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','widt h','700','height','420','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_Co mponentVersion=1&skinName=Corona_Skin_2&streamName=Promo&autoPlay=true&autoRewind=false',' quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http://w ww.macromedia.com/go/getflashplayer','movie','FLVPlayer_Progressive'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
    width="700" height="420" id="FLVPlayer">
    <param name="movie" value="FLVPlayer_Progressive.swf"
    />
    <param name="salign" value="lt" />
    <param name="quality" value="high" />
    <param name="scale" value="noscale" />
    <param name="FlashVars"
    value="&MM_ComponentVersion=1&skinName=Corona_Skin_2&streamName=Promo&autoPlay=true&autoR ewind=false"
    />
    <embed src="FLVPlayer_Progressive.swf"
    flashvars="&MM_ComponentVersion=1&skinName=Corona_Skin_2&streamName=Promo&autoPlay=true&a utoRewind=false"
    quality="high" scale="noscale" width="700" height="420"
    name="FLVPlayer" salign="LT" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object></noscript>
    Can anyone help me out and tell me why this isn't working
    properly? Is it a server problem, user error?
    Thanks!

    Especially me!
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "TC2112" <[email protected]> wrote in message
    news:[email protected]...
    >> You might want to set the video to Paused at start.
    Some people may
    >> not appreciate your music blaring out of their
    speakers during
    >> office hours :)
    >
    > ..or if their 2 year old is sleeping in the next room.
    >
    > For what it's worth, some people will click away from a
    site within a few
    > seconds of music automatically playing.
    >
    > Take care,
    > Tim
    >
    >
    > "Mark A. Boyd" <[email protected]>
    wrote in message
    >
    news:[email protected]...
    >> gatrfan posted in macromedia.dreamweaver
    >>
    >>> Hello,
    >>>
    >>> I'm having trouble embedding a progressive
    download FLV into my
    >>> html page
    >>> using Dreamweaver 8. The code appears correct
    but there is nothing
    >>> where the video should appear.
    >>> This tested fine locally. Everything loaded
    fine. But when I
    >>> published
    >>> everything via FTP there the space where the FLV
    should be is
    >>> blank.
    >>>
    >>>
    >>> The page I am working with is :
    >>>
    http://drewbuchanan.com/start.html
    >>
    >> The page works fine with JavaScript disabled. With
    JS enabled, no
    >> video. With LiveHTTP headers, I see that you
    apparently forgot to
    >> upload the Scripts folder and its contents,
    AC_RunActiveContent.js
    >> which contains the AC_FL_RunContent() function.
    >>
    >>
    >>
    http://drewbuchanan.com/Scripts/AC_RunActiveContent.js
    >> GET /Scripts/AC_RunActiveContent.js HTTP/1.1
    >> HTTP/1.x 404 Not Found
    >>
    >>
    >> Once you upload that folder and
    AC_RunActiveContent.js, JavaScript
    >> enabled browsers should show the video.
    >>
    >> [Side note]
    >> You might want to set the video to Paused at start.
    Some people may
    >> not appreciate your music blaring out of their
    speakers during
    >> office hours :)
    >>
    >>
    >> --
    >> Mark "404" Boyd
    >> Keep-On-Learnin' :)
    >
    >

  • JavaScript working on local server but not remotely

    Hi,
    I'm using JavaScript for a gallery widget on our site.
    This works perfectly when testing locally, but when I upload it to our server the images are all there but the animation no longer works, When you click on a thumbnail, the slide image is just opened in a new window as a static image - the images should expand and then you should be able to navigate through each one.
    I've checked all the links to the JS folder and everything seems to be okay.
    Can anyone offer any advice or suggestions on what to look for?
    Thanks!

    Your three javascript files are not found at the location you have in the code -
    <script src="js/clearbox/config/default/cb_config.js" type="text/javascript">
    <script src="js/clearbox/language/en/cb_language.js" type="text/javascript">
    <script src="js/clearbox/core/cb_core.js" type="text/javascript">
    In addition, the clear box CSS is not found, either.
    <link href="js/clearbox/config/default/cb_style.css" type="text/css" rel="stylesheet">
    Did you upload them?
    In addition, I'm still seeing validation errors on the page -
    [Invalid] Markup Validation of http://www.underhillandsharp.com/test/gallery.php - W3C Markup Validator

  • CF Component work on local computer but not on actual web.

    I'm using CF9 on windows 7 professional. when ever i execute from a form to the action page i get this error:
    Could not find the ColdFusion component or interface VAFOINS_NEW.Componet.display. Ensure that the name is correct and that the component or interface exists.
    It works fine on my local computer, however the Componet is not invoking properly when on the actual web. Any suggestions?
    THE CFC syntax is below:
    <!--- Generated by Adobe Dreamweaver CS5 11.0.4.4993 [en] (Win32) - Fri Sep 23 2011 15:56:13 GMT-0400 (Eastern Daylight Time) --->
    <cfcomponent displayName="volno" hint="List all FCN, NS, FOID etc. Items By way of volno input">
    <cffunction name="volno" returntype="query">
    <cfquery name="volno"> select TRIM(CONCAT(name.fname,' ',name.xholy))AS Brother, name.foiid, fcn.*, nspay.*, Foidpay.*, otherpay.*, CONCAT(otherpay.othpayamt,' - ',otherpay.othpaytitle) AS otherpay, fcnsales.salesid,(fcnsales.salesamt) AS FCN_SOLD, salesdate
    FROM name, fcn, fcnsales, foidpay, nspay, otherpay
    WHERE 0=0
    AND Fcn.fcnvolno = '#form.volno#'
    AND name.foiid= fcnsales.salesfoiid
    AND FCN.fcnid= fcnsales.salesfcnid
    AND name.foiid= nspay.NSPAYfoiid
    AND nspay.nspaydate= fcnsales.salesdate
    AND name.foiid= FOIDPAY.foidpayfoiid
    AND FOIDPAY.foidpaydate= fcnsales.salesdate
    AND name.foiid= otherpay.othpayfoiid
    AND otherpay.othpaydate= fcnsales.salesdate
    ORDER BY name.city desc, name.foiid
    </cfquery>
    <cfreturn "#volno#">
    </cffunction>
    <!---NEW FUNCTION--->
    <cffunction name="total" returntype="query">
    <cfquery name="total">
    SELECT name.*, fcn.*, sum(fcnsales.salesamt) AS FCN_SOLD_This_Issue, salesdate
    FROM name, fcn, fcnsales
    WHERE 0=0
    AND Fcn.fcnvolno = '#form.volno#'
    AND name.foiid= fcnsales.salesfoiid
    AND FCN.fcnid= fcnsales.salesfcnid
    </cfquery>
    <cfreturn "#total#">
    </cffunction>
    <!---NEW FUNCTION--->
    <cffunction name="total_NS" returntype="query">
    <cfquery name="total_NS">
    SELECT SUM(nspay.nspayamt) AS total_ns
    FROM nspay
    WHERE 0=0
    AND nspay.nspayvolno= '#form.volno#'
    </cfquery>
    <cfreturn "#total_NS#">
    </cffunction>
    </cfcomponent>
    My action page which invokes the cfc has the code below:
    <cfinvoke
      component="VAFOINS_NEW.Componet.display"
      method="volno"
      returnvariable="volno">
    <!--- CFC Query --->
    </cfinvoke>
    <cfinvoke
      component="VAFOINS_NEW.Componet.display"
      method="total"
      returnvariable="total">
    <!--- CFC Query --->
    </cfinvoke>
    <cfinvoke
      component="VAFOINS_NEW.Componet.display"
      method="total_NS"
      returnvariable="total_NS">
    <!--- CFC Query --->
    </cfinvoke>
    <cfquery name="total_FOID" >
    SELECT SUM(foidpay.foidpayamt) AS total_foid
    FROM foidpay
    WHERE 0=0
    <!---AND foidpay.foidpaycity='richmond'--->
    AND foidpay.foidpayvolno= '#form.volno#'
    </cfquery>
    <cfquery name="total_other" >
    SELECT SUM(otherpay.othpayamt) AS total_other
    FROM otherpay
    WHERE 0=0
    <!---AND otherpay.othpaycity='richmond'--->
    AND otherpay.othpayvolno= '#form.volno#'
    </cfquery>
    <cfquery name="total_FOIClass_Attendance" >
    SELECT COUNT(CLASSFOIID) AS foic_attendance
    FROM foiclass
    WHERE 0=0
    <!---AND foiclass.classcity='richmond'--->
    AND foiclass.classvolno= '#form.volno#'
    </cfquery>
    <cfquery name="List_Class_Attendance" >
    select trim(CONCAT(name.type,': ',name.fname,' ',name.xholy,' ',name.slave))AS Brother, name.foiid, foiclass.classfoiid FROM name LEFT JOIN foiclass ON foiclass.classfoiid= name.foiid WHERE foiclass.classvolno='#form.volno#' order by name.type, brother
    </cfquery>
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>VOL NO Results</title>
    </head>
    <body>
    <!---CFML Below--->
    </body>
    </html>

    My guess is a problem with the dot path notation. I'm always fighting with this. Most likly your local computer is using a virtual directory named VAFOINS_NEW (http://127.0.0.1/VAFOINS_NEW/) and your production site points directly to the VAFOINS_NEW directory (http://somesite.com/). On your live site the dot path notation you are using is expecting http://somesite.com/VAFOINS_NEW/. Dot paths are a pain and whoever invented them should retire as he or she has done enough damage.
    I usually do something like this (I'm typing from memory so there will most likely be syntax error or two but hopefully you'll get the idea):
    <cfset variables.dotpath="" />
    <cfif listFindNoCase(cgi.script_path,"VAFOINS_NEW","/")>
         <cfset variables.dotpath="VAFOINS_NEW." />
    </cfif>
    <cfinvoke component="#variables.dotpath#Componet.display"... />

  • External media files work on one computer but not on another

    I have several MOV and MP4 video files that are stored in a specific folder, and some of my presentations display those videos in their slides. Because there are too many video files, they’re not embedded on the presentation, they are (I believe) only linked, or else the presentation file would just get too large.
    I usually create the presentations on my home iMac and copy them to my MacBook to take to work. The folders structure is exactly the same on both computers, including the user name.
    I upgraded to Keynote 6 (and now to 6.0.1) on both computers (both running on OS Mavericks). When I open on my MacBook a presentation that I created on my iMac, the app says the video files couldn’t be located, and it only displays a still of the video. But the video files are there! The folders are mirrored! This procedure worked fine with version 5.3, but doesn’t work with 6.0.1.
    Any suggestions?

    I would suggest you revert to using Keynote version 5 and things will work as they did.
    Make sure you use version 5 presentation files as files used with 6 will have been converted to version 6 files.
    Once Keynote has been updated and is more mature and reliable, you could start using 6 again.

  • CSS works on local host but not when ftp to server

    I am completely stumped. I have a site I built on a development platform in XAMPP. The jQuery lightbox css styling works great. I FTP the files to the server and the css styles are no longer being applied. I hope someone can help me. The link to the stylesheet works. No changes in code. I just can figure it out. Same issue all browsers. Thanks
    The url sample page is here:
    _css/colorbox.css
    http://192.185.137.91/~gothicarch/acrylic-panels.htm
    Local Host
    Sever

    Nevermind. I had mistakenly deleted a directory on the server that was kind of important: Thankfully I had a backup:)

  • JavaMail applet working on local machine - but NOT on my webpage

    Hi.
    My code works on my machine as an applet run through my Eclipse IDE.
    I have the Applet deployed on my website, which is the same server as the email server itself.
    public void postMail(String to, String subject,
                                String message , String from) throws MessagingException
        boolean debug = false;
         //Set the host smtp address
         Properties props = new Properties();
         props.put("mail.smtp.host", "mail.completemusician.net");
         props.put("mail.smtp.port", "2626");
         props.put("mail.smtp.auth", "true");
        Authenticator auth = new SMTPAuthenticator();
        Session session = Session.getDefaultInstance(props, auth);
        session.setDebug(debug);
        // create a message
        Message msg = new MimeMessage(session);
        // set the from and to address
        InternetAddress addressFrom = new InternetAddress(from);
        msg.setFrom(addressFrom);
        InternetAddress addressTo = new InternetAddress(to);
        msg.setRecipient(Message.RecipientType.TO, addressTo);
        // Setting the Subject and Content Type
        msg.setSubject(subject);
        msg.setContent(message, "text/plain");
        Transport.send(msg);
    }1) I know my code works on my local machine - so it's not related to a code bug.
    2) I know that all class files are uploaded correctly and working in a single JAR file. The other 3 classes I use work fine in this applet.
    3) I receive no errors of any kind - it just appears that my constructor may not be called, or the instant java mail API is mentioned, the applet just refuses to work.
    v.setMessage("Attempting to send..");This line never is used in my class constructor - which is troubling.
    public SendMailUsingAuthentication(String from, String to, String subject,
              String text, ValidationDialog vd) {
           v = vd;
           v.setMessage("Attempting to send..");
           boolean succeed = true;
           try {
              postMail(to, subject, text, from);
         } catch (Exception e) {
              // TODO Auto-generated catch block
              v.setMessage("Email delivery has failed. " +
                         "Please check your email address provided and try again." +
                         "\n\n" + e.getMessage());
              e.printStackTrace();
              succeed = false;
         if(succeed)
               v.setMessage("Your request has been submitted successfully.\n\n" +
                         "You may safely navigate away from this page.");
               v.setBlue();
         // TODO Auto-generated constructor stub
    }Feel free to reply - I would appreciate your help. Just keep in mind:
    1) Don't tell me to use javascript. I refuse.
    2) Don't tell me I need a server application. It's supposed to work according to documentation, without it.

    Is your applet signed properly? Note that you have to sign all the jars for the applet -- including the JavaMail jar and the activation jar -- using the same signer.

  • Avi files work fine on iMac but not new MacBook Pro

    I've had an iMac for three years and recently purchased a new MacBook Pro.  I have a ton of .avi files (movies) on an external drive and have had no problem playing them on my iMac; however, I'm not able to play them on my MacBook Pro.  I have installed Flip4Mac on my MacBook Pro but I'm still getting an error message saying "avi is not a format that can be played."
    Any ideas? 
    Thanks in advance for the help!!!

    Download Vlc video player

  • Screen Sharing/File works on one computer but not the other???

    Two computers, both running the exact same version of Snow Leopard.
    One is a Unibody MacBook Pro 2.66, the other 27" iMac i7. The MacBook Pro can't connect to the iMac, but I can get the iMac to connect to the MacBook Pro to pull files and screen share (pull files from MacBook, while on iMac).
    My settings seem to be exactly the same. I've gone over them again and again (in sharing) is there something I might be overlooking?
    Is there a firewall that might be enabled on one? Something else?

    HI,
    The MacBook Pro can't connect to the iMac
    Just checking... open System Preferences / Sharing. Make sure File Sharing and Screen Sharing are selected.
    You may have to click the gold padlock icon bottom left corner of that pane to make changes. You will be prompted for your admin password.
    Firewall on or off shouldn't make a difference.
    Carolyn

  • Jdeveloper JSF: works on integrated weblogic but not on remote weblogic

    I have a simple JSF application (just printing Hello World). When I deploy it through Jdeveloper to the integrated weblogic server it works fine. However, it fails to deploy to a remote standalone weblogic server it fails with this error in the logs
    +<Feb 9, 2012 11:01:55 AM EST> <Warning> <oracle.adf.share.config.ADFConfigFactory> <BEA-000000> <Resource META-INF/adf-config.xml not found on the classpath.>+
    +<Feb 9, 2012 11:01:55 AM EST> <Warning> <oracle.adf.share.config.ADFConfigFactory> <BEA-000000> <A default implementation of ADFConfig is being created for application. This can lead to unexpected results in some cases. Please add a basic META-INF/adf-config.xml to your classpath to avoid functional errors.>+
    +<Feb 9, 2012 11:02:37 AM EST> <Warning> <oracle.adfinternal.view.faces.lifecycle.LifecycleImpl> <BEA-000000> <ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RESTORE_VIEW 1+
    java.lang.NoClassDefFoundError: oracle/adf/model/RegionBinding
    +     at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.getLifecycleContext(ADFPhaseListener.java:168)+
    +     at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchAfterPagePhaseEvent(ADFPhaseListener.java:131)+
    Steps:
    1. I installed JDeveloper 11gR2 (11.1.2.1.0) studio.
    2. After installation, I configured a weblogic server domain by running MW_HOME/wlserver_10.3/common/bin/config.sh.
    I selected the following products to include in the domain - Oracle JRF WebServices Asynchronous services, Oracle JRF - 11.1.1.0, Weblogic Advanced Web Services JAX-RPC, and Weblogic advanced web services for JAX-WS.
    3. Create a JSF hello world app in jdeveloper and deploy to Integrated weblogic server. It works.
    4. Now deploy the same JSF hello world app from jDeveloper to a Remote/standalone weblogic server. It fails.
    It is the same application source code and also, the weblogic standalone domain was created from the same jDeveloper installation. I also verified that the deployed libs in the two weblogic servers are identical.
    Appreciate any help, inputs.
    Thanks.

    You are confusing me a bit. You want to ran an app on a stand alone WLS, but installed JDev11.1.2.1?
    Normally you install a WLS (10.3.5 in your case) and then need to install two patches (only available via support) to make the stand alone WLS compatible to 11.1.2.1.
    Here is a post which shows which wls corresponds to which jdev: http://tompeez.wordpress.com/2011/09/14/jdeveloper-versions-vs-weblogic-server-versions/
    Here is one on how to install the stand alone WLS and patch it to 11.1.2.1 level: http://tompeez.wordpress.com/2011/06/29/follow-up-upgrading-wls-10-3-5-with-adf-runtime-11-1-2-0-0-sherman-patch/
    Timo

  • Site works in the app, but not in the browser.

    Hello iWeb experts,
    I've got problems.
    Last night I published my site. And while it appears, and functions, properly in my iWeb app, it doesn't do the same in Safari, Firefox, and Internet Explorer.
    Two issues...
    FONTS
    I chose Bellamie, Univers Condensed, and Marydale as my fonts. From reading these forums, I've discovered those won't wysiwyg on other computers if the fonts aren't available and open on them. So my two choices are to make every bit of text a graphic or to use a set of more universal fonts, correct? So my questions are...One, is there a list somewhere of fonts that will work in any browser? And, two, is there a short-cut, or easy way to transform type into a graphic without having to create image files?
    FUNCTIONS
    Here are the functions that work fine in iWeb but have gone haywire in all of the browsers I tested...
    • The type in one nav link appears smaller than all the rest.
    • Some links are active, others are not.
    • Rollover highlighting works on some links, but not others.
    • Most of the rollover links appear in the proper static color, a few do not.
    I've tested these functions on three Macs, one PC, and in the three browsers mentioned above. All of them show the exact same problems. So something must be going wrong with iWebs coding, or my host server musn't like iWeb.
    Any thoughts, suggestions on these two issues? Thanks much for any advice.
    John
    PS - For reference, see: www.johnrunk.com

    Fascinating, Kirk (+he types with one raised eyebrow+).
    QuickTimeKirk wrote:
    When I drag across your page most of your links do not change. The "text" portion of them doesn't change, either. Something is covering them.
    I can see that. But for the life of me, I don't know what could be covering those links. In my app, when I click in the area of the links, the type is the first item selected. Unless, possibly, it could somehow be the faint reflection of my black-and-white image (me & the ground I stand on). Hmmm...
    QuickTimeKirk wrote:
    Single click (outside the boundaries of your page contents) and an "outline" will appear. It shows the image file dimensions and locations.
    This I don't see. An outline? As in "an object outline," or as in "a list of dimensions and locations?" When I click outside my page contents, I get nothing.
    Thanks, QTK. I truly appreciate your troubleshooting here.
    John

  • Button hyperlinks work in project preview but not in published .swf

    Captivate 6, button hyperlinks work in project preview but not in published .swf, the cursor changes the “the hand” but the hyperlink does not redirect.
    Any ideas?
    Like I said my buttons work great in preview mode after publishing, one click and the PDF opens in a new browser window. Open the project through the published .swf files and the links will not work.
    Using Captivate 6 on WIndows 7

    Hello,
    Welcome to Adobe Forums.
    Once your project published, add the .swf file in Flash Global Setting :
    1) Right Click on the content (Published .swf file) and click on Global Settings
    2) Go to Advanced Tab and Click on Trusted Location Settings  (Scrool down to see this button)
    3) Click on "Add" button and then "Add file", browse for the Captivate 6 published file and click on OK
    4) Launch the .htm file again (Location where Captivate publish your project)
    Hope this helps !!
    Thanks,
    Vikram

  • The scroll function on my mousepad is disabled when viewing a pdf file in firefox version 5.0. The scroll works on the pdf, but not on the other tabs. When the pdf is closed, the scroll function returns to normal. Any ideas?!

    The scroll function on my mousepad is disabled when viewing a pdf file in firefox version 5.0. The scroll works on the pdf, but not on the other tabs. When the pdf is closed, the scroll function returns to normal. Any ideas?!

    Hey thanx for the help, it worked like a charm.
    I think firefox changed the application lay out, as I used to be able to choose my PDF opener from the list at " Adobe Acrobat Forms Document' where I could choose Nitro-PDF reader, but it has now moved all the way to the bottom like you suggested to the obvious place of "Portable Document Format" section.
    If someone didn't tell me , I wouldn't have scrolled all the way down to be able to find it... it really should be with all its cousins up the top...
    Cheers again..

Maybe you are looking for

  • PS report does not equal to asset balance report

    Hi SAP Gurus, We have this problem where PS report S_ALR_87013557 is showing higher amount than the Asset Balances report S_ALR_87011964. Have checked on the transactions and found out that some postings are not yet settled to asset that is why the a

  • Extremely slow mac mini

    i am using a mac mini with 2 GB of ram and 2.3 intel core i5, my os is OS X 10.7.5, recently, my computer has been extremely slow, for every click i did, it takes at least 10 seconds to respond, i could not find out why.

  • How can we give  the Budget figures/Plan figures for FSI3 report?

    Hi, My requirement is - 1.We need the capability to produce P&L's and balance sheets by grouping various gl accounts. A.I am planning to do this by creating FSV's 2.We also need to be able to input a budget into this "report writer" so it will automa

  • SCCM 2012 Client Installed - Console Shows No Client Installed

    Can anyone help me to figure out why in world clients are not reporting back to console. In the pc I can see configurations manager installed but then again in console it say no client. I have bounderies ip are config, and I extended the AD schema. I

  • Using external llb when building applications

    I would like to be able to update the SubVI's that an executable uses, but am having problems editing them after installation of the build application. I am using the option "Small target file with external file for SubVI's" in the application builde