Shared Ball example works poorly! Is this the best FMS can do?

I used AS2 to recreate the shared ball example ( a simplified version) but the ball is really jerky. I've set so.setFps(60) and it's just as bad. The active client is only updated when the mouse stops (the ball simply follows the mouse in my version) and the receiving client is very jerky even with swf framerate set to 60fps! Any suggestions? Or is FMS just for video (I don't plan to recreate Youtube)? I am really disappointed and frustrated.
Thanks for any suggestions

Thanks, Lisa, but I have tried that. The code is simple:
connect to the server: nc = new netconnection
nc.connect(url)
so = SharedObject.getRemote(nc)
so.onSync = function(list){ //update ball.xy here}
and that's it!
I don't know what else is there to do. It works, just very poorly. I've scoured the docs and can't seem to find any alternatives. The server performance shows mem/CPU usage so low it's not even registering. Bandwidth is also very low as the client is being tested on the development server. I've written realtime multiplayer-code using PHP that performed better! and that was on a shared hosted server that I didn't control that was "who-knows-where." Is it because I'm using the free development server? I need to impress my supervisor before I can recommend this product or we're going back to open source. I hope not because FMS is easier to code.
Any other suggestions are welcome. Thanks

Similar Messages

  • Is this the best it can do?

    I just burned out a 12 minute movie thru IDVD and got 14 flash frames, either white, or where a photo from elsewhere pops up for a moment.
    I burned an IPhoto slideshow to a Quick Time Movie, then put that into an IDVD project at Professional Quality.
    What accounts for the flash frames?
    If I burn this out again, am I just going to get new flash frames in different places?
    I get that all this software is consumer-grade, but even consumers want a DVD that people can watch, that's the whole point isn't it?
    Yikes.
    D

    Hi Douglas,
    I was having the same issue. I have a business (http://www.itunesmylife.com) where I convert customers home videos into iTunes compatible formats so they can play them on iPod, iPhone, Mac, and Apple TV. Many of customers still wanted the DVD copies. I was getting very poor quality with my own photo slideshows and HD video content when I tried to make DVD copies. I think I finally fixed the problem.
    1. From iMovie '09, I export using Quicktime with the following settings:
    Compression Type: Apple Intermediate Codec
    Frame Rate: Current
    Compressor Preset: HDV 720p
    Size: 1280 x 720 HD
    Checked Preserve aspect ratio using Letterbox
    Checked Deinterlace Source Video
    2. I am not sure if this step is necessary but I had read in the forum that the old version of iMovie '06 had "lossless" transfer to iDVD. I import the ".MOV" file from Step 1 into iMovie '06. iMovie project settings are DV-NTSC-Widescreen.
    3. After the import completes. I drag the clip to the timeline and then share directly to iDVD '09.
    4. From iDVD '09, I choose profession quality and burn the image to Disk.
    The DVD contained photos and video and looks terrific on HD television. Prior to this approach, the quality was very "jagged" and poor. It almost looked like the video had been "double-interlaced" which is why I think the "deinterlace" export from iMovie may have done the trick.
    I hope this works for you. Let me know. I am here to help

  • DSL working poorly, is this what is to be expected?

    I've had Verizon DSL internet for several years now.  As my family has added more computers and devices and started using the internet more, we have had more and more issues with our service.  If 3 or 4 of us are all using computers or some devices with wifi at once, especially if someone is streaming video, the router tends to freeze up and has to be reset (shut off and back on) before everything will work again.  Sometimes we've had to do this several times in a day.  Now I just got an Ipad Air at Christmas, and it likes to randomly drop my wifi connection.  My router is fine and the wifi isn't down, it just drops the connection and I have to connect again.  I don't think it is an issue with the Ipad, because I've spent time at other locations (including several days at my in-laws where they have internet through their cable provider), and I haven't had a problem like this anywhere outside of my own house.  Is there something I can do to fix this?  Is this the best I can expect out of DSL?  I'd love to switch to FIOS, but it isn't offered in my area.  I'm ready to switch to Comcast if this doesn't improve.

    Step one: Visit http://www.giganews.com/line_info.html and post up the Traceroute the page shows, if you wish. Be aware that your non-bogan public IP Address will show up.  It might shown up as the final hop (bottom-most line of the trace)  might contain a hop with your IP address in it. Either remove that line or show only the first two octets. What I'm looking for is a line that mentions "ERX" in it's name towards the end. If for some reason the trace does not complete (two lines full of Stars), keep the trace route intact.
    For example this what I saw when I was using Verizon
    news.giganews.com
        traceroute to 71.242.*.* (71.242.*.*), 30 hops max, 60 byte packets
        1 gw1-g-vlan201.dca.giganews.com (216.196.98.4) 13 ms 13 ms 13 ms
        2 ash-bb1-link.telia.net (213.248.70.241) 39 ms 7 ms 7 ms
        3 TenGigE0-2-0-0.GW1.IAD8.ALTER.NET (63.125.125.41) 4 ms 4 ms GigabitEthernet2-0-0.GW8.IAD8.ALTER.NET (63.65.76.189) 4 ms
        4 so-7-1-0-0.PHIL-CORE-RTR1.verizon-gni.net (130.81.20.137) 6 ms 6 ms 6 ms
        5 P3-0-0.PHIL-DSL-RTR11.verizon-gni.net (130.81.13.170) 6 ms 6 ms 6 ms
        6 static-71-242-*-*.phlapa.east.verizon.net (71.242.*.*) 32 ms 32 ms 33 ms
    Step two: Can you provide the Transceiver Statistics from your modem?
    #3 If you don't know how to get that info:
    a) What is the brand and model of your modem?
    b) If you have a RJ-45 WAN port router connected to it: What is the brand and model of the RJ-45 WAN port router?
    #4 If you have a RJ-45 WAN port router connected to the modem, even if you know how to get the Transceiver Statistics from the modem: What is the brand and model of the RJ-45 WAN port router?
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • Cfqueryparam numeric help - is this the best way

    I have an update in one of my programs and I'm using the
    cfqueryparam. It works fine if the value is not entered since the
    type is cf_sql_varchar. If the value is cf_sql_integer/cf_sql_float
    and the field is required, it again works fine. Now if the field is
    cf_sql_integer and not required, it will throw an error if no value
    is passed to it. I tried using the NULL parameter, but that will
    put NULL in the field every time. I finally ended up using a cfif
    statement to check. Is this the best way? Am I missing something?
    How do others handle this?

    Your's is as good a way as any. But since you asked, my
    approach is usually like this:
    Step 1, build a string variable called sql. Perform all your
    if/else and other logic at this step.
    Step 2
    <cfquery>
    #PreserveSingleQuotes(sql)#
    </cfquery>
    My method makes it almost impossible to use cfqueryparam
    because of all the quotes. However, I find it easier to develop,
    read, and maintain code when you have as much if/else, loop, etc
    processing in the same block of code.
    You might be able to do both. Something like
    Step 1 - use if/else logic to set a variable (call it null)
    to either yes or no.
    Step 2
    cfqueryparam null="#null#">
    I've never actually tried. Most of my work is with a db that
    does not support cfqueryparam so using it is not a high priority
    item for me.

  • I travel between countries often for my work.  What is the best iphone to use for international calling at a reasonable cost?

    I travel between countries often for my work.  What is the best iphone to use for international calling at a reasonable cost?

    All six Uk carriers carry the iPhone officially and micro sims are very common therefore
    PAYG is very common in UK every carrier offers a number of packages but all commitment free
    http://support.apple.com/kb/ht1937
    List of Turkish Carriers within this doc

  • Adobe X PDF files converted to jpg, edited and converted back to PDF have ragged, unclear text.  I didn't have this problem with Acrobat 9 standard.  What is the remedy for this.  If this is the best I can expect, I won't be able to use X standard.

    Adobe X PDF files converted to jpg, edited and converted back to PDF have ragged, unclear text.  I didn't have this problem with Acrobat 9 standard.  What is the remedy for this.  If this is the best I can expect, I won't be able to use X standard.

    I can't imagine any worse workflow than converting to JPEG to edit text, then back to PDF. Text in a PDF is a vector thing, smooth at all resolutions. And JPEG is made for photos. EVERY conversion to JPEG and back loses quality but how much loss there is will vary.
    If you must go to an image format, try PNG.

  • My camera does not work after I restored the system, how can I use it again?

    My camera does not work after I restored the system, how can I use it again?
    Thank you for your help!

    Did try to restore "as new device" without using the backup after that?
    Did you try to reset the phone by holding the sleep and home button until the Apple logo coes back again?

  • Is this the best performed query?

    Hi Guys,
    Is this the best performed query or i can still improve it ?
    I am new to SQL performacne tune, please help to get best performance of the query.
    SQL> EXPLAIN PLAN SET STATEMENT_ID = 'ASH'
    2 FOR
    3 SELECT /*+ FIRST_ROWS(30) */ PSP.PatientNumber, PSP.IntakeID, U.OperationCenterCode OpCenterProcessed,
    4 PSP.ServiceCode, PSP.UOMcode, PSP.StartDt, PSP.ProvID, PSP.ExpDt, NVL(PSP.Units, 0) Units,
    5 PAS.Descript, PAS.ServiceCatID, PSP.CreatedBy AuthCreatedBy, PSP.CreatedDateTime AuthCreatedDateTime,
    6 PSP.AuthorizationID, PSP.ExtracontractReasonCode, PAS.ServiceTypeCode,
    7 NVL(PSP.ProvNotToExceedRate, 0) ProvOverrideRate,
    8 prov.ShortName ProvShortName, PSP.OverrideReasonCode, PAS.ContractProdClassId
    9 ,prov.ProvParentID ProvParentID, prov.ProvTypeCd ProvTypeCd
    10 FROM tblPatServProv psp, tblProductsAndSvcs pas, tblProv prov, tblUser u, tblGlMonthlyClose GLMC
    11 WHERE GLMC.AUTHORIZATIONID >= 239
    12 AND GLMC.AUTHORIZATIONID < 11039696
    13 AND PSP.AuthorizationID = GLMC.AUTHORIZATIONID
    14 AND PSP.Authorizationid < 11039696
    15 AND (PSP.ExpDt >= to_date('01/03/2000','MM/DD/YYYY') OR PSP.ExpDt IS NULL)
    16 AND PSP.ServiceCode = PAS.ServiceCode(+)
    17 AND prov.ProvID(+) = PSP.ProvID
    18* AND U.UserId(+) = PSP.CreatedBy
    19 /
    Explained.
    Elapsed: 00:00:00.46
    SQL> SELECT * FROM TABLE(dbms_xplan.display);
    Plan hash value: 3602678330
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 8503K| 3073M| 91 (2)| 00:00:02 |
    |* 1 | HASH JOIN RIGHT OUTER | | 8503K| 3073M| 91 (2)| 00:00:02 |
    | 2 | TABLE ACCESS FULL | TBLPRODUCTSANDSVCS | 4051 | 209K| 16 (0)| 00:00:01 |
    | 3 | NESTED LOOPS | | 31 | 6200 | 75 (2)| 00:00:01 |
    | 4 | NESTED LOOPS OUTER | | 30 | 5820 | 45 (3)| 00:00:01 |
    |* 5 | HASH JOIN RIGHT OUTER | | 30 | 4950 | 15 (7)| 00:00:01 |
    | 6 | TABLE ACCESS FULL | TBLUSER | 3444 | 58548 | 12 (0)| 00:00:01 |
    |* 7 | TABLE ACCESS FULL | TBLPATSERVPROV | 8301K| 585M| 2 (0)| 00:00:01 |
    | 8 | TABLE ACCESS BY INDEX ROWID| TBLPROV | 1 | 29 | 1 (0)| 00:00:01 |
    |* 9 | INDEX UNIQUE SCAN | PK_TBLPROV | 1 | | 0 (0)| 00:00:01 |
    |* 10 | INDEX UNIQUE SCAN | PK_W_GLMONTHLYCLOSE | 1 | 6 | 1 (0)| 00:00:01 |
    Predicate Information (identified by operation id):
    1 - access("PSP"."SERVICECODE"="PAS"."SERVICECODE"(+))
    5 - access("U"."USERID"(+)="PSP"."CREATEDBY")
    7 - filter(("PSP"."EXPDT">=TO_DATE('2000-01-03 00:00:00', 'yyyy-mm-dd hh24:mi:ss') OR
    "PSP"."EXPDT" IS NULL) AND "PSP"."AUTHORIZATIONID">=239 AND "PSP"."AUTHORIZATIONID"<11039696)
    9 - access("PROV"."PROVID"(+)="PSP"."PROVID")
    10 - access("PSP"."AUTHORIZATIONID"="GLMC"."AUTHORIZATIONID")
    filter("GLMC"."AUTHORIZATIONID">=239 AND "GLMC"."AUTHORIZATIONID"<11039696)
    28 rows selected.
    Elapsed: 00:00:00.42

    Thanks a lot for your reply.
    Here are the indexes on those tables.
    table --> TBLPATSERVPROV ---> index PK_TBLPATSERVPROV ---> column AUTHORIZATIONID
    table --> TBLPRODUCTSANDSVCS ---> index PK_TBLPRODUCTSANDSVCS ---> column SERVICECODE
    table --> TBLUSER ---> index PK_TBLUSER ---> column USERID

  • Is This The Best Way To Put iMovie Effects On An FCE Clip?

    I have often suggested to other people that they should export clips from FCE to iMovie in order to make use of certain iMovie effects that FCE can't do.
    As with most things there are several different ways of "transporting" the clips.
    Bearing in mind that we want the quickest/lossless method possible, is this the best?
    1. In the FCE Timeline double-click the clip.
    2. Select File>Export>QuickTime Movie and click "Save".
    3.Open a new iMovie Project, import the newly made QuickTime Movie clip and add the necessary effect.
    4. Back in FCE, Import the QuickTime Movie from the iMovie Project.
    Is this in fact the best way or do you know of a better/quicker one?
    Ian.

    Thanks for the confirmation, Tom.
    By "clip" I was actually meaning a few seconds of video I had chopped up on the timeline.
    What caught me out initially was when I simply highlighted the 10 second "clip" and selected QuickTime Movie.
    The estimated time for conversion was around 10 minutes! It was actually making a QT Movie of the complete Sequence, not just the selected "clip". I soon realised that the "clip" needed double-clicking to ensure that only the required 10 seconds were converted.
    Ian.

  • Is this the best deal Im going to get from Apple (UK) online store?

    Ok looking to buy my 1st ever iMac,
    At moment if your a teacher (my sister is-is it ok to use her as the contact for buying in educational but still use my credit card to buy the iMac?) you can get the normal educational discount (about £50 (UK) off a £799 iMac) plus at moment you also get a free 4Gb new Nano - until the 30th Oct
    Is this the best sort of deal Im goona get? I know Apple stuff is normally rigid in its prices, do you think there will be any better deals coming before Xmas? what about in the past has there been?
    also I noticed Quidco are offering 4% commision so this is another approx £32 Uk I would get back as well with my extras I would want (320Gb HDD+wireless mouse)
    sorry for the long post but please help
    thanks
    Message was edited by: the loc-man

    Amigo, the bottom line is that you are asking the wrong folks. Obviously no one here has experience buying from Apple with the jockeying around that you need to afford the purchase. In the end it is up to Apple. If the sale doesn't go through on the Apple Store website in her name on your bank card, then you may need other arrangements.
    My experience with Apple is that if you are honest with them, they are honest with you. The education discount is to help students and teachers afford computers. It isn't so someone who qualifies can buy computers for all their relatives. Which is why there is an annual limit on how much is allowed for purchase to each person who qualifies for the discount
    Good luck.

  • Is this the best design for asynchronous notifications (such as email)? Current design uses Web Site, Azure Service Bus Queue, Table Storage and Cloud Service Worker Role.

    I am asking for feedback on this design. Here is an example user story:
    As a group admin on the website I want to be notified when a user in my group uploads a file to the group.
    Easiest solution would be that in the code handling the upload, we just directly create an email message in there and send it. However, this seems like it isn't really the appropriate level of separation of concerns, so instead we are thinking to have a separate
    worker process which does nothing but send notifications. So, the website in the upload code handles receiving the file, extracting some metadata from it (like filename) and writing this to the database. As soon as it is done handling the file upload it then
    does two things: Writes the details of the notification to be sent (such as subject, filename, etc...) to a dedicated "notification" table and also creates a message in a queue which the notification sending worker process monitors. The entire sequence
    is shown in the diagram below.
    My questions are: Do you see any drawbacks in this design? Is there a better design? The team wants to use Azure Worker Roles, Queues and Table storage. Is it the right call to use these components or is this design unnecessarily complex? Quality attribute
    requirements are that it is easy to code, easy to maintain, easy to debug at runtime, auditable (history is available of when notifications were sent, etc...), monitor-able. Any other quality attributes you think we should be designing for?
    More info:
    We are creating a cloud application (in Azure) in which there are at least 2 components. The first is the "source" component (for example a UI / website) in which some action happens or some condition is met that triggers a second component or "worker"
    to perform some job. These jobs have details or metadata associated with them which we plan to store in Azure Table Storage. Here is the pattern we are considering:
    Steps:
    Condition for job met.
    Source writes job details to table.
    Source puts job in queue.
    Asynchronously:
    Worker accepts job from queue.
    Worker Records DateTimeStarted in table.
    Queue marks job marked as "in progress".
    Worker performs job.
    Worker updates table with details (including DateTimeCompleted).
    Worker reports completion to queue.
    Job deleted from queue.
    Please comment and let me know if I have this right, or if there is some better pattern. For example sake, consider the work to be "sending a notification" such as an email whose template fields are filled from the "details" mentioned in
    the pattern.

    Hi,
    Thanks for your posting.
    This development mode can exclude some errors, such as the file upload complete at the same time... from my experience, this is a good choice to achieve the goal.
    Best Regards,
    Jambor  
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Is this the best way to write this in AS3

    I have converted my old AS2 to As3. It now appears to work the same as before but being new to AS3 I have a few questions.
    In this example I click on a button which takes me to a keyframe that plays a MC. There is another btn that takes me back to the original page.
    In AS2 it is written like this.
    // Go to keyFrame btn
    on (release) {
    //Movieclip GotoAndStop Behavior
    this.gotoAndStop("Jpn_Scul_mc");
    //End Behavior
    // Play Movie
    on (release) {
    //Movieclip GotoAndStop Behavior
    this.gotoAndStop("Jpn_Movie");
    //End Behavior
    //load Movie Behavior
    if(this.mcContentHolder == Number(this.mcContentHolder)){
    loadMovieNum("PL_Japan_Scul.swf",this.mcContentHolder);
    } else {
    this.mcContentHolder.loadMovie("PL_Japan_Scul.swf");
    //End Behavior
    // Return key
    on (release) {
    //Movieclip GotoAndStop Behavior
    this.gotoAndStop("Jpn_Intro");
    //End Behavior
    In AS3 it is written like this.
    // Play Movie
    var myrequest_Jpn:URLRequest=new URLRequest("PL_Japan_Scul.swf");
    var myloader_Jpn:Loader=new Loader();
    myloader_Jpn.load(myrequest_Jpn);
    function movieLoaded_Jpn(myevent_Jpn:Event):void {
    stage.addChild(myloader_Jpn);
    var mycontent:MovieClip=myevent_Jpn.target.content;
    mycontent.x=20;
    mycontent.y=20;
    //unload method - Return to keyframe
    function Rtn_Jpn_Intro_(e:Event):void {
    gotoAndStop("Japan_Intro");
    Rtn_Jpn_Intro_btn.addEventListener(MouseEvent.CLICK, removeMovie_Jpn);
    function removeMovie_Jpn(myevent_Jpn:MouseEvent):void {
    myloader_Jpn.unload();
    myloader_Jpn.contentLoaderInfo.addEventListener(Event.COMPLETE, movieLoaded_Jpn);
    Rtn_Jpn_Intro_btn.addEventListener("click",Rtn_Jpn_Intro_);
    // Go to keyFrame btn
    function Scul_Play(e:Event):void {
    gotoAndStop("Jpn_Scul_mc");
    Jpn_Scul_btn.addEventListener("click",Scul_Play);
    1. Is there a better, more efficient way to achieve this in AS3?
    2. I have used an //unload method in the AS3 script which does remove the MC from the scene but I notice in the output tab my variable code is still being counted for the last MC played.
    Is this normal?

    Hi Andrei, I have started a new project and taken your advice to construct it with a different architecture with all the code in one place.
    I have two questions regarding your last code update.
    var myrequest_Jpn:URLRequest;
    var myloader_Jpn:Loader;
    Rtn_Jpn_Intro_btn.addEventListener(MouseEvent.CLICK, removeMovie_Jpn);
    Jpn_Scul_btn.addEventListener(MouseEvent.CLICK, Scul_Play);
    function Scul_Play(e:MouseEvent):void {
         myrequest_Jpn = new URLRequest("PL_Japan_Scul.swf");
         myloader_Jpn = new Loader();
         myloader_Jpn.contentLoaderInfo.addEventListener(Event.COMPLETE, movieLoaded_Jpn);
         myloader_Jpn.load(myrequest_Jpn);
    function movieLoaded_Jpn(e:Event):void {
         // remove listener
         myevent_Jpn.target.removeEventListener(Event.COMPLETE, movieLoaded_Jpn);
         this.addChild(myloader_Jpn);
         myloader_Jpn.x = 20;
         myloader_Jpn.y = 20;
         // remove objects that are in "Japan_Intro" frame
    function removeMovie_Jpn(e:MouseEvent):void {
         // add back objects that are in "Japan_Intro" frame
         // remove from display list
         this.removeChild(myloader_Jpn);
         myloader_Jpn.unload();
         myloader_Jpn = null;
         // this moved from Rtn_Jpn_Intro_ function
         //gotoAndStop("Japan_Intro");
    Its all works great except for the line to remove event..
    1.
    myevent_Jpn.target.removeEventListener(Event.COMPLETE, movieLoaded_Jpn);
    I get an error:   1120: Access of undefined property myevent_Jpn.
    Removing this statement allows the code to work but that is not a solution.
    2.
    Rtn_Jpn_Intro_btn.addEventListener(MouseEvent.CLICK, removeMovie_Jpn);
    I would like this button to remove more than one movie. Is this possible.
    Thanks for the help todate.

  • After installing ios 8.0.2 internet is extremly slow and doesn't work at all half the time. I have done several reboots when it got stuck again. The touchscreen does only sometimes work on safari, half the time I can't navigate and cant open new tabs

    IOs 8.0.2 internet stuck and no touchscreen

    The following has gotten good results from users here ... a reset to factory default condition ...
    Back up and Restore your iOS Device with iCloud or iTunes
    http://support.apple.com/kb/ht1766
    iTunes: About iOS Backups
    http://support.apple.com/kb/ht4946
    Use iTunes to Restore your iOS Device to Factory Settings
    http://support.apple.com/kb/ht1414
    Here's someone who posted his results ...
    keithfrommariettaOct 12, 2014 3:25 PM Re: IPAD2 very slow after IOS 8 upgrade
    Re: IPAD2 very slow after IOS 8 upgradein response to pacoKAS
    SOLVED:  IOS 8 Issues on iPad 2:
    I just returned home from a visit to the Genius Bar. Like you and many others, when I upgraded my iPad 2 to IOS 8, it became practically unusable. It was VERY slow, lagged whenever trying to to do anything. Lots of screen freezes and apps spontaneously crashing. I was convinced that the processor on the iPad 2 just couldn't handle the new IOS and I went in to see about restoring to IOS 7.
    Thankfully, I was hooked up with a very sharp guy at the bar. The problem is not with the OS, it is with it being an *upgraded* OS. He used the analogy of when you had an older Windows computer and how over time (and over upgrades), they just tended to get slower and slower because of all of the garbage that was carried forward in the upgrades. At those times (and if you've ever had a Windows computer, you get this), the only thing that would speed it up would be to wipe the machine and do a fresh install of the current OS and then reload your apps, and the viola, everything would be fast again. Well, it turns out that IOS can suffer the same problems.
    THE FIX:  FIRST, be sure you have a current iCloud backup of your device.  Connect your iPad to a computer that has a clean fresh copy of IOS 8 on iTunes (this is best done with a computer other than the one that you sync your device to because you DO NOT want to restore it from a back up just yet). Ideally, if you do this at an Apple store you'll be assured of the right version there and someone to answer any questions you might have along the way. You then hold the power and home button down to hard-reset the device and continue to hold them down until it reboots into recovery mode. You then follow the instructions on the computer to reinstall the OS on the device (which wipes everything from it and then reinstalls a clean copy of it). Once this is done (which only takes about 15 minutes), your device will reboot and ask you to set it up. Answer the questions about language, location, etc. and continue until it asks you to log into your iTunes account. Once you do that, it will ask if you want to either 1) Set it up as a new device, 2) Restore from iCloud, or 3) Restore from iTunes. Choose (2), restore from iCloud. This will ensure that it brings down "clean" copies of all of your apps and preferences rather than the potentially corrupted ones that might reside in your iTunes backup. That's it! It will take a few hours depending on how much data and apps you have, but I am happy to report that my iPad 2 is now running IOS 8 and it's running as fast as it ever did when it was brand new!
    To sum it up, this process 1) Wipes your device and the garbage causing your problems, 2) Loads a clean and bug-free version of IOS 8 to your device, and 3) restores your apps and data so that it looks just like it did before the wipe, with the exception that it works now!  :-)
    Note also that by following this process you don't have to go through the painful and laborious process of reloading all of your apps, data and/or settings. iCloud takes care of all of that for you.

  • Is this the best Adobe e-Learning can do?

    Please hold as we route your chat to an Adobe Representative.
    Welcome to Adobe.com! My name is Carol. May I assist you with your selection today?
    Carol: Hi, How are you doing today?
    Ann: At this point a little on the cranky side.
    Ann: I would like to place a complaint
    Ann: several
    Ann: are you still here?
    Carol: Ann, I'm sorry to hear that, since I'm online with you let me help you with any information you need.
    Carol: Also I'm sorry for the delay.
    Carol: Please go ahead, how can I assist you?
    Ann: I was told by one of your people +36204 that you might not be able to assist, but I will run it by you anyway. The angering part is that she didn't follow-up with an email as promised, and then I had to wait 53 minutes and I got the same person, and then she hung-up on me, and now we are here ... the problem OTHERWISE is ...
    Carol: Ann, was it on call or was it on chat?
    Ann: I purchased an Adobe Captivate about one month ago, because it was the best I could do in that I wanted REALLY the Adobe e-learning 6 suite, but I was told by customer service they had no idea when it was coming out. Because there was no time limit ... I took the adobe captivate by itself for about $300 and then the next few days later the new product came out ... I want the new e-learning but I think I should have $300 off because I'm duplicating the Captivate ... AND the woman - she was a call then stated that there was student pricing for e-learning and that it was $599 ... I did a LOT of research and KNEW it wasn't a student price. She asked for proof ... I know have that proof
    Ann: I'm on disabilty ... I'm trying to work my way up in school. And, I don't have enough money to support a terrible program if you are not able to work with me. THIS is why I want to register a formal complaint
    Carol: Ann, I'm sorry for the inconvenience caused to you.
    Ann: are you still responding
    Carol: I'm here, checking an option with my supervisor.
    Ann: thank you
    Carol: Ann, thank you for staying online.
    Ann: I waited last time on phone for 53 minutes to be hung-up on ... I can wait a little longer
    Carol: I understand your concern. I checked and see that you can register a formal complaint in the forum where all issue are discussed with us.
    Carol: I'll provide you a link where you can login and  check the details.
    Carol: Please click here.
    Ann: This then seems like the process for reporting a problem. Fine I will use the resource, what about the problem of overpaying for a duplicate program?
    Carol: Ann, I request you to check with our customer service team at 1-800-833-6687 from Monday to Friday 5:00 am to 7:00 pm PST.
    Carol: They'll check and help you with necessary information on that.
    Ann: THAT is the ONE who GAVE me the OTHER problem!
    Carol: I'm sorry to hear that.
    Ann: I know if I call that number and ask for that option I will get hung-up on like the last time ... I have no guarantee it will happen any differently or the same person wouldn't pick-up and connect me to the right people
    Ann: If you are sales, why can't you help me with a sales querie?
    Carol: Ann, I'm from online sales  chat support team and I do not have an access to your previous purchase nor I can issue any refund or difference amount which you've paid earlier.
    Carol: *for the software earlier.
    Carol: I can only guide our customer to choose correct product of their needs and guide them through order process by providing a link being from online sales chat support team.
    Ann: please give me the link I need for refund of product.
    Carol: As per Adobe return policy our customer who has purchased Adobe product can return product for refund only within 30 days. If you've exceeded the return time frame you'll not be eligible for refund.
    Ann: Oh Lordy.
    Carol: Please click here to view more information
    Ann: You are in my disfavor ... you are following your process, but you have NOT been helpful
    Carol: I'm trying my best to help you with a resolution.
    Carol: Could you please tell me when did you buy the product?
    Ann: Is there anything you can help me with other than lying down a total of $599 when I've already paid $300?
    Ann: July 16, 2012. Obviously I hadn't been aware of a 30 day policy ... I was too angry and frustrated to even look at your site. I turned from a position of Oh my Gosh I love this company ... to I hope never to work with them again
    Ann: It's a bad policy arrangement to not tell customers who ask directly that the new product is going to launch 2-3 days later ... It's a bad policy decision to not give them ANY kind of date to assess reasonable wait time
    Ann: Obviously, people in the company knew it was going to be released
    Carol: I understand. I apologize on behalf of our representatives who misguided you with the wrong information on your previous chat.
    Carol: Ann, I wish I could issue a coupon or discount or initiate a refund on this live chat, however, we do not have an access. I'm really sorry for that.
    Carol: Once you contact our customer service team on phone they'll guide you and help you with alternate solution to resolve this issue.
    Ann: your customer service person stated she was going to send a contact information ... and she did not.
    Ann: what kind of alternate solution is that?
    Ann: I do appreciate you can see that I'm very frustrated
    Ann: the second time I contacted her she hung up ... why do you think giving me an option of calling her a third time would be a good decision?
    Carol: I understand how frustrating it would be, however, I'd like you to try once more. You might get connected with our other representatives who will help you to resolve this issue.
    Ann: How would you like to end this conversation we are having? It is circular and unhelpful ... I've not gone any distance further, but to be more frustrated at you telling me to do what already has proven not to work.
    Carol: Ann, I wish I could help you on this chat, however, I'm helpless at this moment since we don't have any access on this chat being a sales representative.
    Carol: Your issue will be resolved only by contacting our customer service team.
    Ann: Thank you for your service ... though I don't find you to be obviously very customer orientated.
    Carol: Ann, I can provide you a link to chat with our customer service team too.
    Carol: Please click here.
    Your chat transcript will be sent to [email address removed by host] at the end of your chat.
    Carol: Thank you for visiting Adobe.com. Have a great day!
    Thank you for chatting with us today.

    Carey,
    Thank you, I just received your email.  Concerning your statements and questions ...
    I appreciate your diligence in contacting me and I appreciate that you would like to alleviate my frustration.  I am satisfied to hear that somehow my experience might better train the situation for the next time it comes up, and in particular with that particular representative since I had TWO bad interactions with her one worse than the other.  I believe Carol tried to do her best, but felt her much too limited in her abilities or authority to be of any service.  It was a runaround, and what was more disappointing was that apparently her supervisor had stepped in and had not rectified the problem, or even had the courtesy to talk to me directly. She left both Carol and myself hanging. I've been in these situations before where one has responsibility and no authority.  If you had significant resources at Adobe - that might also be looked at.   I can let that go though too.  In general though, I think a company as major an educational resource could do better.
    I talked to whoever left the number +36204 on my phone between 12-1 pm central today 8-27-12.  I believe I talked to the second person, Carol, for approximentaly 45 minutes and the conversation was betweeen 1:03 and 1:48 central today 8-27-12.  The woman on +36204 did not provide me a name or number, but it had been recorded on my phone.  For the second outreach, Carol, obviously, we emailed ourselves a copy of the transcript verbatem and then left it here as directed our complaints should go.  In the meantime I tweeted the situation and by chance TJ Holmes from CNN was asking responding to a situation similiar to this one.  It was at #trafficlights and also dealt with the issue of posting complaints formally at forums directed by the service provider.  I made a realization at that time that no one from Adobe had appeared to contact any customers at the forum, but then here you are.  Thank you.  BTW - I contributed to the CNN conversation my frustration, but believe I had no impact in the discussion - just the realizatioin that Adobe is not the only one to be trying to handle complaints through specific gestures.
    The issue I would rather focus on at this point, is your correct, I did want the e-learning suite provided that I can afford it.  I am a student at Jones Internatioal University and my student email is [E-mail address removed by moderator.].  Please continue emailing me at [E-mail address removed by moderator.].  I don't use the student email for any other purposes than things like this.  My understanding CONTRARY to the first woman is that you don't offer a student discount which is very unfortunate, because it is obvious those students getting in the teaching field could utilize a reasonably cost(ed) course-building tool.  I had gotten the cloud service as well and thought I'd already invested so much more into this than I should on a fixed income from disability.  I'm trying to make better use of me by teaching others with my disability.  My newly formed business email is here http://newsdidmpd.blogspot.com and my normal blog is at http://annsmultipleworldofpersonality.blogspot.com.  I am a self-proclaimed advocate for people with dissociative identity disorders.
    I am disabled, but not useless or less intelligent than most.  Please do what you can within reasonable.
    I do want the Adobe e-learning software, I do have Captivate ... and would rather be using captivate WITHIN the e-learning package. If there was a refund on Captivate that could work into some reasonable cost I would be satisfied. 
    Thank you for looking at these messages.  It does not leave me feeling so helpless or hopeless with this situation.
    Our best,
    Ann

  • Music Libraries / Composing - Is this the best Mac for me?!

    Hi,
    So I was completely new to all this a year or so ago. I bought an old upgraded mac mini and Logic Studio, but since then I've been upgrading my sound libraries and the mini just can't handle it, nowhere enough memory (even though I currently have 8GB).
    I'm using a mix of high quality sound libraries, and I'm doing orchestral scoring, so I need something that can run ALL the sound libraries at once without falling over!
    Currently I have sound libraries like LA Scoring strings and, Project Sam Orchestral Brass, Symphonic Choir etc, and many others. My current mac can't even handle ONE properly without having logic stick up an error about 'not being able to process all the required data in time'.
    I'm thinking of buying this iMac:
    2.7GHz Quad-Core Intel Core i5
    16GB 1333MHz DDR3 SDRAM - 4x4GB
    1TB Serial ATA Drive
    AMD Radeon HD 6770M 512MB GDDR5
    Do I NEED that much ram?! Or will the better processing speed mean I don't need as much? Will this allow me to use all my sample libraries as plug ins for logic at the same time without any issue, with reverb etc? I just want a setup that will stop giving me problems and run without issue.
    Could you suggest a better buy or setup for what I need?
    Please help, i'm so scared of spending this amount of money then having it not work properly or needing to upgrade again soon. Couldn't afford to do that again.
    Please ONLY COMMENT IF YOU HAVE EXPERIENCE WITH SOUND LIBRARIES OF THIS KIND. I need specific help.
    Many thanks for all your help.

    Hi,
    Thanks for your posting.
    This development mode can exclude some errors, such as the file upload complete at the same time... from my experience, this is a good choice to achieve the goal.
    Best Regards,
    Jambor  
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for