Adding intro/outro to Flash video

Hi there,
Sorry for cross-posting, but I posted this to the plain Flash
forum a
few weeks ago and got no response. I'm wondering if this is a
better
venue for it, so I'll try again:
We have created a series of short video product reviews that
are all
being loaded dynamically into a common SWF container
something like this:
<script type="text/javascript">
// <![CDATA[
var so = new
SWFObject("/swf/movie.swf?video=http://images.ourserver.com/product_reviews/SS13.flv",
"myMovie", "320", "277", "8", "#FFFFFF");
so.addParam("base", "/swf/");
so.write("noFlash");
// ]]>
</script>
We want to add a simple common intro and outro (logo fading
to video for
intro and logo fading back in for outro). Is there a cool and
clean way
to do this as part of the Flash movie rather than having to
insert it
into each QT movie beforehand?
The biggest problem seems to be determining when to begin the
outro
since all the videos are slightly different durations. Is
there some way
to use script to determine when each video is ending and
trigger the
closing animation?
Thanks for any help with this,
Don Hinshaw

open the xml file and look at it.  it should be obvious how it corresponds with the video.
then read the flash help files about working with cue points.  read the section(s) that relate to your actionscript version and which class (netstream, flvplayback component) you're using to play your flv.

Similar Messages

  • Adding extra functions to flash video skin

    Is it possible to add an email button or link to a custom
    flash video skin, and script it so it only appears at the
    conclusion of the video?

    Answer: You can add your movieClip or button to FLVPlayBack
    component, like i did.
    uFlvPlayer.addChild(PlayTime_txt);
    It works in FullScreen mode now.

  • Adding accessibility to a Flash Video in Captivate distorts the slide text

    Greetings,
    I need to add accessibility to a few 3 minute Flash Video files in Captivate.  I tried to use closed captioning but it is distorting the text on the slide as there is so much text to provide.  I have the transcription of the audio and could close caption it, assuming the displayed course does not then overwrite text elementsin the original slide.  An image is attached to show this problem.
    thoughts?
    Thanks,
    AMP

    It always amazes me that the default size for CC text is so tiny. If CC text is supposed to be assisting users with disabilities or language issues what makes us think they have such exceptional vision they can read this miniscule text?
    I don't think you issue is that the CC text 'distorts' the on screen text.  I think you just need to ensure that the on screen text does not transgress into the area at the bottom of the screen where the CC text box will be.
    I usually make my CC text 20 points and Verdana or Arial so that it is easier to read and I set the background opacity to 100 percent so that objects underneath the CC text do not make it any harder to read.

  • Adding volume switch to Flash 8 video and stopping it play before it plays

    Can anyone help me on how to add a volume bar that works on
    Flash 8 video?
    I have this script on the video:
    myVideo.seekBar=mySeek;
    myVideo.playPauseButton=myPlay;
    myVideo.volumeBar = myVolum;
    myVideo.stopButton = myStop;
    I want to add a volume switch to my video.
    Does anyone know what I need to get a volume switch working?
    I´ve added a volume bar and tried to get it working but it
    does'nt.
    I also want my Flash video not to start but you have to click
    the button 1st to get it to play. Anyone know?

    Try this, worked for me:
    http://www.adobe.com/devnet/flash/articles/custom_flvcomp_03.html
    Also, if you want to initiate the video to start with a play
    button, have a fake player(graphic) and a stop action. On the next
    frame have your video component set to play automatically in the
    parameters, and have the play button you have made to goto the
    frame with that component..

  • Trouble adding flash video

    I am following the directions in Dreamweaver CS3 The Missing Manual for adding a flash video to my webpage. I did the following:
    Insert>Media>Flash Video
    Selected Progressive Download from the Video Type box,
    Browsed and selected my video ("newsmakers.flv)
    Used the default skin
    Clicked the detect size button and checked the auto play and auto rewind boxes.
    Clicked ok.
    Then an error message comes up......(see attached screen print)
    "Making this change would require changing code that is locked by a template or translator. The change will be discarded."
    The only choice I have is to say ok.  I am not sure what to do. I don't know what this will do. The book does not address this error.
    The entire site is built on a template if that is any help.

    The problem has to do with your editable regions in your template source code.  If you go to the source code of your template look at the code between <head> and </head>  If you do not have an editable region there then you will need to add one in the code view. This is because when you edit a page based on that template DW will fail to add the code because it needs to add header code in addition to the code it inserts at the point of where you want the video to appear on the page.  So if both editable regions do not exist DW cannot continue.

  • Adding Flash Video to web page

    Hi Everyone,
    I have a web page that I have added a flash video to using
    the insert flash video option in Dreamweaver. I uploaded all the
    files including the additional files that are created when you use
    that option and when I try to get to the video file once I have
    uploaded it will not play. If I use a link directly to the .swf
    then it will play but the link to the page where the video is
    inserted just shows a blank page. Can anyone give me any guidance
    on how I can get this to work.
    P.S. If I preview it from my desktop before uploading to the
    website it works fine.
    Thanks,
    Robert

    Upload the Scripts folder to server.
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "ryonker" <[email protected]> wrote in
    message
    news:g2mpvv$3j3$[email protected]..
    > Hi Everyone,
    >
    > I have a web page that I have added a flash video to
    using the insert
    flash
    > video option in Dreamweaver. I uploaded all the files
    including the
    additional
    > files that are created when you use that option and when
    I try to get to
    the
    > video file once I have uploaded it will not play. If I
    use a link directly
    to
    > the .swf then it will play but the link to the page
    where the video is
    inserted
    > just shows a blank page. Can anyone give me any guidance
    on how I can get
    this
    > to work.
    > P.S. If I preview it from my desktop before uploading to
    the website it
    works
    > fine.
    >
    > Thanks,
    > Robert
    >

  • Adding subtitles to Flash video

    How i can add Subtitles to the Flash Video Player
    I am using my own Flash player , so Caption Component is not working
    but i dont want to use embeded subtiles or captions
    I am loading External video, and i Want to load subtitles as well
    subtiles will be in timed text xml file
    so i can connect my video to the subtitles ?
    and I am not using FLVPLAYBACK component

    open the xml file and look at it.  it should be obvious how it corresponds with the video.
    then read the flash help files about working with cue points.  read the section(s) that relate to your actionscript version and which class (netstream, flvplayback component) you're using to play your flv.

  • Flash Video Arrives in Adobe Acrobat 9

    Adobe has released Acrobat 9. The newly released version now allows Flash Video contents, which makes it more powerful for business presentation.
    Actually, the concept of using multimedia files in PDF documents is nothing new. In the previous versions of Acrobat, you are able to embed QuickTime video and other formats into a PDF file. But you need an external media player installed on your computer for playing the video. Now in Adobe Acrobat 9, video can be played within a PDF document with no need to have any media player installed. Thus makes it more convenience to share.
    This is a challenging feature which will affect its surroundings. As we know, the similar program for business presentation, PowerPoint, now only supports video and SWF import. If you want to import an FLV file, you must convert the file to WMV, AVI, or MPEG, etc. which can be perfectly done with our product, Moyea FLV to Video Converter Pro 2.
    The following passages are some notable features related to video import:
    The powerful business version Adobe Acrobat Pro Extended provides more favorable features.
    Deliver a compelling branded experience using PDF Portfolios
    Create interactive, on-demand presentations with Adobe Presenter
    Easily share video in PDF files
    Share 3D designs and PDF maps
    With Acrobat 9 Pro, you can insert FLV or H.264 video for direct playback in Adobe Acrobat® and Adobe Reader. New Adobe Acrobat 9 Pro even enhances Creative Suite 3.3 which is the indispensable toolkit for professional design and print production.
    The Extended version provides even more powerful functions:
    Easily adding audio, video, and quizzes to your PowerPoint slides and create rich, interactive presentations with Adobe Presenter (included)
    Convert a variety of video formats to FLV for playback in PDF
    Embed video in Microsoft Word or PowerPoint and convert to FLV in PDF
    Convert 3D content to PDF for cross-platform sharing and collaboration
    Combine multiple CAD formats in one assembly and save as PDF with Adobe 3D Reviewer (included)
    Convert 2D and 3D designs from major CAD applications to PDF for use by extended teams without expensive CAD or viewer software
    Create PDF maps by importing geospatial files that retain metadata and coordinates
    In a word, Adobe 9 will totally change the communication and association of electronic files.
    more information:
    http://www.video-to-flash.com/
    hope it can help u.

    Clay Aiken announces he's gay.
    (FILE UNDER: news that isn't news, even if it is news)
    (REFERENCE: Adobe Clip Notes, Creative Suite CS2, 2005)

  • Flash videos embedded in Facebook don't appear when played

    My computer is running Windows 7 Home Premium 64-bit, Internet Explorer 11, and Adobe Flash Player 14.0.0.145. I have Microsoft Security Essentials and an activated copy of Malwarebytes Anti-Malware protecting me from viruses and malware, and my IT department confirms that there is no malware infection playing a role here.
    I am, however, having an odd and very frustrating problem with playing all Adobe Flash videos which are embedded inside of Facebook.com, including those which are shared from YouTube. Opening the same YouTube video in YouTube.com does not produce the same behavior - YouTube videos ALWAYS play fine on YouTube.com (whether embedded or full-screen), but NEVER play fine when they are embedded inside of a Facebook post.
    NOTE: The same videos work EXACTLY AS EXPECTED in Firefox and Google Chrome, so this seems to be an IE-specific issue. This started back when I was running IE10 and has continued over into IE11.
    Here is what happens in both Internet Explorer 10 and 11:
    In my Facebook news feed, I locate a video I would like to watch. Before pressing Play, I see a still shot from the video with the Play icon transposed on top of the picture.
    I click the Play icon to play the video in Facebook's embedded mode (where I can see other news feed messages above and below the video).
    The picture disappears and turns to white (no borders, just white). Along the bottom edge of the video is a bar containing the play/pause, volume, maximize, etc. buttons. Behind these buttons I can see a faded-yet-moving view of the bottom edge of the video, but the rest of the video area is completely white.
    I hear the audio playing, even though I can't see any picture other than that lower edge I just described.
    If I click the maximize button at the bottom right edge of the video, the video opens to fill the screen and the video picture suddenly appears and runs as expected.
    If I press ESC to get out of maximize view, the embedded Facebook screen (with the video again back to the news feed context) returns, but the picture goes white again just as in step 3, with the audio still playing as in step 4.
    Right clicking on the offending video brings up a drop-down menu indicating that the video is using Adobe Flash Player 14.0.0.145.
    Other videos shared in Facebook, like those from vimeo.com, play without any problem in the same Facebook.com news feed view, regardless of whether they are in embedded or in full-screen mode. Only videos using Adobe Flash Player seem affected here.
    I have tried the following:
    Uninstalled Adobe Flash Player. Reboot. Open Facebook.com, find the video in the news feed, which indicates that Adobe Flash must be installed. Click the link provided and install Adobe Flash from adobe.com. Return to the video in my news feed on facebook.com and click play. Same behavior as described above - no change.
    Added facebook.com and youtube.com to my Trusted Sites list. No change.
    Added facebook.com and youtube.com to IE's compatibility view, exited all instances of the browser, reopened. No change.
    Checked for unusual browser add-ons - none found.
    Cleared web cache, deleted cookies, reset browsers to default settings and default advanced settings - no change
    Checked Windows Updates - all updates are current.
    Ran full scans of Microsoft Security Essentials and Malwarebytes. No malware or issues found. No issues found with roguekiller, adwcleaner, and other malware-related tools either.
    Any suggestions for me here? I'd really just like to click Play and see the embedded video like everybody else can. FYI, all other computers (running Vista, Windows 7, and Windows 8) on my network play these same videos in IE9, IE10, and IE11 without the problems I'm having with this one. I'd sure appreciate any help you can offer!

    Not that the moment.  It's not ideal, but you have two working options, which is better than none. 
    In all likelihood, the content providers are going to have to change code to accommodate IE11 and higher.  I spent a bunch of time this week reviewing some technical guidance that we're putting together for developers, but the long and short of it is that IE wants to developers to stop writing code that handles IE differently than other browsers. 
    IE has a history of not exactly working like other browsers, and for a multitude of reasons (including how JavaScript and Flash communicate to each other), developers as a standard practice wrote a lot of code to specifically handle these quirks in IE.
    To get out of this impossible position where they want markup to be the same for all browsers, but having all of this code targeted specifically at IE because of the long legacy of being problematic for web developers, IE masquerades as something else and disables features like conditional comments that allowed code to target IE.
    The net result is that a lot of stuff is broken in IE11.  We're working closely with Microsoft to be good partners and help them through this transition with a few technical changes on our end, but developers are going to have to change their code and/or update the underlying libraries all over the web.  This is not going to happen overnight.  Big content providers with more resources will probably move faster than smaller sites with less developers, but it's going to be months or years before all of this shakes out.

  • I want my flash video file NOT to load until I hit play...how can I do that?

    I am wanting this to improve the initial download speed of the page. I have already added a Poster Frame to video's, however it still seems to be loading the video file and just autoplaying.  Is there a way to NOT load the video file until the person hits play?  This is the AS3 script I used...
    import fl.video.VideoEvent;
    myPoster.addEventListener(MouseEvent.CLICK, playMovie);
    function showPosterFrame(event:Event):void {
    myPoster.visible = true;
    function hidePosterFrame(event:Event):void {
    myPoster.visible = false;
    function playMovie(event:MouseEvent):void {
    myVideo.play();
    myVideo.addEventListener(VideoEvent.PLAYING_STATE_ENTERED, hidePosterFrame);
    myVideo.addEventListener(VideoEvent.COMPLETE, showPosterFrame);
    I am using Dreamweaver to put the pages together via the Insert - Media - Flash...then putting the .swf file in the page.
    Thanks,
    Arguilo

    you can start the video and then stop it.  it will continue to download (which you can monitor).  when the time is right, you can enable the video's play button.  before the video's ready to start, you can entertain your users.

  • Flash video on web page takes long very time to load before it starts playback

    I just created a basic flash file to play a video on my web page and it's taking several minutes to load before it starts playback.
    I'm using progressive downlaod and the file is in *.mov format and is 84MB in size. At first that seemed large to me for web play back, but I thought it could handle it since I thought the way progressive download works is that it would start playing the first frame right away and progressively play other frames as they download. However, this seems to be downloading the whole file first (or a major part of it) before starting any playback at all.
    Is there some kind of setting I'm missing or is my understanding of the download incorrect and the file size is too large?
    Some vitals:
    - I'm using Flash Pro CS5
    - To create my flash file, I used the standard import video wizard and selected the a file that is "on my computer" and "load external video with playback component" and then, I selected one of the standard skins.
    - To deploy the vidoe on my webiste I have three files:
    1) swf file containing the FLV component
    2) the swf file related to skin
    3) the actual video (84MB, mov file)
    - Web page includes/embeds reference to swf file

    Thanks for your response again. Looks like things have changed a bit to complicate this a little more.
    adninjastrator wrote:
    Are you saying that if I wait long enough it will start to play .... from the link you posted?
    What you are implying here is correct. The file won't play no matter how long you wait.  Looks like it's because of the "source" file settings in the Import Wizard may now be incorrrect. This is why it's not playing in the new file. 
    When I created my original Flash Video using a MOV file, during the import wizard, when asked "Where is your video file?" I selected the option "Already deployed to a web server...". Here I entered the url to where the video file is located on my production server.
    When I created the new Flash Video using F4V file, during the import wizard, when asked "Where is your video file?" I selected the option "On your computer". Here I selected the file from my local drive.
    Sorry for not pointing out the inconsistency earlier - I didn't think it mattered and plus I couldn't get the F4V file to import from the web server.
    Anyway, I've changed my object tag using the acutal published html that flash generates and have uploaded all source files to same location.
    http://www.upperhand.com/tv/video-intro.html
    To sum up the problem(s) I need help with:
    Issue #1 - When trying to import F4V file using import wizard, I cannot use "Already deployed to a web server..." as an option for the file location. I believe this is creating issue #2
    Issue #2 - For some reason, the F4V file will not load into the SWF file when it's published to my production server. 
    It works when viewing locally through browser as c:\inetpub\wwwroot\mywebsite\video-intro.html
    It doesn't work when viewing on development server through browser as http://localhost/mywebsite/video-intro.html
    It doesn't work when viewing on production server through browser as http://www.mywebsite.com/video-intro.html
    Issue #3 - When the above are resolved, I'm not certain if my orignal question/issue will be resolved...  browser tries to downlaod full file before any playback.  

  • SOLUTION: Flash Video Causing Blue Screen & Lockups

    Symptoms:  While playing a flash video, your screen locks up; goes black; you can hear audio in the background; and/or Blue Screen of Death.  The Blue Screen indicates a fault in nv4_disp.dll.
    =================  SOLUTION   =================
    Newer versions of Nvidia Drivers are causing the problem.    Disabling hardware acceleration in Flash only reduces the frequency of the lockups, but does not resolve the issue.
    Use this version of the Nvidia driver (but no later):   266.58
    Get it here:  http://www.nvidia.com/Download/Find.aspx?lang=en-us
    This is confirmed to resolve the problem.
    Later Nvidia drivers added CUDA 4.0 (Unified Virtual Addressing (UVA) and GPUDirect™ v2.0) which is the root cause of the issue with "older" cards such as the 200 series and the 8 series.
    If you have a somewhat older graphics card, there really is little need to update past version 266.58.
    ========================
    Keywords:  Flash Movies youtube videos Nvidia Lockup Blue Screen Crash bluescreen bsod
    Dump:
    crash dump file: C:\WINDOWS\Minidump\Mini081511-02.dmp
    This was probably caused by the following module: nv4_disp.dll (nv4_disp+0x1DB0EC)
    Bugcheck code: 0x1000008E (0xFFFFFFFFE0000001, 0xFFFFFFFFA2AC1925, 0xFFFFFFFF9F6CC8B8, 0x0)
    Error: KERNEL_MODE_EXCEPTION_NOT_HANDLED_M
    file path: C:\WINDOWS\system32\nv4_disp.dll
    product: NVIDIA Compatible Windows 2000 Display driver, Version 280.26
    company: NVIDIA Corporation
    description: NVIDIA Compatible Windows 2000 Display driver, Version 280.26
    Bug check description: This indicates that a kernel-mode program generated an exception which the error handler did not catch. This appears to be a typical software driver bug and is not likely to be caused by a hardware problem. A third party driver was identified as the probable root cause of this system error. It is suggested you look for an update for the following driver: nv4_disp.dll (NVIDIA Compatible Windows 2000 Display driver, Version 280.26 , NVIDIA Corporation).
    Google query: nv4_disp.dll NVIDIA Corporation KERNEL_MODE_EXCEPTION_NOT_HANDLED_M

    Thanks for the heads up!
    Chris

  • Flash video crashes on multiple browsers

    Hi all,
    My specs:
    eMachines notebook
    Intel Core i3 CPU 2GB RAM
    Windows 7 64 bit
    Browsers Installed IE8, Firefox 4 and Chrome
    AVG Free Edition installed
    Shockwave Flash 10.3.181.4 installed for FF
    Graphics Driver Intel HD Graphics Driver version 8.15.10.2119
    I'm accessing the internet through wireless internet
    I have been having a problem where playing flash video has crashed all the browsers I have installed. This issue has happened on multiple websites including Youtube and BBC iPlayer. It started happening out of the blue on 25th May 2011. There doesn't appear to be any microsoft updates added at that time and I did not install any new software on that day.
    In Firefox the issue happens 100% of the time. After watching for a few minutes the video starts to buffer and then the browser completely freezes up before the frame greys out and the option to send crash report appears. When I reload the page the same thing happens again. Sometimes the audio will start to repeat itself with a delay of a few seconds before crashing.
    In Chrome, the same thing happens except the built in plug in becomes unresponsive and the browser then freezes and reports the error.
    IE crashes too although I hardly ever use it to be honest.
    The things I have tried to fix this so far (without success) have been:
    Manually uninstall all Adobe products
    Uninstall all browsers
    Delete folders and reg entries for flash and delete folders for browsers
    Reinstall software and flash
    Run Malwarebytes (no warnings or bad files).
    Run a registry cleaner. Nothing reported that seemed to be relevant to Flash or media playback.
    Uninstall Flash
    Revert back to Flash 10.2 (I actually noticed a slight improvement when using  10.2 but cannot access embedded video in Facebook etc so wasn't a viable option for me).
    Disable AVG and try playback
    Unistall AVG and try playback
    Uninstall AVG and Windows Firewall and try playback
    Check for new video driver updated (there were none)
    Untick Enable hardware Acceleration
    Allow flash to store content in Global Settings
    I have not done a system restore and do not really want to do that if possible.
    The only other thing I have noticed is that it has been difficult to install exe files from the web since this issue started (when trying to reinstall browsers etc). Windows was corrupting the installers for chrome and firefox as well as the Malware Bytes.
    I have spent almost 12 hours of my life now googling and trying out different conditions to get this working and it really has me flummoxed! I really hope a kind samaritan can help me with some advice here. Thanks K

    Hi,  You may want to go to this site: http://www.adobe.com/software/flash/about/. Right click on the Flash logo, Settings,
    then UNcheck the hardware acceleration in Display Settings.
    Then make sure that in IE you have the Security Setting for the Internet Zone set to Medium.
    Hope that helps,
    eidnolb

  • Flash Video problem on Adobe Connect 9

    Hi Folks
    having an issue I am hoping to get some light shed on - I am downloading content from an Adobe Connect 8 server and uploading to Adobe Connect 9 server in a seperate domain.  All has been working fine except for Flash Videos - anytime I upload a flash video (FLV) format and attemt to access it eitehr directly on the server or remotly get a grey screen.  Is there any particular add ons required to enable flash video to work with Adobe Connect 9 , using Flash 10, OS is Windows 2008 R2
    thanks in advance
    Paul C

    Nope. Looks good though and glad you got it sorted.
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "Nancy - Adobe Comm. Expert" <[email protected]> wrote
    in message
    news:f6efg8$mqv$[email protected]..
    > Okay .. my problem turned out to be a mimetype that
    needed to be added on
    > the server at CrystalTech. They added it and now my
    Flash Video works. I
    > have added Flash video to many CrystalTech accounts in
    the past and this
    has
    > never happened. I am not sure why it wasn't already on
    this account as
    this
    > was a premium account .. I guess I should have gotten
    the cheap one. :)
    >
    > Have others had this problem with their hosts? I wasted
    a couple of hours
    > thinking the problem was me and it was not.
    >
    > Nnacy
    >
    >

  • Adobe flash video problem

    For the last couple of weeks i have run into a problem with both U-Tube videaos and yahoo vodeos.
    In the middle of the videao a pop-up comes  on from either of two entities  s.ytimg   and d.yimg.
    There is a lot of dialogue about this (per google search) but I still don't know if it a virus/malware, or an intrusive adverising site.
    Adobe has very vague info on this (they disclaim having anything to do with it) but to me it is unreasonable for U-tube (google) or yahoo to actuallyendorse this .
    I never click allow, but the thing is insistant and does not go away.
    Any help?

    Thanks for the added information, but that doesn't alter the fact that Firefox is seriously crippled -- that is to say, useless -- as a medium for web video.
    I don't know whether the assertion that Flash 11.3 is "buggy" and it is Adobe's fault is more true, than to say that Firefox 20+ is "buggy" with regard to Flash 11.3.
    It seems both developer teams are pointing in the other direction to claim "It's their fault, not ours" and using that as an excuse not to fix the problem.
    Since it is unlikely that the complaints of Firefox users is going to move Adobe to "fix" Flash, it seems to me much clearer that it is the obligation of Mozilla to fix Firefox so that it works with Flash.
    Again, this problem has gone on for sufficient years, anyone would conclude that Mozilla should have fixed it by now.
    What is even more annoying, is the way that Mozilla representatives who should know better, send people who report this problem and quite reasonably ask for a solution, off on 15 dozen different kinds of fools' errands for "solutions" that don't address the problem that anyone with any experience realizes is a basic conflict between Flash 11 and any FF version much beyond 18 or so.
    There needs to be a consolidation of all the many different threads addressing this problem with a top-level advisory that all the proffered sub-fixes (blaming this or that setting or plug-in) is really NOT going to solve the fundamental Flash-Firefox video incompatibility.
    We FF users are left with the unacceptable choice of abandoning access to Flash videos if we want to continue using FF for all its other capabilities and special features -- or we have to constantly be uninstalling Flash 11, installing Flash 10, watch our videos, then uninstall Flash 10 and reinstall Flash 11 to do anything else.
    This is ridiculous.
    When is Mozilla going to acknowledge and fix this problem?

Maybe you are looking for

  • IOS 6 causing problems to my 4th gen iPod touch?

    Are there any others like me out there? Okay I've updated my iPod touch approximately two days ago and now it's like the biggest regret of doing so. 1) when it was upgrading the software, my iPod touch went on froze for almost two hours and the upgra

  • Weird issue with merge using JPA...?

    Hi all, I have the following code snippet (HsTrans has a manytoone relation with Hss), Hss is the parent             HsTrans hsTrans = new HsTrans();          Hss hss=em.find(Hss.class, studyId);          hsTrans.setStudy(studyId);          hsTrans.s

  • Satellite S855-S5264 not reading DVDs or CDs

    The computer will play Blu Rays but it will not read anything else from the optical drive.  I have uninstalled the driver, restarted the computer and still nothing.  I have also ran the Microsoft Fixit tool and it cannot repair the issue but suggests

  • Unable to locate Photoshop Application with Creative Cloud

    I had a trial version of Photoshop and when it expired, I deleted the application. I have now paid for the app and tried to download it via Creative Cloud installer and even though it says it has been updated (screenshot below), I cannot find the app

  • How do I trouble shoot my timecapsule as a router?

    I suddenly am having poor connectivity because of the router in my time machine.  If I leave the room with my laptop the wireless is dropped.  Does anyone know what is going on?