Inserting flash video does not work completelty

Hello guys , i don't know how to give up with hard things but
this matter drived me mad and i have read and tried many things
without any result , locally and on the site when i publish it
> I am embedding a flv video into dreamweaver but nothing
it works i have
> tried
> manythings and i am tried pls help
> here is the codes
> <!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>Untitled Document</title>
> <script type="text/javascript">
> function MM_CheckFlashVersion(reqVerStr,msg){
> with(navigator){
> var isIE = (appVersion.indexOf("MSIE") != -1 &&
> userAgent.indexOf("Opera") == -1);
> var isWin = (appVersion.toLowerCase().indexOf("win") !=
-1);
> if (!isIE || !isWin){
> var flashVer = -1;
> if (plugins && plugins.length > 0){
> var desc = plugins["Shockwave Flash"] ?
plugins["Shockwave
> Flash"].description : "";
> desc = plugins["Shockwave Flash 2.0"] ?
plugins["Shockwave Flash
> 2.0"].description : desc;
> if (desc == "") flashVer = -1;
> else{
> var descArr = desc.split(" ");
> var tempArrMajor = descArr[2].split(".");
> var verMajor = tempArrMajor[0];
> var tempArrMinor = (descArr[3] != "") ?
descArr[3].split("r") :
> descArr[4].split("r");
> var verMinor = (tempArrMinor[1] > 0) ?
tempArrMinor[1] : 0;
> flashVer = parseFloat(verMajor + "." + verMinor);
> }
> }
> // WebTV has Flash Player 4 or lower -- too low for
video
> else if (userAgent.toLowerCase().indexOf("webtv") != -1)
flashVer =
> 4.0;
>
> var verArr = reqVerStr.split(",");
> var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
>
> if (flashVer < reqVer){
> if (confirm(msg))
> window.location =
> "
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveF
> lash";
> }
> }
> }
> }
> </script>
> <script src="../Scripts/AC_RunActiveContent.js"
> type="text/javascript"></script>
> </head>
>
> <body onload="MM_CheckFlashVersion('8,0,0,0','Content
on this page
> requires a
> newer version of Adobe Flash Player. Do you want to
download it now?');">
> <script type="text/javascript">
> AC_FL_RunContent(
> 'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
>
version=8,0,0,0','width','338','height','377','id','FLVPlayer','src','FLVPlayer_
>
Progressive','flashvars','&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName
>
=/lovestory1&autoPlay=true&autoRewind=false','quality','high','scale','noscale',
> 'name','FLVPlayer','salign','lt','pluginspage','
http://www.adobe.com/shockwave/d
>
ownload/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progress
> ive' ); //end AC code
> </script>
> <noscript>
> <object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
> rsion=8,0,0,0" width="338" height="377"
id="FLVPlayer">
> <param name="movie" value="FLVPlayer_Progressive.swf"
/>
> <param name="salign" value="lt" />
> <param name="quality" value="high" />
> <param name="scale" value="noscale" />
> <param name="FlashVars"
>
value="&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=/lovestory1&autoPl
> ay=true&autoRewind=false" />
> <embed src="FLVPlayer_Progressive.swf"
>
flashvars="&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=/lovestory1&au
> toPlay=true&autoRewind=false" quality="high"
scale="noscale" width="338"
> height="377" name="FLVPlayer" salign="LT"
> type="application/x-shockwave-flash"
> pluginspage="
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
> n=ShockwaveFlash" />
> </object>
> </noscript>
> </body>
> </html>
>
>
>
I am copying and pasting the codes so ignor the left ">"
Any help ? pls and thanks

You should know by now that the only real way to get help
with such things
is to post a link to the page. Can you please do that?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Design for best" <[email protected]> wrote
in message
news:[email protected]...
> Hello guys , i don't know how to give up with hard
things but this matter
> drived me mad and i have read and tried many things
without any result ,
> locally and on the site when i publish it
> > I am embedding a flv video into dreamweaver but
nothing it works i have
> > tried
> > manythings and i am tried pls help
> > here is the codes
> > <!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>Untitled Document</title>
> > <script type="text/javascript">
> > function MM_CheckFlashVersion(reqVerStr,msg){
> > with(navigator){
> > var isIE = (appVersion.indexOf("MSIE") != -1
> > userAgent.indexOf("Opera") == -1);
> > var isWin =
(appVersion.toLowerCase().indexOf("win") != -1);
> > if (!isIE || !isWin){
> > var flashVer = -1;
> > if (plugins && plugins.length > 0){
> > var desc = plugins["Shockwave Flash"] ?
plugins["Shockwave
> > Flash"].description : "";
> > desc = plugins["Shockwave Flash 2.0"] ?
plugins["Shockwave Flash
> > 2.0"].description : desc;
> > if (desc == "") flashVer = -1;
> > else{
> > var descArr = desc.split(" ");
> > var tempArrMajor = descArr[2].split(".");
> > var verMajor = tempArrMajor[0];
> > var tempArrMinor = (descArr[3] != "") ?
descArr[3].split("r") :
> > descArr[4].split("r");
> > var verMinor = (tempArrMinor[1] > 0) ?
tempArrMinor[1] : 0;
> > flashVer = parseFloat(verMajor + "." + verMinor);
> > }
> > }
> > // WebTV has Flash Player 4 or lower -- too low for
video
> > else if (userAgent.toLowerCase().indexOf("webtv")
!= -1) flashVer =
> > 4.0;
> >
> > var verArr = reqVerStr.split(",");
> > var reqVer = parseFloat(verArr[0] + "." +
verArr[2]);
> >
> > if (flashVer < reqVer){
> > if (confirm(msg))
> > window.location =
> >
> "
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveF
> > lash";
> > }
> > }
> > }
> > }
> > </script>
> > <script src="../Scripts/AC_RunActiveContent.js"
> > type="text/javascript"></script>
> > </head>
> >
> > <body
onload="MM_CheckFlashVersion('8,0,0,0','Content on this page
> > requires a
> > newer version of Adobe Flash Player. Do you want to
download it
> > now?');">
> > <script type="text/javascript">
> > AC_FL_RunContent(
> >
> 'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
> >
>
version=8,0,0,0','width','338','height','377','id','FLVPlayer','src','FLVPlayer_
> >
>
Progressive','flashvars','&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName
> >
>
=/lovestory1&autoPlay=true&autoRewind=false','quality','high','scale','noscale',
> >
> 'name','FLVPlayer','salign','lt','pluginspage','
http://www.adobe.com/shockwave/d
> >
>
ownload/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progress
> > ive' ); //end AC code
> > </script>
> > <noscript>
> > <object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> >
> codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
> > rsion=8,0,0,0" width="338" height="377"
id="FLVPlayer">
> > <param name="movie"
value="FLVPlayer_Progressive.swf" />
> > <param name="salign" value="lt" />
> > <param name="quality" value="high" />
> > <param name="scale" value="noscale" />
> > <param name="FlashVars"
> >
>
value="&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=/lovestory1&autoPl
> > ay=true&autoRewind=false" />
> > <embed src="FLVPlayer_Progressive.swf"
> >
>
flashvars="&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=/lovestory1&au
> > toPlay=true&autoRewind=false" quality="high"
scale="noscale" width="338"
> > height="377" name="FLVPlayer" salign="LT"
> > type="application/x-shockwave-flash"
> >
> pluginspage="
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
> > n=ShockwaveFlash" />
> > </object>
> > </noscript>
> > </body>
> > </html>
> >
> >
> >
>
> I am copying and pasting the codes so ignor the left
">"
>
> Any help ? pls and thanks
>
>

Similar Messages

  • Flash player does not work with Ie or Firefox with win 8.1?

    Flash player does not work with Ie or Firefox with win 8.1 64, If i try and play a video I get the message to install Flashplayer.
    If I try and install it it says it is already installed. Your onsite  installer says it is not applicable to my machine.
    I have followed all the normal steps re enabling addons and active filters etc.
    all to no avail Pc is Dell 6 months old, Flashplayer has never worked on this machine. Last MS update mid Dec 2014.
    Version of flashplayer is 15....03.......

    Flash Player is a built-in component of Internet Explorer.  There's nothing separate to download or install.
    Firefox requires a different version of Flash Player (the NPAPI plug-in), which will be served to you if you go here: http://get.adobe.com/flashplayer using Firefox; however, there are some unique stability issues related to Firefox on Win8.1, and you're probably better off using Google Chrome if you want a more optimal experience with Flash Player.
    For problems where IE isn't being detected by sites that require Flash:
    First, confirm that ActiveX Filtering is configured to allow Flash content:
    https://forums.adobe.com/thread/867968
    Internet Explorer 11 introduces a number of changes both to how the browser identifies itself to remote web servers, and to how it processes JavaScript intended to target behaviors specific to Internet Explorer. Unfortunately, this means that content on some sites will be broken until the content provider changes their site to conform to the new development approach required by modern versions of IE.
    You can try to work around these issues by using Compatibility View:
    http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-11

  • Flash player does not work properly on Windows 7 32 bits

    Hello,
    My flash player does not work properly on Windows 7 32 bits with Firfox and IE8 (lasts versions).
    My Flash player version : 10.0.45.2, but I tried with version 9 too, with same problems.
    I have tried to uninstall, reboot, reinstall several times, ... witch did not worked.
    In fact, it works correctly on some sites, like youtube, but not on some others like :
    http://www.dailymotion.com/ => black screen instead of videos, right click gives flash context menu
    http://www.canalplus.fr/ => videos does not load, right click gives flash context menu
    http://www.myspace.com/ => no audio player, right click gives flash context menu
    some games in http://www.kongregate.com/ => black screen instead of games, right click gives flash context menu
    I have no problem with shockwave in http://www.adobe.com/shockwave/welcome/
    No problem too with flash player on http://www.adobe.com/software/flash/about/
    But in the Global Privacy Settings panel (http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager02.htm l), I cannot change any settings :
    I cannot check boxes,
    My changes are not saved.
    In most of flash animations, videos, ...,
    when I click on parameters, I cannot do anything, even closing.
    when I am in full screen mode, the message "press escape to exit...." does not disappear.
    Last thing, all those problems was not there when I was on Windows XP, few weeks ago, and appear with my registered Windows 7 premium familly edition, with the same hardware configuration...
    Thank you for your help

    Hi eidnolb
    Thanks for your answer.
    This is what I have :
    Verify user permissions
    I have an administrator account.
    I tried (uninstall, install and run) with super-administrator account for same results
    Install the most current version.
    I am running the latest version (10.0.45.2)
    Run the Clean Installer to Fix 3rd Party Flash Player Cleaners
    I did not "clean" my computer.
    Troubleshoot Pop-up blockers
    I have no Pop-up or esle blocker  software.
    Ensure that Internet utilities do not block Flash Player
    I tried (uninstall, install and run) without Avast.
    I have windows 7 firewall. I do not know where I can allow ActiveX  controls and Flash (SWF) content. I do not see anything relative to ActiveX an Flash in allowed program list.
    Fix machine crashes when displaying Flash content
    I have no freez or crash.
    Using IE, Shockwave Flash Object is Enabled and vs 10.0.45.2
    Using FF, I have SWF vs  10.0.45.2 and it is Enabled
    I really do not understand !!
    Thanks,
    Ju'

  • Adobe Flash Player does not work in Internet Explorer 10 on Microsoft Windows 8

    I understand that Google Chrome and IE10 have their own automatic update system, however, any site requiring me to use adobe flash player to view videos does not work no matter what I try. I have:
    Used the desktop version of IE versus that Start version and both provide me with the same message.
    Tried uninstalling and then reinstalling but I receive an error message stating that Flash player is already installed and I know that it is not because I have unistalled it. I received this message: Installer encountered an error: 0x80248000
    I even used Ccleaner to hopefully remove any files that were left behind.
    I have gone to Tools, then compatibility settings, unchecked automatic update list from Microsoft. there are no websites on that list t remove.
    I have double-checked that the flash player add-on is enabled.
    I have also checked security settings and enabled Scripting for Java
    I have also made sure that I disabled ActiveXFiltering.
    Basically, I have tried to use Adobe's websites to figure out the issue at the following link: http://helpx.adobe.com/flash-player/kb/flash-player-issues-windows-8.html#main-pars_header _1
            None of the tips fixed my issue.
    I have Windows 8, recently upgraded from Windows 7. I have a 64-bit machine, when I tried, just in case I was wrong, to install 32-bit, I receive an error. I would greatly appreciate any help anyone may provide. Is there a customer service number by any chance for software we have not paid for but instead it comes with our computers? I really need to be able to use discussions and watch Teachertube, youtube, and other videos to complete grad schools assignments.
    Please help me!
    I

    It sounds like you might have additional software on your system that is interfering with Flash Player.  You mentioned that this is happening for both Chrome and Internet Explorer, correct?  I've got a similar system (Win 8 upgraded from 7, 64bit) and I've never had any problems.
    I'd recommend trying to temporarily disable any security, antivirus, firewall software that you have running.  You might also want to try starting in Safe Mode with Networking enabled (http://windows.microsoft.com/en-US/windows-8/windows-startup-settings-including-safe-mode) to see if Flash works once all utilities and services have been disabled.
    Finally, do either of these links play video back?
    HTML5     video     
    Non-HTML5 video
    Thanks,
    Chris

  • My flash flayer does not work on my Windows 8 Surface Tablet, it also won't let me see if i already

    My flash flayer does not work on my Windows 8 Surface Tablet, it also won't let me see if i already have it installed...

    1.      Are you getting any error message?
    2.      Which browser are you using?
    3.      Were there any recent changes made on the computer prior to the issue?

  • My flash player does not work on my tablet.

    My flash player does not work on my tablet

    Your tablet uses Android OS.
    There is no more Flash Player for Android and there won't be another. Android is no longer compatible with Flash Player. Playing Flash content is very processor consumptive and it drains your battery, also shortening the life of it. Android (Google) recommends using either "Dolphin" or "Puffin" as your browser if you need to view Flash content with a mobile device running Android. They're both free in the GooglePlay store. These browsers use "server side" rendering to reduce the load on your device.

  • Flash player does not work after I installed it

    Flash player does not work after I installed it

    I'm using Mac Osx and my browser is Safari
    Date: Wed, 5 Feb 2014 00:41:29 -0800
    From: [email protected]
    To: [email protected]
    Subject: Flash player does not work after I installed
        Re: Flash player does not work after I installed it
        created by Mike M in Installing Flash Player - View the full discussion
    This is a user-to-user forum, NOT 24/7 support. You're "lucky" I happen to be up at 1:40 am to answer you.
    What OS are you using?
    http://mmonlinedesigns.com/images/os.png
    What browser?
    http://mmonlinedesigns.com/images/browsers.png
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6087541#6087541
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6087541#6087541
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6087541#6087541. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Installing Flash Player at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Flash player does not work in Windows 8 tiles

    Flash player does not work in Windows 8 start metro tile applications. Flash player also does not work in Windows 8 start tile internet explorer 10 1n windows 8. Flash player does work in Windows 8 desktop internet Explorer 10. I tried all of the recommended fixes suggested by adobe Flash Player Issues/windows 8 page. I have reinstalled Windows 8 operating system.  What should I try next?

    This is a known issue with Flash Pro CC - GM build.
    this crash has been fixed in the update that was released recently. Please update to 13.0.1.808 version and it should fix this.
    Please reply if it still persists after the update.
    -Sujai

  • Flash player does not work with new ICS Android 4.0.4 OS. Has this problem been addressed?

    Flash player does not work with new ICS Android 4.0.4 OS. Has this problem been addressed? I am using Firefox Beta for android and I also tried just Firefox.

    Please check the Play Store app for any Flash updates and install them if present.

  • Flash player does not work under one user account.

    Flash player does not work under one of my user accounts.
    My system: I work with a mac mini with Mac OS X 10.6.8.
    What I have done:
    I installed the flash player maybe one year ago under my "first" user account. At that time this user account had had administrator authorization. In the meantime I had to change this "first" user account in an account without administrator authorization and created an administrator user with which I installed different programms. Lately, the message came up that it would be necessary to update the flash player. I did it; under the "first" user account, but of course with the administrator's password for installing. The installation had been "successful" - so I was told. But it did not run. I tried it again and again. Each time with "deinstallation" first. No way; it did not work.
    After asking Adobe for the reason of the problem, they suggested to install the programm directly under the administrator user. I did that (of course after deinstalling under the "first" user account) with the result, that flash player runs under my administrator and my "second" user account, but not under the first user account. There I am always told to update my flash player.
    With this result, I talked to Adobe. So they told me to contact the producer of the operating software, since this would be a mistake of the operating software.
    And here I am - full of hope to get help from you.
    Thanks for reading. And thanks in advance for helping me.
    Nanny FS

    Any update to provide at all here guys?  Again, in my situation, it's very much rights-related as a standard user doesn't even report that the flash player exists when testing it on the Adobe Flash Version Detection website (despite it showing up in Control Panel and under Add/Remove Programs).  I've already tried giving the C:\Windows\System32\Macromed and files/subfolders appropriate permissions for the standard user and still nothing.  If I either give the user in question full local admin rights or logon as the domain admin, then the Adobe Flash Version Detection website says Flash is installed and Flash works fine.
    Thoughts???

  • Flash Player does not work in my blog

    Flash Player does not work in my blog This is my blog :
    <a href="http://la-fitness-hours.blogspot.com">la fitness hours</a>
    http://la-fitness-hours.blogspot.com

    This has nothing todo with Acrobat Javascript.

  • Has anyone been able to contact Adobe to learn why their Flash Player does not work on Mac OS 10.6.8, no matter how many updates you install?  This seems like a big error by Adobe.

    I have thee Mac computers with Mac OS 10.6.8, one of which is a Mac Pro.  No matter how many updates I install from Adobe, their Flash Player does not work on any of these 3 computers.  I don't know how to contact Adobe Systems about this problem, but I think it is their responsibility to make sure that their so-called "universal" software works proplerly on a relatively recent operating system like OS 10.6.8 that is still in widespread use.  When you install the updates, nothing happens -- not even an error message.  What is the point of a universal player that is not universal?  It works fine on my MacBook Pro with OS 9 Mavericks, but it does not work at all -- indeed, has never worked -- on my 3 Macs with OS 10.6.8.  Has anyone contacted Adobe Systems to find out why the Flash Player does not work with OS 10.6.8 and what they plan to do about it?

    Where are you getting Flash from?
    Get the appropriate dmg installer here and then run it.
    http://www.adobe.com/products/flashplayer/distribution3.html
    If it still won't install, do these two things: First uninstall any Flash by going into the second level Hard Drive Library>Internet Plug-ins, and trash the Flash Player.plugin and flashplayer.xpt. Then boot into Safe Boot, Shift at the startup chime (give it much longer than a usual boot) and run the installer while booted in Safe Boot.

  • Adobe flash player does not work on Firefox, but does on Wind Exp

    I have reinstalled Adobe Flash Player many times and also reinstalled Firefox, but flash player does not work. Every tim I try to play something it tells me to install the latest version of flash player. Flash player works fine on on Windows Explorer

    IE uses a different version of Flash (ActiveX) than other browsers use, you need to install the Plugin version of Flash.
    1.Download the Flash setup file from here: <br />
    [http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe Adobe Flash - Plugin version]. <br />
    Save it to your Desktop.<br />
    2. Close Firefox using File > Exit <br />
    then check the Task Manager > Processes tab to make sure '''firefox.exe''' is closed, <br />
    {XP: Ctrl+Alt+Del = Processes tab}
    3. Then run the Flash setup file from your Desktop.

  • Video does not work in iOS 8.3

    I have the iPhone 6 128GB. I did update to iOS 8.3.
    I have some problems after the update... video does not work, it wont play, i can click on the play button but nothing happens.
    The problem ocurs in safari when i visit news sites and try to play video in articles.
    When i get snapchat with video... it wont play, it is only black screen with the seconds counting down... and some times it just craches the snap app...
    I cant watch videos in instagram or facebook...
    I live in Norway and I think it is stupid that Apple still has not fixed the keyboard... the "123" key and the "globe" key swithc place with each other in portrait and landscape mode... why...!?! ( this is when i use Norwegian keyboard )
    Yes i have rebooted the phone holding in both buttons until apple logo is visible 2 times
    Yes i have rebooted the phone even more
    Yes i have quitted the apps that was open and the only way i get the black screen away in snapchat is by killing the App...
    Apple... i am not impressed.

    Here is the strangest thing, what works for you does not necessarily help other.  I rebooted my phone several times, and yes, youtube finally worked, but only for some hours then it did not work. I did quit all Apps and rebooted with home and power button pressed inn until apple logo appeared and disappeared again, i had to press power to start the phone. I repeated this step. Now the videos where playing in all apps.  The next morning i did get a snap on my iPhone, i tried to see it, but it was only black screen with text and a clock counted down to 0, but it stopped on 1... and the app froze.
    I dubble clicked the home button, and there where 25 active apps, apps that i had not used for days and note... i manually quitted all apps the day before... how did this apps appear again ? The Apps that where terminated do appear again after reboot... i don't know why, i have still trouble to see video. I hope for a fix from Apple, because i have so much i don't want to loose in my phone.

  • Video does not Work in iTunes Store please help! annoying problem!

    The video does not work in the itunes store. I get no picture, only sound when i want to preview a music video or a movie trailer. No video at all. However, i can watch my movies and music videos that i already own. Please, is there any smart guy who knows a solution?

    I'm having this same issue. I tried some things but still couldn't get it to work the way it used too.
    It will not play the video portion in iTunes only the audio if I click on the song. If I switch the settings from Music Video to TV show in the info tab, the file plays fine. If I open it in Quicktime, the file plays fine.
    I've tried changing the preferences so that the video will play in the iTunes window, in a separate window, etc. and all it plays is the audio and will show the artwork instead of playing the video.

Maybe you are looking for

  • How do i reenter a gift card code that I put on wrong email address

    Hello, I just got a ipod nano from my son...he just got an ipod touch.....I got a gift card for Mothers Day and I entered the gift card code on a wrong email address and now when I go to my apple account and use correct email....itunes wont accept my

  • Jdbc -ms sql server

    I have ms sql server instaled on my comp, and i'm using a system account(and for authentification i have windows only chosen), but cannot connect to it using JDBC. My code is: Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver"); con = Drive

  • PCD Content Transport Issues

    Hi All, We have an issue while transporting PCD content. The PCD content is the delta link copy of the Business Package (from Content Provided by SAP folder). We have copied the standard content to custom folder as delta link and did few modification

  • IMac starts only at the secound time.

    Dear Communtiy, since of recently I have a problem with my iMac (2.66 GHz Intel Core 2 Duo; 8RAM; Version 10.9.3). When I've decommissioned it from the socket, It doesn't start firstly. There's just the Apple-icon and it doesn't do anything, not afer

  • Is the anyway to get a report of component usage within an Application.

    It would sure be 'nice' to have a report of the component usage within an Application. I am most interested in where the LOVs are being referenced. It is extremely time consuming to check every report/form item by item. I'm sure this information is a