Copied code (w/ flash) from Dreamweaver to .asp & get 'ASP 0139' error

Active Server Pages error 'ASP 0139'
Nested Object
/text/HomePage5.htm, line 26
An object tag cannot be placed inside another object tag.
I want to be able to add a flash movie to several department descriptions on .asp pages and home page and need the proper code to do one so I can do the others.   This is the basic code I'm copying out of dreamweaver and it's probably getting yuckier and yuckier the more I try different things : )  Looking for an example of proper code I can paste into the .asp pages and have the flash files actually play!
so the first flash file I want to paste into our .asp page can be found at:
http://media.bennett-watt.com/IntroStillsmedWS.flv
This is the code I'm trying to paste into my home.asp page:
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="364" height="200" id="FLVPlayer1">
        <param name="movie" value="FLVPlayer_Progressive.swf" />
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="scale" value="noscale" />
        <param name="salign" value="lt" />
        <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_3&amp;streamName=http://media.bennett-watt.com/IntroStillsmedWS&amp;autoPlay=true&amp;autoRewind=true" />
        <param name="swfversion" value="8,0,0,0" />
        <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="364" height="200">
          <!--<![endif]-->
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="scale" value="noscale" />
          <param name="salign" value="lt" />
          <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_3&amp;streamName=http://media.bennett-watt.com/IntroStillsmedWS&amp;autoPlay=true&amp;autoRewind=true" />
          <param name="swfversion" value="8,0,0,0" />
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
          <div>
            <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
    </h2>
    <h1>Discoveries... DVD's</h1>
    <p>This is a continuing series of documentary / travel / instructional programs produced by internationally recognized and award winning documentarians Jim &amp; Kelly Watt of Bennett-Watt HD Productions. Filmed in Widescreen Digital High Definition (HD) format to provide the highest quality in picture &amp; sound available - these DVD’s are designed to play on most DVD players internationally. Each episode travels to locations throughout the world and provides in-depth views into life, culture, history, nature and the adventure of lands far and near. With over 50 years combined experience in network television news, magazine, documentary &amp; entertainment production, producers Jim &amp; Kelly Watt have become the world’s eyes and ears in a reflection of what the universe is all about.    </p>
    <h1>Fly Fishing DVD's</h1>
    <p>We have hundreds of fly fishing dvd titles from which to choose... from instructional fly tying and fly casting, to destination adventure.    </p>
    <h1>Cooking DVD's</h1>
    <p>Provides preparation and presentation instruction on creating some of the most treasured recipes from restaurant/bakery, Sweet Addition.

