Problems with A3 and published htm file

I published my file - had my htm/js/swf files and we moved them to our Web server. We have made a link on a page that opens the htm file, but when you click on this link, nothing happens - we get a blank page. However, when I typed in the URL of the swf extension he plays. However, when I click just from my hard drive, it reads the file htm very well.

I've published using Flash 7 extension.

Someone help me?

Thank you for any assistance. We made a new folder and put the files in that one and now it works as it should.

Tags: Adobe Captivate

Similar Questions

  • Old problem with Spotlight and Word .docx files

    There is an old problem with Spotlight not finding the Word .docx files.  You can find old discussions about it since 2008.  But despite this problem being old has never been resolved.

    The essence of the issue is that Spotlight relies on a variety of software modules for the index files.  Projector selects the module suitable for each type of different file of the index.  These indexing modules all have the suffix of file .mdimporter.  Name of the module for indexing Microsoft office files is "Microsoft Office.mdimporter" and it can be found with a few other modules of .mdimporter in/library/Spotlight /.  The "Microsoft Office.mdimporter" module has rights author of Microsoft inside its packaging info so we know who wrote it.  But this module is included with all new Macs from Apple.  This is perhaps why this problem has never been corrected - the software is written by Microsoft, but delivered by Apple.

    The symptoms of the problem are that Spotlight will find no content in some .docx files.  It is unclear why it fails on some .docx files, but not others.  This problem does not affect other Microsoft formats such as .doc, .xls, .xlsx, etc..

    Because Apple wants to sell Macs to business, and companies make heavy use of MS Office in general, we could think that it would be a priority to fix.  But given that this problem is 7 years old and still not resolved I do not.

    Any suggestions on possible alternatives would be welcome.

    After further investigation, I discovered that the problem is not with "Microsoft Office.mdimporter" as I had thought.  If we run the mdimport(1)-d1 you can see what importer is used. It turns out that for the .docx files, the importer is called 'RichText.mdimporter' which has a copyright by Apple.  And if you use mdimport(1), the file will then be found by Spotlight.  If the issue is not the importer, but rather everything that is triggering the importer to run the .docx files updated.  Here's to blame Microsoft for this one...

    As a workaround, I force indexing my files .docx with a Bash script, which is started by cron.  The script indexes all the .docx that have been modified in the last 24 hours and runs every hour via cron.  If someone is interested in the details just post here and I'll include the script in another post.

  • Problems with CAP and multiple cod files

    Hello!

    I had a MIDlet that I'm trying to convert a cod file using the compiler CAP. The original jar file is 169 KB, maybe too big file a Cod. I use the following command:

    Import the "C:\Program Files (x 86) \Research 4.6.0\bin\rapc" = "C:\Program Files (x 86) \Research 4.6.0\lib\net_rim_api.jar" codename = xxx-midlet jad = yyy.jad yyy.jar

    The CAP program seems to work ok and produces the following 5 files:

    xxx.jar 18 kb, contains images, manifest etc.

    xxx. COD 147 KB

    xxx. CSO 1 KB

    xxx. Debug 127 KB

    XXX - 69 KB 1.debug

    Also, it changes my JAD file and adds the following:

    RIM-COD-Module-dependencies: net_rim_cldc
    RIM-COD-URL-1: xxx - 1.cod
    RIM-COD-SHA1-1: 52 83 e9 c7 6th a1 ad a6 5f bc 8 b 9 b 07 b1 04 53 49 ca 46 fd
    RIM-COD-size-1: 59208
    RIM-COD-Module-Name: xxx
    RIM-COD-size: 90108
    RIM-COD-creation-Time: 1231858243
    RIM-COD-URL: xxx.cod
    RIM-COD-SHA1: 2d 2 b 72 c5 a3 68 03 ed be 22 fa df 41 05 c0 0e 48 8 a 77 ec

    But it does not create a file xxx - 1.cod, or at least I can't. Of course it takes a... Looks like the xxx.cod file is too big also. This installation live does not work. Y at - it an option to indicate the CAP should create several files of cod? I cannot find a reference on CAP documentation, is there another way to create a cod to jad/jar file (s)?

    Erik

    Seems that CAP created a file of large cod with brothers and sisters inside.

    Rename the file zip cod.

    Unzip it. Remove this zip file.

    You have now all the cod files.

  • Problem with connection and publish

    Hello, I have just updated to 7 Muse and I try to publish my site.

    I have an appointment in the preferences and change the Null account to my Adobe BC account. Username password, fine.

    But then it just sits there constantly «connecting to BusinessCatalyst adobey...» »

    I waited 30 minutes and nothing. If the type of password in evil, he notices immediately that's false.

    I can connect to BC through the web, but it's no help for Muse.

    Any ideas?

    This is Muse for windows XP if that's any help.

    You can try to resolve the problem by disabling Muse and then he raises. You can disable the Muse by going clicking Help > deactivate Adobe Muse. Raise must ask you login again, and you should be able to login and publish your site.

  • Problems with downloading and errors about files out of sync

    Since the 2015 upgrade I was not able to upload my web pages unless there is a major problem. The downloaded pages have their layouts all screwed up and the usual nuisances of en error: ' some files on the server may be missing or incorrect. Clear the cache of the browser, and then try again. If the problem persists please communiquer communicate with the author of the Web site, "keeps appearing. Is there a known problem for developers Adobe Muse regarding this upgrade. I tried with 'All files' downloading so "only changed files" settings and I am using the option 'transfer to the FTP host. The site is at www.odditist.com.

    Thank you.

    There is no false positive known for this warning.

    More information on the caveat is available here "some files on the server may be missing or incorrect" Warning Message>.

    I'm not encounter the error when the display of your site. It appears only for a particular page?

  • Problem with 'systimestamp' and the CSV file

    Hello

    I'm trying to insert data from a CSV file. One of the columns in my table must feed with oracle system date and this column's timestamp format.
    So here's my control file syntax:

    DOWNLOAD THE DATA
    INFILE '__FICHIER_PLAT__ '.
    ADD THE CUSTOMERS TABLE
    FIELDS TERMINATED BY '; '.
    (
    DATE_CREATION "systimestamp"
    FILLING filler1,
    CODE_CLIENT ' TRIM (: CODE_CLIENT).
    TYPE_CLIENT ' TRIM (: TYPE_CLIENT).
    filler2 FILLER,
    START_DATE ' TO_DATE (: START_DATE, 'YYYYMMDD'). "
    DATE_RESILIATIO ' TO_DATE (: DATE_RESILIATIO, 'YYYYMMDD'). "
    Filler3 FILLING,
    Filler4 FILLING,
    Filler5 FILLING,
    [...]
    Filler78 FILLING,
    Filler79 FILLING,
    Filler80 FILLING,
    Filler81 FILLING
    )

    I get this error:
    Sheet 1: Rejected - error on the CUSTOMERS table, column FILLER81.
    Column not found before the end of the logical record (use TRAILING NULLCOLS)

    It seems SQL * Loader see DATE_CREATION 'systimestamp' as a field of my CSV file.

    You know a syntax to define a column with systimestamp?

    Thank you!

    Alexis

    SYSTIMESTAMP does not seem to be supported (even in 11g) this way. If you read the [using SQL * Loader to generate input data | http://download.oracle.com/docs/cd/B28359_01/server.111/b28319/ldr_field_list.htm#i1008234] you'll see that only CONSTANT, expression, RECNUM, SYSDATE and SEQUENCE are supported - that is to say SYSDATE is a special case.

    However, "SYSTIMESTAMP" is a perfectly good PHRASE. My example load historical prices from Yahoo finance.

    Data:

    ORCL,03/09/2008,21.52,21.57,21.01,21.19,40638100,21.19ORCL,02/09/2008,22.3,22.37,21.5,21.55,43622600,21.55ORCL,29/08/2008,22.4,22.43,21.7,21.93,35278100,21.93ORCL,28/08/2008,22.29,22.73,22.27,22.64,18700300,22.64ORCL,27/08/2008,22.2,22.57,22.13,22.34,21338300,22.34ORCL,26/08/2008,22.16,22.38,22.01,22.15,16293500,22.15ORCL,25/08/2008,22.54,22.71,22.19,22.21,20109200,22.21ORCL,22/08/2008,22.52,22.82,22.39,22.7,18335300,22.7
    
    load data
    into table price_history append
    fields TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"'
    ( ticker char
    , trade_date date "dd/mm/yyyy"
    , open_price
    , high_price
    , low_price
    , close_price
    , volume integer
    , adj_close
    , update_ts expression "systimestamp"
    )
    

    and data load very well.

    Compared with the DEFAULT value in the column definition:
    -Use the value DEFAULT if that's what you always (or almost always - you can always ignore it)
    -use * expression 'systimestamp' * in the SQL * Loader if control file varies according to the type of load. Or if you are not allowed to modify the table definition (for example, if it is the table of the provider).

    HTH

    Nigel cordially

    Edited by: nthomas on January 8, 2009 15:31 (minor typo)

  • Problems with export and import

    I have a problem with export and import

    Here's what I did...
    exp "'/ as sysdba'" PARFILE=parfile.txt
    
    PAFILE
    
    TABLES=user1.Table1
    file=Table1_1006.dmp
    LOG=Table1_1006.log
    query="where to_char(processeddate,'YYYYMMDDHHMISS') between to_char(to_timestamp('1911-01-01 00:00:00','YYYY-MM-DD HH24:MI:SS'),'YYYYMMDDHHMISS') and to_char(to_timestamp('2011-10-06 16:46:26','YYYY-MM-DD HH24:MI:SS'),'YYYYMMDDHHMISS')"
    Here is my log export
     set and AL16UTF16 NCHAR character set
    
    About to export specified tables via Conventional Path ...
    Current user changed to user1
    . . exporting table               Table1   16019049 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    Export terminated successfully with warnings.
    Then I started to import
    /database2/rdbm15> imp "'/ as sysdba'" file=Table1_1006.dmp fromuser=user1 touser=user1 tables=Table1 log=imp_Table1_1006.log
    
    Import: Release 10.2.0.5.0 - Production on Thu Oct 6 19:57:01 2011
    
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    
    
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    . importing user1's objects into user1
    IMP-00015: following statement failed because the object already exists:
     "CREATE TABLE "Table1" ("APPROVALTRACEID" VARCHAR2(64), "REQUESTOR"
     "EID" VARCHAR2(9), "EID" VARCHAR2(9), "FIRSTNAME" VARCHAR2(32), "LASTNAME" V"
     "ARCHAR2(32), "MIDDLEINITIAL" VARCHAR2(8), "TIER" VARCHAR2(3), "JOBTITLE" VA"
     "RCHAR2(64), "JOBCODE" VARCHAR2(10), "EMPLOYEETYPE" VARCHAR2(2), "CONTRACTOR"
     "TYPE" VARCHAR2(2), "EMPLOYEESTATUS" VARCHAR2(2), "COSTCENTER" VARCHAR2(10),"
     " "COSTCENTERDESCRIPTION" VARCHAR2(50), "CONTRACTENDINGDATE" VARCHAR2(8), "A"
     "CCOUNTSTATUS" VARCHAR2(2), "LOGINID" VARCHAR2(70), "APPLICATIONGROUP" VARCH"
     "AR2(50), "APPLICATIONNAME" VARCHAR2(50), "APPLICATIONID" VARCHAR2(12), "LEV"
     "EL1" VARCHAR2(512), "LEVEL2" VARCHAR2(512), "LEVEL3" VARCHAR2(512), "LEVEL4"
     "" VARCHAR2(512), "LEVEL5" VARCHAR2(512), "PROFILECODE" VARCHAR2(50), "PROCE"
     "SSEDDATE" DATE, "APPROVERMANAGEREID" VARCHAR2(9), "APPROVERMANAGERDELEGATEE"
     "ID" VARCHAR2(9), "APPROVERT4MANAGEREEID" VARCHAR2(9), "APPROVERT4MANAGERDEL"
     "EGATEEID" VARCHAR2(9), "APPROVERAPPOWNEREID" VARCHAR2(9), "APPROVERAPPOWNER"
     "DELEGATEEID" VARCHAR2(9), "PERFORMEREID" VARCHAR2(9), "NATIONALID" VARCHAR2"
     "(30), "COUNTRYCODE" VARCHAR2(9), "PASSPORTID" VARCHAR2(20), "DATEOFBIRTH" V"
     "ARCHAR2(15), "CITYOFBIRTH" VARCHAR2(15), "VENDORNAME" VARCHAR2(50), "VENDOR"
     "MANAGERNAME" VARCHAR2(50), "VENDORMANAGERID" VARCHAR2(9), "VENDORADDRESS1" "
     "VARCHAR2(100), "VENDORADDRESS2" VARCHAR2(100), "VENDORSTATEPROVINCE" VARCHA"
     "R2(15), "VENDORCOUNTRYCODE" VARCHAR2(9), "VENDORZIPPOSTALCODE" VARCHAR2(9))"
     "  PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 STORAGE(INITIAL 4076863488 "
     "NEXT 1048576 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)            "
     "                   LOGGING NOCOMPRESS"
    Import terminated successfully with warnings.
    but I have no lines of base2
    [server1]database2
    /database2/rdbm15> sqlplus / as sysdba
    
    SQL*Plus: Release 10.2.0.5.0 - Production on Thu Oct 6 19:59:17 2011
    
    Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.
    
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> select count(*) from user1.Table1;
    
      COUNT(*)
    ----------
             0
    
    SQL> exit
    SQL> select * from v$version;
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for HPUX: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    Published by: user3636719 on October 6, 2011 17:23

    could ignore = y, and then try again. It should work

    Concerning
    Julien

  • Problem with ECS and XSD

    Hi gurus B2B.
    We are facing the problem with ECS and last 2 weeks XSD files, we followed measures

    1 created an ECS file in document editor version 11 g: 6.6.0
    2 files ECS consists only from segments ST and SE
    Ex: ST
    BCH
    HEART
    REF
    BY - Exclude
    TAX - Exclude
    ...
    .....
    ....
    ....
    IS
    3: file ECS from a file (File-> export-> Oracle B2B) XSD in document ediotr

    4. we have imported an ECS and XSD file in console B2B (documents - file ECS docdef-transaction set) and an XSD file

    5. we have tested a single file of manually, we face below error:

    B2B-51507 error code
    Error Description Machine Info: Description of the (usmtnz - dinfap19.dev.emrsn.org): payload validation error.
    ERROR_LEVEL_COLLABORATION error level
    Severity of the error
    Error text

    and a few times it shows load Guideline error or just simply

    Please help us solve this problem

    Concerning

    You can validate EDI XML with XSD is.

    1 can I use 10 g ECS file and XSD file in 11 G

    You need to upgrade using Oracle Document B2B Publisher (Migrator).

    Error, error short text: the item includes all the important data

    Make sure that the payload is encoded in UTF - 8. B2B Oracle only works with UTF-8 encoding.

    You can discuss a case with support and/or move files (b2b export and test data) to my id.

    Kind regards
    Anuj

  • Commas in the section titles, and the *.htm file names reach the hyperlink jumps?

    I have two subjects that I'm trying to move on to other topics. The thing that these two issues have in common, is that I originally used commas and apostrophes in the topic titles and the *.htm file names. This seemed to screw things, since my jumps to topics has never worked.

    I deleted the subjects that were causing problems and they added without using punctuation. I can not yet jump to these subjects. To check if there was a restriction on the maximum number of hops, you can add to a project, I created a jump to a completely different question - the jump worked.

    So, I think that something has been corrupted with these topics. I could try removing them and adding them "fresh" again, but I thought I'd post here to see if someone has encountered the problem before.

    Thanks in advance,
    ChristyG

    I managed to solve the problem by recreating (for the second time) the section titles and files and do not use any sign of punctuation of any well-founded. I think that the problem resulted from using the keywords that have been used and not used/removed/reused. I went to the tab Index, selected 'see also' in the drop-down list and delete keywords that have been put in bold.

    Kind regards
    ChristyGTWE

  • Problem with IMovie and Quick time

    Hey everybody,

    I am faced with an unexpected problem with Quicktime and I Movie, and I was wondering if someone had already known that:

    I want to create a film based on shots from my personal camera. I started to work with IMovie to create a sequence of opening and added his musical band. I exported the scenes in Quick Time format without any problem. However, when I merge the exported sequence of I film with shots of my video camera, the soundtrack is completely eliminated.

    I checked on the Internet and saw that there might be a problem of "Codecs". To avoid this, I exported the sequence IMovie with Codecs of same as one of my video camera files.

    Now, if I compare the files exported from I Movie and those of my video camera, they have identical characteristics. However, the soundtrack will always disappear when I merge them.

    Could someone please help me solve this problem?

    Thank you very much in advance.

    Concerning

    Could someone please help me solve this problem?

    Not only based on what you already said.

    I want to create a film based on shots from my personal camera. I started to work with IMovie to create a sequence of opening and added his musical band. I exported the scenes in Quick Time format without any problem. However, when I merge the exported sequence of I film with shots of my video camera, the soundtrack is completely eliminated.

    How would you"merge" files? (I.e. a "QuickTime" format is any form of data compatible with the platform of supply and the specific structure of QT incorporated into real employment that is stored in a container of MOV file on any of up to 99 tracks possible). Also, what app do you use for reading the file 'merged '? (For example, some media players ignore secondary audio tracks as a result of some methods of 'fusion' of files so it is important to know how the files are "merged," whether or not the audio data are "scattered" several tracks, and/or if the Media Player supports playback of multiple, sequential audio popular.)

    I checked on the Internet and saw that there might be a problem of "Codecs". To avoid this, I exported the sequence IMovie with Codecs of same as one of my video camera files.

    The specific codecs and settings using the specific version of iMovie? (The current Mac OS X operating systems have two X QT and 'classic' Qt integrated structure so it is important to know what structure is used here and how).

    Now, if I compare the files exported from I Movie and those of my video camera, they have identical characteristics. However, the soundtrack will always disappear when I merge them.

    As a general rule, you should review the file "merged" to determine why it does not play back correctly rather than comparing the characteristics of the source being merged files. The main problem here seems to be in your project workflow. That is, you seem to be when you perform an operation in two steps rather than edit several iMove multimedia files and then export the combined results in a video the video and audio tracks have been flattened and exported in standard compression formats with unified settings, features and the.

  • problem with Safari and the opening of sites

    problem with Safari and the opening of sites

    Please describe the problem in more detail?

    Try to reset the settings of Safari:

    1. open Safari

    2. click on the Safari menu at the top (to the right of the Apple logo)

    3. Select the Preferences/Privacy tab

    4. click on remove all data from the Web site

    5. close Safari.

    Remove cache Safari files:

    1. click on finder

    2. look for the menu GO to top

    3. click on GO and hold down the option key. This will show a user library folder.

    4. click library and find the Caches folder

    5. in the folder caches com.apple.Safari Ouvrezledossier

    6. move the Cache.db file Trash.

    This should solve the problem. If it does not help, try to disable the Safari extensions

    1. open Safari

    2. click on the Safari menu at the top (to the right of the Apple logo)

    3. Select Preferences

    4. find the Extensions tab

    5 disable all extensions of

    6. relaunch Safari

  • How to do this: Photoviewer, Windows cannot save changes to the image due to a problem with the properties of the file!

    Hi, I'm trying to post a photo, but whenever I have try rotation to the right, it says something like: can't save changes to the image due to a problem with the properties of the file. My laptop is MS, but the photos were taken on the Iphone. How to do this?

    I don't know if the following links answer your question, but
    they may be worth a visit:

    Good luck and * proceed at your own risk *.

    FWIW... There is a very long discussion (several pages) to the
    following link:

    Cannot change the imported iPhone 4S photo
    https://discussions.Apple.com/thread/3444951?start=0&TSTART=0

    More Discussion

    iPhone 4S image properties is not compartible with Windows?
    Editing can be done on the computer due to the error
    "Windows Photo Viewer cannot save changes to this picture.
    because there is a problem with the properties of the image file".
    Any help?
    https://discussions.Apple.com/message/17291884#17291884

    More Discussion:

    We cannot turn a few photos in Windows 7 (but can turn others)
    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-pictures/cant-rotate-some-photos-in-Windows-7-but-can/3a809845-9144-4BB1-9bb3-ab4f5b856524

    A simple solution is to open the photos in paint or most other
    digital image editor and modify it.

    Some people have reported success using the following free download
    to remove the metadata.

    Property restrictions stripper iphone 4S (JPEG & PNG Stripper)
    http://www.SteelBytes.com/?mid=30&cmd=download&PID=15

    Here's a way to turn...

    Easily turn locked iPhone 4 and 4 s Photos in Windows 7 with
    the rotator Lossless JPEG free
    http://www.daleisphere.com/easily-rotate-locked-iPhone-4-and-4S-photos-in-Windows-7-with-the-free-JPEG-lossless-Rotator/

    Free download JPEG Lossless rotating
    http://annystudio.com/software/jpeglosslessrotator/

  • Problems with word and PDF after computer crash. Error "user has access privileges."

    Problems with word and PDF after crash

    My computer crashed and I had to run the recovery disk, the repair option, so he could run again. It does not format my computer but I had to re - install several programs. I reinstalled my copy of office for example.  I have an external hard drive where I put most of my files but since installing the recovery disc, it does not open some Word documents and gives a message error "user has not access privilege." It's the same thing with some pdf files. What can I do?  Please help because I can't open some of my documents from the University.

    Hello world
    I would like to just say thank you for your help and the problem is now solved.  In the end I paid someone to sort it out.  He explained that it was something like permissions for some of my files were owned by my old operating system and after that my computer crashed and I had to put through the recovery disc these permissions have been lost.  He told me that he had a program that looked for the old existing and re-installed.
    Thank you.

  • Problem with shorts and arithmetic byte.

    I'm doing some tests involving long, int, short, and byte.

    lT, lS are long

    He, here is are of type int.

    sT, sA, sS are short

    bT, bA, bS are bytes

    Now I have some expressions of the form: xT = xT + xA

    This compiles for long and int, but for the short and byte, I get an error of precision.

    The problem is that arithmetic more small that int is made to int and then converted in byte or short as appropriate.

    int convert to int.

    int converts long and long long turns.

    Thus, there is no problem with int and long.

    However sT = sT + his causes a compilation related to the precision error.

    This seems like a bug to me, because you might same conditions of overflow with long and whole (ints).

    Is this a bug with our J2ME app or a "characteristic". If it's a feature, can someone point me to a link on the web where it says this...?

    Thank you

    -Donald

    The + operator return type is int, unless one of the operands is long, in which case the return type is long. It's like that with JAVA in general, not just the bb or the micro-publishing.

    byte b1 = 1, b2 = 2;
    B1 = (byte) (b1 + b2); needs expressed
    B1 = b2; didn't need casting

    Yes, it's a bit silly. You get used to it after awhile.

    Cheers, Barak.

  • Problem with sound in the ProRes files on first last, CC on 10 to win

    Hello, I've updated my CC Pro first to the latest version on my Windows 10 PC. Since then, I have a problem with the sound in ProRes files recorded with recorder Odyssey 7 q. My first reads the file and it detects sound only partially (in each file it our times of 2-3 seconds of silence, followed by its normal).

    It happens only on my first on Windows. On my MacBook with the same version of first, everything works fine. Apart from the first, I play Prores files successfully on my windows (with sound).

    You know all the solutions to this problem? I tried to reinstall codec first and Quicktime on my PC. Thanks in advance for the help.

    Convergent Design and Adobe are aware of the problem and working on a fix.  You need to roll back to 2015.3 for the moment.

Maybe you are looking for

  • iTunes does not correctly synchronized music

    Very well if this started when my father was add music on his iPhone as he usually does, and it was drag / drop the music of his library to his phone to add. Then for some reason, some of the music has been removed from his phone - but not completely

  • Satellite A210-183 has error message "FAILED to RENDER GRAPH"

    Hello I recently bought a Satellite A210-183 with an AMD processor Turion 64 X 2, 2 GB of memory, ATI X 1200 graphics card 1.3 build in webcam and possibly other features. After 1 day use and that I had tried all the features and worked normally, whe

  • Satellite L875-116 turns off when installing graphics driver

    Computer laptop L875-116 was caught in the cycle of continuous reboot (last driver loaded CLASSPNP. (SYS). Retrieved HARD drive recovery, but laptop still caught up in the cycle of rebooting to the 6/49 - graphics driver. Attempt to retrieve the DVD,

  • RN316 folder randomly freezing on 6.4.0

    Hello I upgraded a customer RN316 firmware 6.4.0 about 2 days ago. The update of the firmware has successfully reported and everything seemed ok for about half a day.The main part (2.7 TB) of data, has become extremely unstable, randomly freezing for

  • Layouts with codec SX20

    Hi guys, I have a new SX20 with 2 screens in the output interface (HDMI´s) and a dvi input, video calls are on h323 and work very well, the problem is this, when I try to see the content of my laptop on the second screen, I need to build on the start