FMS don't read main.asc. I'm going to crazy. Somebody help me.

Hi. All.
I've search enough. and I've did my best for 3 days. 
Unfortunately, I could not solve this problem.
If you help me, you can be my sunshine.
I'm developing Text Chat App using Flex4.6 & FMS 4.5.
I wanna count how many on-line users in.   I found some infomation by googling.
As a result of googling, I figured out I need SSAS(Server Side Action Script)
http://www.fmsguru.com/showtutorial.cfm?tutorialID=48
I followed what he did pecfectly. This source code is what I made.
UserCount.mxml
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009http://ns.adobe.com/http://ns.adobe.com/mxml/2009mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      xmlns:mx="library://ns.adobe.com/flex/mx"
      minWidth="955" minHeight="600" currentState="LogIn">
<s:states>
  <s:State name="LogIn"/>
  <s:State name="LoggedIn"/>
</s:states>
<fx:Declarations>
  <!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<fx:Script>
  <![CDATA[
   private var nc:NetConnection;
   protected function button1_clickHandler(event:MouseEvent):void{
    nc = new NetConnection();
    nc.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus);
    nc.client = this;
    nc.connect("rtmp://192.168.0.5:80/livepkgr/");
   public function setUserCount(userCount:Number):void{
    userCountText.text =  userCount.toString();
   private function onNetStatus(e:NetStatusEvent):void{
    if(e.info.code.indexOf("Success") != -1){
     currentState = "LoggedIn";
  ]]>
</fx:Script>
<s:Panel includeIn="LogIn" x="10" y="10" width="250" height="200" title="Log in to my app">
  <s:Button x="89" y="64" label="Login Now!" click="button1_clickHandler(event)"/>
</s:Panel>
<s:Label includeIn="LoggedIn" x="150" y="136" color="#0E55F6" fontSize="20" text="You are now logged in!"/>
<s:Label includeIn="LoggedIn" x="151" y="94" width="214" color="#8C2222"  id="userCountText" text=""/>
</s:Application>
main.asc
application.onConnect = function(client)
  application.acceptConnection(client);
  userCount = application.clients.length;
  client.call("setUserCount", null, userCount);
1.  I released this project.
2. I got released files.
3. I copied these files to FMS's webroot and main.asc file also.
4. I connected this server by remoted PC. I could connect. And I clicked the button.
http://xxx.xxx.x.x:8134/UserCount/UserCount.html
                     NO REACTION
5. So, I checked break-point setUserCount. This method is called by SSAS.  I wanna know  this method is called or not. But There's no break. That means main.asc is not working.
Pls let me know what is my mistake.
Thanks in advanced
Kevin.

Thank you for reply. Nitin.
I followed your explain.
But I can't connect to server.
When remote users connect to server, they connect http://<server-ip>/<app-name>/<app-main.html>/
This path is /fms/webroot/<app-name>/
NOT /fms/application/<app-name>/
I'm very confusing.  Please give me a favor.
Thanks.
Kevin.

Similar Messages

  • I'm trying to find the dcim file so i can drag and drop my photos onto my pc. However, all i can see this time is a "photostream" folder that is empty as i don't wish to use any icloud functionality. please could somebody help me locate the dcim? thx

    im using iphone 4s and windows vista. thanks.
    also when i plug my phone in i no longer get asked if i want to explore files. how do i enable that? thanks

    Hello iMuppet2, 
    Thanks for visiting Apple Support Communities. 
    It appears that your PC is not recognizing your iPhone 4s as a camera when you connect it. 
    You may find the troubleshooting steps in the "Windows Vista, Windows 7, and Windows 8" section of this article helpful with getting your PC to recognize the iPhone:
    iOS: Unable to import photos to computer - Apple Support
    Sincerely,
    Jeremy 

  • Reader X don't show main window

    Sorry for http://forums.adobe.com/thread/960038?tstart=0 .
    I mean not acrobat but reader.
    That is problem following.
    Reader X start but don't show main window. It's present in process list, but GUI not visible.
    Tryed uninstall install. Without success.
    Can you help?

    You may want to try the following:
    Run this fix from Microsoft: http://support.microsoft.com/mats/Program_Install_and_Uninstall
    Uninstall all traces of any versions of Reader using Add/Remove Programs
    If you want to reinstall Reader, download the full installer from http://get.adobe.com/reader/enterprise/

  • FMS -  Main.asc

    Hello,
    I have an application I created, it`s a video recording applications and one audio recording application.
    like this:
    rtmp://localhost/recorder
    What main.asc file I need to put in this folder? do I need to do modifications to the file to work with my application?
    On the samples folder I know there are one main.asc for eache application. is it OK to use one of that?
    Thanks

    Hey Jeff,
    You can make changes to the sample main.asc files provided to suit your requirments or you can create your own. And place it in the folder that you created.

  • How to implement server side methods in client side player from main.asc?

    Hi,
    I am developing video player using RTMP NetConnection and NetStream object but it is giving me below Error. Can you please tell me how can I handle this. I have main.asc file form FMS server side but I don't know how to use it. 
    Async Error found = <br>Error #2095: flash.net.NetConnection was unable to invoke callback setUserID.
    Async Error found = <br>Error #2095: flash.net.NetConnection was unable to invoke callback syncChat.
    Async Error found = <br>Error #2095: flash.net.NetConnection was unable to invoke callback playingNotComplete.
    Async Error found = <br>Error #2095: flash.net.NetConnection was unable to invoke callback nowPlaying.
    Can anyone please help me ot solve this issue?
    Best regards,
    Sunil kumar

    javascript are run on the client side.. but i think what you actually mean is getting some validation to your database without submitting the form?. yes it doesn't consumes time and memory of server.. why not use ajax so you can only submit a little request.. rather than submitting the whole page..

  • It seem a bug in flash server " main.asc is not working well"

    i did download the latest version of flash media server , but it seam the /live/main.asc did not work at all ,
    i did create a main.asc in :
    C:\Program Files\Adobe\Flash Media Server 3\applications\live\
    to be :
    C:\Program Files\Adobe\Flash Media Server 3\applications\live\main.asc
    now i did add to main.acs this code :
    application.onConnect = function(client, name) {
         trace("TRACE -- TRACE -- TRACE -- TRACE -- TRACE -- TRACE");
    as the help files said :
    The output of the trace() statements used by a main.asc file are sent to a log file, typically:
    RootInstall/logs/_defaultVHost_/yourApplicationName/yourInstanceName/application .xx.log
    Where yourInstanceName is _definst_ by default, and xx is the instance number, 00 for the most recent log file, 01
    for the previous instance, and so forth.
    You can view a log file with any text editor.
    i opened "Flash Media Live Encoder 3" and point the stream to "rtmp://localhost/live/stream" hist start , traming is start well,
    i went to the log to see if it true that FMS will write the trace !
    C:\Program Files\Adobe\Flash Media Server 3\logs\_defaultVHost_\live\stream\application.00.log
    where the "stream" is the the name of the "instance"
    i did not found any thing regarding the "trace("TRACE -- TRACE -- TRACE -- TRACE -- TRACE -- TRACE");"
    Please advice

    It seem no one in the world have this broblem !Please if you have a plan to help us (if).
    Do the following :
    ·        Download the latest version of flash media server , linux or windows never mind
    ·        Install flash media server , as usual with standard settings , in linux use Nobody user
    ·        Now the FMS is run and active .
    ·        Go to the application directory in the “C:\Program Files\Adobe\Flash Media Server 3\applications\live”
    ·        The content of this directory will be as the list below :
    main.far
    Application.xml
    allowedHTMLDomains.txt
    allowedSWFDomains.txt
    So there is NO main.asc file , create a new text file . rename it to be “main.asc”
    o  Open the main.asc code , it will be empty for sure .
    o  Put the following command :
    o  trace(‘--------------- Test The Log Out Put -------------’);
    ·        Now Open the “fms_adminConsole.htm” and Login as admin
    ·        Select View Applications Tap
    ·        Now , form “New Instance” select the “LIVE” and insert “test”
    ·        Click on the name of the Instance in the right window and click the restart application icone in the toolbar , and see the live log , there is no out put of the trace command:
    o  Found wildcard (*) entry: disabling authentication for HTML file domains
    o  Found wildcard (*) entry: disabling authentication for SWF file domains
    o  Unloaded application instance live/test
    ·        Any way , Now Open the “Adobe Flash Media Live Encoder 3”
    ·        Point the FMS to “rtmp://localhost/live/test”
    ·        Stream: test_str
    ·        Click on start
    ·        Go to “fms_adminConsole.htm”
    ·        Select View Applications Tap
    ·        Go to live loge window ,
    ·        There is nothing regarding the trace command that we set in the main.asc ate the 1st place, but we did restart the app! strange !!!!
    ·        We can see just “Accepted a connection from IP:127.0.0.1”
    ·        Is there any thing wrongs with the steps ! is it a bug or what ?
    ·        If trace command did not run so any command will not load .
         ·        Why is that ?

  • Mysteriously Missing Main.asc

    Have any of you ever heard of a main.asc file being
    "mysteriously" deleted from an application's directory?
    I'm working on a client project that was being developed on
    an in-house Fedora Core 5 server where I'd installed FMS. I
    uploaded the client's video streams and coded main.asc's for two
    separate applications. One of them, the larger of the two, had some
    very important code in there that took me several all nighter's to
    get right.
    Long story short, the project got put on hold for a while and
    now I'm taking another look at it, and moving it to a server live
    on the internet. In doing so, I'm seeing that the main.asc file I
    wrote for one of the projects is just plain GONE, like it never
    existed. The other application is fine, untouched, but the more
    important of the two has another strange twist: a directory called
    "http" that I never created. Inside it are some streams (placed in
    their own subdirectories) from the application's "streams"
    directory that I never moved in there. And of course like I said,
    the main.asc file is just plain gone.
    Looking at /var/log/messages doesn't give me any information
    (looks like the logs just rotated a day or two ago). Does anyone
    have any ideas how I can find out:
    a) how the hell this was deleted,
    b) if there's a backup somewhere on the system (already tried
    updatedb/locate main.asc, no help)
    c) how to prevent it from happening again
    Thanks in advance for any assistance you can provide.

    I'm wondering if you've got some security holes there. Did
    you look at any of the streams? Are they something that would have
    been published by an authorized user, or does it appear that
    someone has been adding their own streams and leeching your
    bandwidth/connections?
    The missing main.asc is what makes me suspicious. FMS
    wouldn't remove its own files like that, and since other files are
    where they should be, it sort of rules out the file missing as a
    result of a system restore. Removing the main.asc would make the
    application wide open to abuse, so if someone wanted to leech
    effectively, removing the main.asc would be helpful to them.
    What do your server logs (not the FMS logs, the network level
    logs) tell you? Do you see anything odd? If someone broke into the
    server and deleted your main.asc, it wouldn't show up in the FMS
    logs.

  • Main.asc server side script not working

    Here the simple script i put at server seem like is not working also enclosed screenshot for the adminconsole
    my server side file main.asc save at /opt/adobe/fms/application/playtechmnflive/
    my doing FMS edge server.
    application.allowDebug= true;
    application.onAppStart = function(){
            this.eventTime = (new Date().valueOf() + 10000);
            this.timer_int = setInterval(checkForEvent, 1000, this);
    function checkForEvent(app){
            var now = new Date().valueOf();
            if(now > app.eventTime) {
                    trace("something");
            }else{
                    trace("damn");

    The script is fine (at least i assume u want the timer working with no errors). The thing is that u can't put any code nor apps on the edge node. Put it on the origin and hook up your edge to that origin.

  • Who Publish "file.flv" in Live Application By main.asc

    I want the now if is possible:
    FILE.FLV ----> TO ---> LIVE APPLICATION
    SOMTING LIKE
    Stream.play("file.flv")
    stream.get("live.flv_file_name_when_is_published")
    Tanks all

    Hi. Assuming you downloaded and installed Adobe Media Server ( formerly Flash Media Server ) ..... On Windows ....  You create a folder named whatever you want like "videos" in  C:\Program Files\Adobe\Adobe Media Server 5\applications   Then put the main.asc file in videos folder.   Then create a folder in videos named media.  So you have a full path like C:\Program Files\Adobe\Adobe Media Server 5\applications\videos\media  Put your .flv in the media folder.  Restart AMS/FMS using the adminConsole C:\Program Files\Adobe\Adobe Media Server 5\tools\ams_adminConsole.htm   Then insert an flv
    You may need to run the html from localhost rather than live preview or preview in browser because of security crap in flashplayer.
    HTH

  • How to create main.RSA from main.asc

    Dear All !
    I'm using Adobe Flash Media Server 4.5. I'm testing on Live applications. I have modified some code in the file main.asc Live app.
    - How to create file main.RSA from file main.asc?.
    Can anyone please help me. I using Adobe Flash Media Server 4.5.

    Hi!
    Like this:
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
         i_callback_top_of_page            = 'TOP_OF_PAGE'
    *      Form top_of_page
    FORM top_of_page.   "ALV GRID megjelenítéséhez
      DATA: lv_fejlec(100) TYPE c,
            lv_statuszok(200) TYPE c.
      REFRESH gt_top_of_page.
    * LIST HEADING LINE: TYPE H
      CONCATENATE sy-repid ' --- ' sy-title INTO lv_fejlec.
      CLEAR gs_line.
      gs_line-typ  = 'H'.
      gs_line-info = lv_fejlec.
      APPEND gs_line TO gt_top_of_page.
    * STATUS LINE: TYPE S
      CLEAR gs_line.
      gs_line-typ  = 'S'.
      gs_line-key  = text-501.
      CONCATENATE sy-datum(4) '.' sy-datum+4(2) '.' sy-datum+6(2)
             INTO gs_line-info.
      APPEND gs_line TO gt_top_of_page.
      gs_line-key  = text-502.
      CONCATENATE p_devdat(4) '.' p_devdat+4(2) '.' p_devdat+6(2)
             INTO gs_line-info.
      APPEND gs_line TO gt_top_of_page.
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
        EXPORTING
          it_list_commentary       = gt_top_of_page
    *     I_LOGO                   =
    *     I_END_OF_LIST_GRID       =
    ENDFORM.
    Regards
    Tamá

  • Where do I place main.asc?

    Hi~ all.
    I placed main.asc in /FMS/webroot/main.asc
    This is not working.
    so I placed here.
    /FMS/webroot/MyApplication/main.asc
    This also is not working.
    The path is correct?
    How can FMS recognize main.asc file?
    Thanks in advanced.

    To connect to an application, the server must know that the application exists. This process is called registering the application with the server. To register an application with the server, create a folder for the application in the applications folder. For example, create the following folder to register an application called "myApplication":
    RootInstall/applications/myApplication

  • ITunes wont open for me. it keeps saying "the Disc "untitled playlist" cannot be read. An unknown error occurred (-69)." don't know how to get it to work. Please help

    iTunes wont open for me. it keeps saying "the Disc "untitled playlist" cannot be read. An unknown error occurred (-69)." don't know how to get it to work. Please help

    It is likely a hardware failure
    http://support.apple.com/kb/TS3694?viewlocale=en_US#error1

  • Why is my macbook pro running slow.  It runs slow even if only one app is open, especially if it's a browser.  I don't know how to read Etrecheck, but was hoping someone who does can help me out.  Would be super grateful.  :-)

    Hi.  This is my first time posting.  My Macbook Pro with Os X Mavericks has been running super slow since before I installed Mavericks so I'm pretty sure it's not the OS that has the problem.  It runs slow even if only one app is open, especially if it's a browser, particulary google chrome.  If mail is open...forget about it, down to a crawl.  I don't know how to read Etrecheck, but was hoping someone who does can help me out.  Would be super grateful.  :-)
    P.S. - Also, it sounds like something is loose inside my mac.  How should I proceed?
    Thanks in advance.
    Hardware Information:
              MacBook Pro (13-inch, Late 2011)
              MacBook Pro - model: MacBookPro8,1
              1 2.8 GHz Intel Core i7 CPU: 2 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 3000 - VRAM: 384 MB
    System Software:
              OS X 10.9.2 (13C1021) - Uptime: 0 days 23:21:37
    Disk Information:
              APPLE HDD HTS547575A9E384 disk0 : (750.16 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 749.3 GB (603.2 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-8A8 
    USB Information:
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Computer, Inc. IR Receiver
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Gatekeeper:
              Mac App Store and identified developers
    Kernel Extensions:
              [not loaded] com.leapfrog.driver.LfConnectDriver (1.8.0 - SDK 10.7) Support
              [not loaded] com.seagate.driver.PowSecDriverCore (5.0.1) Support
              [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.0.1) Support
              [not loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.0.1) Support
              [not loaded] com.seagate.driver.SeagateDriveIcons (5.0.1) Support
    Problem System Launch Daemons:
              [failed] com.apple.wdhelper.plist
    Problem System Launch Agents:
              [loaded] com.paragon.NTFS.auth.plist Support
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist Support
              [loaded] com.google.keystone.daemon.plist Support
              [loaded] com.leapfrog.connect.shell.plist Support
              [loaded] com.macpaw.CleanMyMac2.Agent.plist Support
              [loaded] com.microsoft.office.licensing.helper.plist Support
              [running] com.sophos.autoupdate.plist Support
              [running] com.sophos.intercheck.plist Support
              [running] com.sophos.notification.plist Support
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist Support
              [loaded] com.google.keystone.agent.plist Support
              [running] com.seagate.SeagateStorageGauge.plist Support
              [running] com.sophos.uiserver.plist Support
              [running] org.chromium.chromoting.plist Support
    User Launch Agents:
              [loaded] com.adobe.AAM.Updater-1.0.plist Support
              [loaded] com.adobe.ARM.[...].plist Support
              [failed] com.adobe.ARM.[...].plist Support
              [loaded] com.facebook.videochat.[redacted].plist Support
              [loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist Support
              [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist Support
              [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist Support
    User Login Items:
              Activity Monitor
              Dropbox
              Google Drive
              younity
              EvernoteHelper
    Internet Plug-ins:
              o1dbrowserplugin: Version: 5.2.4.18058 Support
              nplastpass: Version: 2.5.5 Support
              Default Browser: Version: 537 - SDK 10.9
              AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 Support
              FlashPlayer-10.6: Version: 13.0.0.206 - SDK 10.6 Support
              Silverlight: Version: 5.1.20125.0 - SDK 10.6 Support
              Flash Player: Version: 13.0.0.206 - SDK 10.6 Support
              QuickTime Plugin: Version: 7.7.3
              googletalkbrowserplugin: Version: 5.2.4.18058 Support
              SharePointBrowserPlugin: Version: 14.4.1 - SDK 10.6 Support
              AdobePDFViewer: Version: 11.0.06 - SDK 10.6 Support
              JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Safari Extensions:
              Slick Savings: Version: 1.0
              Slick Savings: Version: 1.0
              Surfon: Version: 1.2.2
              Pearltrees Extension: Version: 6.0.13
              Mindomo Bookmarks: Version: 1.0
              Ebay Shopping Assistant: Version: 1.1
              Zootool: Version: 0.7
              Amazon Shopping Assistant: Version: 1.1
              Pocket: Version: 1.7.1
              Searchme: Version: 1.3
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User iTunes Plug-ins:
              TuneUp Visualizer: Version: 2.4.0 - SDK 10.6 Support
    User Internet Plug-ins:
              Picasa: Version: 1.0 - SDK 10.4 Support
    3rd Party Preference Panes:
              remoting_host_prefpane  Support
              Flash Player  Support
              Paragon NTFS for Mac ® OS X  Support
    Time Machine:
              Mobile backups: ON
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 697.84 GB Disk used: 136.06 GB
              Destinations:
                        NO NAME [Local] (Last used)
                        Total size: 3.41 GB
                        Total number of backups: (null)
                        Size of backup disk: Too small
                                  Backup size 3.41 GB < (Disk used 136.06 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   6%          Activity Monitor
                   5%          WindowServer
                   1%          InterCheck
                   1%          sysmond
                   0%          ocspd
    Top Processes by Memory:
              152 MB          Finder
              115 MB          HelpViewer
              111 MB          mds_stores
              86 MB          InterCheck
              57 MB          WindowServer
    Virtual Memory Information:
              983 MB          Free RAM
              1.03 GB          Active RAM
              584 MB          Inactive RAM
              1.01 GB          Wired RAM
              17.41 GB          Page-ins
              222 MB          Page-outs

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Unable to load ITUNES onto PC HP, windows 7 Home Version.  Error message reads "Application Application Support not found".  "Unistall and reload".  I have done that 4 times on Explorer and Firefox without success.  Help??

    Unable to load ITUNES onto PC HP, windows 7 Home Version.  Error message reads "Application Application Support not found".  "Uninstall and reload".  I have done that 4 times on Explorer and Firefox without success.  Help??

    I had gotten a similar problem, except with "provider services", i believe, but i solved it by copying sqlite3.dll from E:\Program Files\Common Files\Apple\Apple Application Support to E:\Program Files\Common Files\Apple\Mobile Device Support. doing that solved my first problem, but now i have been getting the error described in this topic (unable to load dataclass info... etc.). i tried reinstalling itunes (i already had 9.1.1, and thats what i reinstalled) by using the method described on apples site (using the "remove programs" tool in the control panel) and then downloading and installing itunes. when i opened it again, i still got the same error, and just now i got an error saying "the instruction at "0x00aadb6b" referenced memory at "0x00000008". the memory could not be read" it gave me the option to cancel and debug, or to press ok and terminate the program. I tried pressing cancel, and the popup went away but nothing else happened. a minute later the popup was back, so i pressed ok and itunes quit. Upon opening Itunes again, i got the very same error. sorry for the long post, but its really been bugging me. thanks for any help you might give, and if you need anymore info, feel free to contact me.

  • Since I have Yosemite on my iMac I can't view PDF files in Safari anymore.  It keeps telling me to upgrade my Adobe Reader, but it is the latest version.  Please help?  I don't have this problem on my Macbook that does not have Yosemite installed.

    Since I have Yosemite on my iMac I can't view PDF files in Safari anymore.  It keeps telling me to upgrade my Adobe Reader, but it is the latest version.  Please help?  I don't have this problem on my Macbook that does not have Yosemite installed.

    Back up all data before making any changes. Please take each of the following steps until the problem is resolved.
    Step 1
    If Adobe Reader or Acrobat is installed, and the problem is just that you can't print or save PDF's displayed in Safari, you may be able to do so by moving the cursor to the the bottom edge of the page, somewhere near the middle. A black toolbar should appear under the cursor. Click the printer or disk icon.
    Step 2
    There should be a setting in its preferences of the Adobe application such as Display PDF in Browser. I don't use those applications myself, so I can't be more precise. Deselect that setting, if it's selected.
    Step 3
    If you get a message such as ""Adobe Reader blocked for this website," then from the Safari menu bar, select
              Safari ▹ Preferences... ▹ Security
    and check the box marked
              Allow Plug-ins
    Then click
              Manage Website Settings...
    and make any required changes to the security settings for the Adobe PDF plugin.
    Step 4
    Triple-click anywhere in the line of text below on this page to select it, the copy the selected text to the Clipboard by pressing the key combination command-C:
    /Library/Internet Plug-ins
    In the Finder, select
              Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens by pressing command-V, then press return.
    From the folder that opens, move to the Trash any items that have "Adobe" or “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari.
    Step 5
    The "Silverlight" web plugin distributed by Microsoft can interfere with PDF display in Safari, so you may need to remove it, if it's present. The same goes for a plugin called "iGetter," and perhaps others—I don't have a complete list. Don't remove Silverlight if you use the "Netflix" video-streaming service.
    Step 6
    Do as in Step 4 with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari.

Maybe you are looking for