Here's the full code for the page I'm pasting into:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Bennett Watt DVD Home Page</title>
<style type="text/css">
<!--
body  {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #666666;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
.twoColFixLt #container {
width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid #000000;
text-align: left; /* this overrides the text-align: center on the body element. */
.twoColFixLt #sidebar1 {
float: left; /* since this element is floated, a width must be given */
width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 10px 15px 20px;
.twoColFixLt #mainContent {
margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
h1 {
font-family: Verdana, Geneva, sans-serif;
font-size: xx-large;
color: C10402;
h2 {
font-family: Verdana, Geneva, sans-serif;
font-size: large;
color: 1E1E1E;
h3 {
font-family: Verdana, Geneva, sans-serif;
font-size: medium;
color: 000000;
h4 {
font-family: Verdana, Geneva, sans-serif;
font-size: small;
color: 000000;
h5 {
font-family: Verdana, Geneva, sans-serif;
font-size: xx-small;
color: 000000;
h4 {
font-family: Verdana, Geneva, sans-serif;
-->
</style><!--[if IE 5]>
<style type="text/css">
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
</head>
<body class="twoColFixLt">
<div id="container">
  <div id="sidebar1">
    <h3>Sidebar1 Content</h3>
    <p>The background color on this div will only show for the length of the content. If you'd like a dividing line instead, place a border on the left side of the #mainContent div if it will always contain more content. </p>
    <p>Donec eu mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque  eget, cursus et, fermentum ut, sapien. Fusce metus mi, eleifend  sollicitudin, molestie id, varius et, nibh. Donec nec libero.</p>
  <!-- end #sidebar1 --></div>
  <div id="mainContent">
    <h2>
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="364" height="200" id="FLVPlayer1">
        <param name="movie" value="FLVPlayer_Progressive.swf" />
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="scale" value="noscale" />
        <param name="salign" value="lt" />
        <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_3&amp;streamName=http://media.bennett-watt.com/IntroStillsmedWS&autoPlay=true&autoRewind=true" />
        <param name="swfversion" value="8,0,0,0" />
        <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="364" height="200">
          <!--<![endif]-->
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="scale" value="noscale" />
          <param name="salign" value="lt" />
          <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_3&amp;streamName=http://media.bennett-watt.com/IntroStillsmedWS&autoPlay=true&autoRewind=true" />
          <param name="swfversion" value="8,0,0,0" />
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
          <div>
            <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
    </h2>
    <h1>Discoveries... DVD's</h1>
    <p>This is a continuing series of documentary / travel / instructional programs produced by internationally recognized and award winning documentarians Jim & Kelly Watt of Bennett-Watt HD Productions. Filmed in Widescreen Digital High Definition (HD) format to provide the highest quality in picture & sound available - these DVD’s are designed to play on most DVD players internationally. Each episode travels to locations throughout the world and provides in-depth views into life, culture, history, nature and the adventure of lands far and near. With over 50 years combined experience in network television news, magazine, documentary & entertainment production, producers Jim & Kelly Watt have become the world’s eyes and ears in a reflection of what the universe is all about. </p>
    <h1>Fly Fishing DVD's</h1>
    <p>We have hundreds of fly fishing dvd titles from which to choose... from instructional fly tying and fly casting, to destination adventure.    </p>
    <h1>Cooking DVD's</h1>
    <p>Provides preparation and presentation instruction on creating some of the most treasured recipes from restaurant/bakery, Sweet Addition.</p>
    <h4 class="twoColFixLt">NEWS:</h4>
    <h4 class="twoColFixLt">Top 10 DVD Players<br />
      Voted by Consumer Reviewers.<br />
      Compare Reviews, Ratings &amp; Prices.<br />
      <a href="http://www.intellireview.com/category/catalog_electronics_televisions_discplayers_dvdplaye rs/?aid=327&top=10&gclid=CMW6_-v0t5sCFShRagod5VJGAw" title="Top DVD Players" target="_blank">www.IntelliReview.com</a></h4>
    <h4 class="twoColFixLt">Travel News Releases - PR Leap<br />
      Bennett-Watt Entertainment has received a Silver Telly Award for its new USA travel and cultural HD television and DVD documentary, Discoveries… ...<br />
      <a href="http://www.prleap.com/industry/Travel/16/" title="PR Leap" target="_blank">www.prleap.com/industry/Travel/16</a></h4>
    <h4><span class="twoColFixLt">Best Fly Fishing Videos<br />
      Fly Fishing Video Magazines, produced by Bennett-Watt HD Productions, offers so many different titles on the craft of fly-fishing, where to go to achieve ...<br />
      <a href="http://www.essortment.com/hobbies/bestflyfishing_trsd.htm" title="Best Fly Fishing Videos" target="_blank">http://www.essortment.com/hobbies/bestflyfishing_trsd.htm</a>
    </span>
      <!-- end #container -->
    </h4>
  </div>
</div>
<script type="text/javascript">
<!--
swfobject.registerObject("FLVPlayer1");
//-->
</script>
</body>
</html>

Similar Messages

  • When trying to transfer purchases from iPhone 4s I get the following error message: "

    When I try and transfer purchases from my iPhone I get the following error message:
    "Attempting to copy to the disk 'DATA' failed.  The device timed out."
    I have recently moved my iTunes Media folder to my D:// drive and can still access music and tv shows etc.
    Help would be much appreciated.

    In the user tips tab of this forum, check out the following
    Your first fcp troubleshooting step, deleting your preferences
    and
    Common FCP troubleshooting tips.

  • Exit Code: 6 - I can' install Indesign and get the following error mssages.

    Exit Code: 6 - I can' install Indesign and get the following error mssages.
    It is part of Creative Suite 5.5 Premium
    I have uninstalled many times and re-installed - to no evail.
    Could I have a hardware problem? Any help wold be apreciated
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s), 13 warning(s)
    WARNING: DW065: Display requirements not met for {60E59A6C-7399-495A-B85C-C829F4E59602}
    WARNING: DW065: Display requirements not met for {857CC5F0-040E-1016-A173-D55ADD80C260}
    WARNING: DW065: Display requirements not met for {50509A36-0291-1016-9CCF-FC05E9E55550}
    WARNING: DW065: Display requirements not met for {92D5E8D4-01C8-1016-BBA8-F308D6BFCAC5}
    WARNING: DW065: Display requirements not met for {C041EC47-0253-1016-891E-E5DE4AB922FC}
    WARNING: DW031: Payload:{2EBE92C3-F9D8-48B5-A32B-04FA5D1709FA} Adobe XMP Panels CS5 3.0.0.0 has been updated and has been selected for repair. The patch {42774483-D33C-46F7-8B20-FD0B1A3DAC25} Adobe XMP Panels CS5_3.1_AdobeXMPPanelsAll 3.1.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 has been updated and has been selected for repair. The patch {A189C479-C7CD-4E08-8CCF-D999B68C0C71} Camera Profiles Installer_6.3_AdobeCameraRawProfile6.0All 6.3.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw 6.0.0.0 has been updated and has been selected for repair. The patch {FD58D99B-9927-4226-8E00-959A4F76BD89} Photoshop Camera Raw_6.3_AdobeCameraRaw6.0All 6.3.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{2EBE92C3-F9D8-48B5-A32B-04FA5D1709FA} Adobe XMP Panels CS5 3.0.0.0 has been updated and has been selected for repair. The patch {42774483-D33C-46F7-8B20-FD0B1A3DAC25} Adobe XMP Panels CS5_3.1_AdobeXMPPanelsAll 3.1.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 has been updated and has been selected for repair. The patch {A189C479-C7CD-4E08-8CCF-D999B68C0C71} Camera Profiles Installer_6.3_AdobeCameraRawProfile6.0All 6.3.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw 6.0.0.0 has been updated and has been selected for repair. The patch {FD58D99B-9927-4226-8E00-959A4F76BD89} Photoshop Camera Raw_6.3_AdobeCameraRaw6.0All 6.3.0.0 will be uninstalled now.
    ----------- Payload: {75506BF3-0597-1016-8D09-EFDCD9BFC7FB} Adobe InDesign CS5.5 Common Base Files 7.5.0.0 -----------
    WARNING: Failed to update the csu inventory for {75506BF3-0597-1016-8D09-EFDCD9BFC7FB} Adobe InDesign CS5.5 Common Base Files 7.5.0.0 return values 12:114
    ----------- Payload: {CBBBB5DB-8EF3-40D7-A9FE-5A69100C1EED} Adobe ReviewPanel CS5.5 3.0.0.0 -----------
    WARNING: Failed to update the csu inventory for {CBBBB5DB-8EF3-40D7-A9FE-5A69100C1EED} Adobe ReviewPanel CS5.5 3.0.0.0 return values 12:114
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - AdobeHelp: Install failed

    WARNING: DW065: Display requirements not met for {60E59A6C-7399-495A-B85C-C829F4E59602}
    What more needs saying? Your screen resolution is too small.
    Mylenium

  • When I try to send e-mail I get an error message stating that the e-mail address was rejected by the server.  When I send to e-mail from another address, I get back an error saying the e-mail address is unknown.  My e-mail has worked fine for years until

    When I try to send e-mail I get an error message stating that the e-mail address was rejected by the server.  When I send to e-mail from another address, I get back an error saying the e-mail address is unknown.  My e-mail has worked fine for years until yesterday.  HELP!

    The specific text of the error message is very important here — I'm not sure exactly you're encountering here.
    If you're able to connect to your email server and are able send email to other email addresses and if the failures are specific to one email recipient address, then please contact the intended recipient of the failing email, and confirm their address is valid.  (This is the way I'm reading your question.)
    If you are unable to send any email to any other email addresses and this is specific to your email address, then try the web mail client interface (if one is available) to verify your login user and password, and check with your email ISP for assistance.  If your email password works via web mail, follow this Apple troubleshooting guide, then — if everything else fails — I'd probably then entirely remove the email account from Mail.app and re-add it per your email ISP's particular setup requirements.  (Some issue with the setup or maybe a corrupt setting in OS X or a problem at the mail ISP servers is a common problem, but this effects attempts to send to all email addresses via that account.)
    An email account setup is specific to an email provider, unfortunately.   If you're using one of the more common email ISPs, then there are usually setup guides and frequently-asked questions posted online.

  • I loaded Digital Editions onto a second computer at home.  When I try to download a book from the library I get the following error message: E_Act_Not_Ready, License Server Communication.  Any suggestions?

    I loaded Digital Editions onto a second computer at home.  When I try to download a book from the library I get the following error message: E_Act_Not_Ready, License Server Communication.  Any suggestions?

    Having exact same problem, only it's with a book I've paid for, so it hurts more . Any ideas?

  • I purchased tv shows from iTunes and keep getting a download error tap to retry.

    I purchased tv shows from iTunes and keep getting a download error tap to retry.  Why don't the shows download?  What can I do?

    Hello there Julfos,
    I recommend this part of the article named iTunes: How to resume interrupted iTunes Store downloads found here http://support.apple.com/kb/ht1725.
    If you cannot complete the download on your device, you can finish the download in iTunes on your computer and then sync it to your device. For instructions, see the following articles:
    iTunes Store: Where can I download and sync my purchases?
    iTunes Store: Transferring purchases from your iPhone, iPad, or iPod to a computer
    Additional Information
    If your purchase does not resume downloading after following the steps in this article, you can also try the following steps to troubleshoot the download issue.
    Restart your computer or device.
    Check for updates for your Mac or PC and install any software updates. Also, check for and install updates for any security software you may have (anti-virus, anti-malware, firewall, and so on).
    If using Wi-Fi for Internet access, try using a different Wi-Fi network when downloading. If you are connecting to a home network, try restarting your Wi-Fi router. Also, check for and install any firmware updates for your Wi-Fi router. (Refer the manufacturer's website for your router to get information on updating its firmware).
    If that does not resolve the issue then I recommend quitting all the apps running with this article, and trying again.
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    Perhaps even forgetting your home network and rejoining it.
    Tap Settings > Wi-Fi and locate the Wi-Fi network to which you are connected. Then tap > and Forget this Network. Try to connect to your desired Wi-Fi network again.
    Or resetting your network settings.
    Reset network settings by tapping Settings > General > Reset > Reset Network Settings.
    Note: This will reset all network settings including: previously connected Wi-Fi networks and passwords, recently used Bluetooth accessories, VPN and APN settings.
    From: iOS: Troubleshooting Wi-Fi networks and connections
              http://support.apple.com/kb/ts1398
    All the very best,
    Sterling

  • When I attempt to purchase a song from itunes, I keep getting the following error message: Could not purchase "song name". An unknown error occurred (-42408). There was an error in the itunes store. Please try again later

    When I attempt to purchase a song from itunes, I keep getting the following error message: Could not purchase "song name". An unknown error occurred (-42408). There was an error in the itunes store. Please try again later
    Can anyone help solve this problem?

    I've done a search on here and haven't found any solutions posted for it for windows computers. You could try posting in the iTunes For Windows forum and see if you get any suggestions in there (are you able to download other items from the store e.g. a free app ?) - I use a Mac, the only things that I could think of to suggest trying is see if you get the same error on a different iTunes library :
    creating and/or opening a different iTunes library : http://support.apple.com/kb/HT1589
    or using a different user account on your computer in case it's a problem with that user account.
    But you may want to try the iTunes For Windows forum first, apart from anything else you are likely to get better help for the above

  • In addition to the adobe flash plugin crashing, i keep getting this javascript error: Bad NPObject as private data!

    I am having major issues right now! My browser has slowed to a crawl. The adobe flash plugin keeps crashing while im watching vids and now I am getting this javascript error msg: Bad NPObject as private data!...I am getting this msg ALL THE TIME
    What are the remedies?

    Please see solution in http://kb.mozillazine.org/Problematic_extensions
    for "McAfee Site Advisor".
    (Windows): For best results you should uninstall '''McAfee Site Advisor''' from Control Panel > add/change programs (Programs and Features). Reboot the system. Then Reinstall from http://www.siteadvisor.com/ and reboot the system. When installing refuse other suggested (crapware) applications.
    <br><small>Please mark "Solved" one answer that will best help others with a similar problem -- hope this was it.</small>

  • HT201401 How do you download videos from Iphone4?  I get tons of error messages

    How do you download videos from Iphone4 to PC?  I get tons of error messages.  I have no problem with pictures.

    Hi, Murf2. 
    Thank you for visiting Apple Support Communities. 
    The process for importing videos is the same for photos.  This article will walk you through the process if you are unfamiliar. 
    iOS: Importing personal photos and videos from iOS devices to your computer
    http://support.apple.com/kb/HT4083
    If you are still unable to import videos, this article may help with this issue. 
    iOS: Unable to import photos to computer
    http://support.apple.com/kb/TS3195
    If neither solution worked, please reply back with the exact error message that you are receiving. 
    Cheers,
    Jason H. 

  • Help with updating to 10.5 from 10.3 and getting "invalid signature" error

    I am trying to update to iTunes 10.5 so I can sync my new iPhone 4s but I keep getting the error message "invalid signature".  I have tried turning off firewall and antivirus as suggested on this forum to no avail.  Also going through Tools, Download only produced the same error.  Any Suggestions?

    I, too, am unable to update to iTunes 10.5 (iPhone 4) OR Safari.  Contunally get "Invalid Signature" messages.  I have "changed" each Apple, iTunes and Safari application through Add/Change Programs to no avail.  I am forwarned removing iTunes from my PC will cause me to lose all my music.  Any suggestions?

  • My iPad will happily AirPlay content from bbc iplayer but not when the chosen programme comes from downloads.I keep getting message"an error occurred loading this content" Any ideas.

    Any ideas

    I'm seeing the same and I agree, it's very annoying. You can at least get around it in both situations by turning on Mirroring from the Airplay menu (after double-tapping the Home button). Hopefully the iPlayer app will be updated soon to fix this. I'm assuming it's an oversight at the moment.

  • I upgraded my iphone 4s to the iphone 6 , and when trying to restore my settings from icloud, I keep getting the same error message, "unable to connect to icloud". it's been this way for 5 days! How do i fix this?

    I upgraded my old iphone 4s to an iPhone 6+ last Sunday (12/28). I've been trying to restore my settings and whatnot thru the icloud restore, and have been unsuccessful. The Wi-Fi connection isn't the problem, I'm not sure what is. The error message I keep getting is: "couldn't connect to icloud", it's been 5 days!! How do I fix this?

    Hi I would Restore New iPhone back to Factory Settings After Restore use same Apple ID & you will get all your Apps &Data back. This will get rid of any bugs. Cheers Brian

  • I am unable to view any videos from the BBC website, getting "Not Available" error message. Works ok with Internet Explorer.

    When I go to the BBC (British Broadcasting Corp) website, and click on a video, I get a "Not Available" message. I do not encounter this problem with Internet Explorer. I currently have
    the Firefox 3.6.18 version installed. Thank you.

    Try running Firefox in [[Safe Mode]]. If it functions properly in that configuration, then one of your add-ons is the culprit.

  • Itunes says my digital copy code has been used already.

    Got star trek for blu-ray. It came with a digital copy and a redeem code. However when I entered it on the redeem page in itunes a red message appears telling me the code has been used once and can not be used again. The code is from a fully sealed new copy of teh blu-ray. What should I do? (yeah I know I can just handbrake it but the gift giver was excited about this functionality so I'd like to use it).

    Just wanted to jump in here with a quick update. We are still investigating this issue, but I can assure everyone that if they contact support via the website at http://www.paramountdigitalcopy.com/support/, they will receive a new code for their digital copy of Star Trek for iTunes or Windows Media. However our support team has been very backed up because of the holidays so if you don't get a reply right away, don't panic. We will get to you.
    I have done numerous Web searches for any sign of files available via BitTorrent or other P2P networks that contain working Star Trek digital copy codes, but apart from sites that exploit Google's search engine and generate phony "search results" of their own, I have not had any luck. It is possible this is just an Internet rumor, but we are still checking.
    Please respond to me in this thread with info on which version of the Star Trek set you got that has this issue, so we can narrow the field of possible causes. If you could also throw in any more info about that supposed torrent file (i.e. my brother downloaded it and it has a bunch of codes, etc), please do so.
    Many thanks!
    Stephen Zupan
    Software Quality & Release Engineer
    Deluxe Digital Studios
    Message was edited by: Zoopster

  • AFPPRN received a return code of failure from the OSD routine FDUPRN

    Hi all,
    Operting system : Solaris 9
    Oracle application: 11.5.10
    i would like to ask query related to buffer area of pinter on solaris server.
    we are trying to print cheques using oracle application on network printer.
    some times it is printing the cheques with out any problem but sometimes it throws and error message in concurrent request log file.
    ****************** L O G F I L E C O N T E N T S ***************
    Printing output file.
    Request ID : 849798
    Number of copies : 1
    Printer : radch1
    Pasta: Error: Error reading input file for type checking.
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. An error occurred while AOL tried to spawn the print process
    Cause: AFPPRN received a return code of failure from the OSD routine FDUPRN. An error occurred while AOL tried to spawn the print process.
    Action: Review your concurrent request log file for more detailed information.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 20-AUG-2009 11:49:18
    ****************** L O G F I L E C O N T E N T S ***************
    my question is
    1) Do we need to delete any temporary files from server related to printer.
    Regards

    Hi,
    What is the status of those concurrent requests (Completed with Warning or with Error)?
    1) Do we need to delete any temporary files from server related to printer.Usually, you do not need to delete any files manually, temp files will be created by the application, and there should no issues with the files permissions (unless you have some other instance running on the same node with different applmgr user). However, you can safely clean (.t and .tmp) files as per the following documents.
    Note: 435437.1 - Most Common Solutions to FRM-41839 and .tmp Files Not Being Deleted
    Note: 145487.1 - Files Types .t and .temp and .tmp, are Saving Under /var/tmp
    Note: 162232.1 - Why Does Oracle Forms Create .TMP Files Which Fill Up The Filesystem e.g. /tmp ?
    I would also suggest you search Metalink for APP-FND-00500 and you will get many hits, go through the documents and see if it helps.
    Regards,
    Hussein

Maybe you are looking for

  • External FireWire Disk will not boot

    Hi Forum, after some installations (OS 10.4.9, latest security update and Qucktime 7.1.6 I canot boot from my external disk (Lacie) connected to FireWire 800 port. The Apple shows up but then nothing more happens. Does anyone have a hint? Thanks Oliv

  • SCCM 2012 R2 CU2 Clients Will Not Download Anything Using BITS, error 0x801901F4

    I built a new SCCM 2012 R2 CU2 suite on Server 2012 R2. Clients will not download anything that require BITS transfers. The root of the problem seems to be in the DataTransferService.log. These lines keep appearing over and over: CDTSJob::HandleErro

  • Setting System status on assigning User status

    We can change the user status by changing the system status ... is there some work around to change a system status e.g REL on Setting a User Status .. ? Please advise. Thanks

  • Naming Songs and Albums

    I record lectures and subsequently burn CD's of them for sale. When I use the "get info" procedure and add all the appropriate information it works on the computer which I did this with, but when I put the Cd in another computer it pulls up a random

  • Unable to connect to internet with my wireless router...... Shows Connected... Great signal...

    Hello, I really need some help.�  �  I have Verizon DSL and that works great when it is connected to my laptop with a network cable.�  �  I got a have a linksys wireless router (wrt54G)� �  and It works, � according to the network connections........