Explorer issue with video swf

Hi can anybody tell me why Internet explorer did not open the video, before I had accept to open this site, in firefox it just open,
I have tried Amara slide show bouilder, and here there is no problem with the swf files in explorer.
I know that I in the internet explorer option can change this irritating bloking, so can anybody tell me why this happened for me
I have visit a lot of internet homepage, where there is a video and where internet explorer did block the site.
I have sent my html file and the swf file.
best regard
kenneth

Hi,
Does the issue occurs with other browser such as Chrome or Firefox?
Please try the following to check the issue:
1. Updating your graphics driver. visit the website of your computer manufacturer to download the latest driver.
2. Disable hardware accelerate to check the issue
Hardware acceleration is a feature in Adobe Flash Player that usually delivers a better video playing experience; however, sometimes it may cause issues.
The option to disable hardware acceleration is only available for certain versions of Adobe Flash Player system plug-in and operating systems (OS).
Follow these steps to see if the option is available:
a. Right-click on the on the video you’re having issues with
b. Click Settings
c. If you see the option Enable hardware acceleration, deselect it. If you don’t see it, the option is not available for you.
d. Click Close
e. Refresh the page and check whether the video is working
Once you disable hardware acceleration, the change will apply across all Internet browsers on your computer.
3. Reset Internet Explorer settings
http://support.microsoft.com/kb/923737
Please understand that reset Internet Explorer to its default configuration. This step will also disable any add-ons, plug-ins, or toolbars that are installed.
4. Disable the security software temporarily and see if it works.
Hope it helps.
Regards,
Blair Deng
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • Intermittent issues with video output initialization

    Hi Guys,
    I have received a new (i5, 15') Mac-book Pro more than 9 months ago. About 6 months ago it started having some serious intermittent issues with video output. Those issues are numerous and different every time, but all seems to lead to GPU problem. In chronological order:
    1)Started showing static colors as flickering and white color as blue.
    2)Blue screens in bootcamp and hangs in mac os
    3)Startup problems (fail to start)
    4)Startup problems resolved with firmware patch, but video fails to initialize during startups:shows black on mac os, and distorted green during bootcamp.
    So right now I am stuck with #4. The main issue is that it is intermittent - sometimes it starts to happen and sometimes it does not. Is there any way I can make apple replace the unit or the video-card? I did bring it to a apple certified service center, but they did not give any crap, even when I was able to demonstrate it to 2 people in there and gave me back the unit after failing to reproduce the problem on their own. I have all those problems in video and photos, but I don't see anywhere I could send them besides this forum.
    Some of the evidence (I have much more):
    http://www.youtube.com/watch?v=MsTYnUFCX1I
    http://www.youtube.com/watch?v=zK85Hi9gx24
    http://www.youtube.com/watch?v=pRH3DpN7qB0
    http://www.youtube.com/watch?v=dMXo8qF6S_k
    Message was edited by: Breakable

    "I have received a new (i5, 15') Mac-book Pro more than 9 months ago."
    You are still under warranty. *Call AppleCare*
    "Is there any way I can make apple replace the unit or the video-card? I did bring it to a apple certified service center, but they did not give any crap"
    No you cannot make Apple do anything. What you can do is call _Apple Customer Relations_ in your country. You can call AppleCare & ask politely & firmly to be transferred over to Customer Relations if there is no direct phone number like there is in the US. Relay to them what you stated in this post. See what they can do for you.
    You posted in the wrong MBP area (Original). I have requested that a HOST move your post to the proper forum MacBook Pro (2008 and Later). There will be no need for you to repost.

  • Issues with Video Conversion in N95 8GB

    I purchased a N95 8 GB yesterday. I have been trying to get the video conversion to work with video manager
    The conversion status tab do not go beyond 40% and it hungs there without any error message.
    Has anyone faced similiar issues with video.
    I used another convertor to convert the AVI file to mp4. But this file could not be played by N95 real player.
    Are there any specification for conversion, for the video to play in N95.
    Can anyone suggest on the best tool to convert video to MP4 and play in N95 ?
    Thanks,
    Sooraj

    For tips and tricks on video and nseries visit this blog..
    http://portablevideo.blogspot.com/
    640K Should be enough for everybody
    El_Loco Nokia Video Blog

  • Hi, I had recently purchased ipad3 and but obviously have been having issues with heating up and some minor issues with video playback etc. Apple has agreed to replace my device. I need help in deciding whether i should get a new ipad3 or opt for ipad2.

    Hi, I had recently purchased ipad3 and but obviously have been having issues with heating up and some minor issues with video playback etc. Apple has agreed to replace my device. I need help in deciding whether i should get a new ipad3 or opt for ipad2. Seller is willing to replace it with ipad2 as well..
    Have also heard that the ipad3 revamped version is around along with the mini pad rumor..too much information - lot's of confusion pls help

    Lindsay,
    Your iBookG4 is still a pretty awesome Mac. Like already said, it has the power to run Leopard, but it depends if you have an internal DVD drive.
    Then I suppose you have to add up the cost of the OS, perhaps another 512MB RAM, iLife 08 and replacements for any favourite apps that you currently use (Leopard breaks a lot of stuff, but Intel breaks even more). Compare it to the cost of a new MacBook, which wil have all of that included and be 3-4x faster too.
    It also depends on what you want to achieve with your iBook. My PMG4 still cuts it today, I still use it in preference to my new Mac Pro, It's about the same age as your iBook, and I'll only stop using it when it becomes "painfully" slow. My 1 year old son currently uses the Mac Pro (parts for a Mac Pro are easier to replace than those for a PMG4).
    I think your choice is simple, if you can a cheap copy of Tiger, use that, it'll get your iPod Touch up and running. It came in DVD and 4 CD version (by request).
    Leopard will work for you too but a lot of the best eye-candy requires quite a meaty graphics card and you may need a RAM upgrade and replacement software - OS9 Classic is not supported in Leopard.

  • Safari 5.1.2 on Windows 7 has issues with hiding SWF objects in IFRAMEs

    Try as I may I cannot hide a Flash object in an HTML page referenced as the source of an IFRAME tag despite being able to hide the IFRAME when using Safari 5.1.2 on a Windows 7 machine.
    This is not a problem for the latest versions of Safari, Chrome and Firefox on a Mac. This is not a problem for the latest versions of Internet Explorer, Chrome and Firefox on a Windows 7 machine.
    Following is sample HTML and JavaScript for the page that includes the IFRAME tag:
    <button id="tryit" type="button">Try It</button>
    <div id="test">
         <iframe src="hideswf-iframe.html" width="770" height="610" frameborder="0"></iframe>
    </div>
    <script type="text/javascript">
         var test = document.getElementById("test"),
              tryit = document.getElementById("tryit");
         tryit.addEventListener( "click", hideAndSeek, false );
         function hideAndSeek(e) {
              var style = test.style;
              style.opacity = (style.opacity == 1 || style.opacity == "") ? 0 : 1;
    </script>
    And the following is the OBJECT tag for the SWF object that would exist in the page "hideswf-iframe.html" referenced as the source of the IFRAME tag in the above code block:
    <object type="application/x-shockwave-flash" id="strobemediaplayback" data="StrobeMediaPlayback.swf" width="743" height="600" style="visibility: visible; ">
         <param name="allowFullScreen" value="true">
         <param name="wmode" value="direct">
         <param name="flashvars" value="favorFlashOverHtml5Video=true&swf=StrobeMediaPlayback.swf&javascriptCallbackFunction=$.fn.strobemediaplayback.triggerHandler&minimumFlashPlayerVersion=10.0.0&expressInstallSwfUrl=expressInstall.swf&autoPlay=false&loop=false&controlBarMode=docked&poster=&src=http://players.edgesuite.net/videos/big_buck_bunny/bbb_448x252.mp4&useHTML5=false&width=1187&height=959&queryString=favorFlashOverHtml5Video=true&swf=StrobeMediaPlayback.swf&javascriptCallbackFunction=$.fn.strobemediaplayback.triggerHandler&minimumFlashPlayerVersion=10.0.0&expressInstallSwfUrl=expressInstall.swf&autoPlay=false&loop=false&controlBarMode=docked&poster=&src=http://players.edgesuite.net/videos/big_buck_bunny/bbb_448x252.mp4&useHTML5=false&width=1187&height=959">
    </object>
    The complex aspect is that this issue only manifests itself with some SWF objects, but not all. In the admittedly small sample of objects I tested I observed that the ones that failed were focused on video content (basically they were video players) while the ones that didn't exhibit the issues were not delivery mechanisms for video content.
    I have already tried using JavaScript libraries and frameworks such as jQuery and Scriptaculous - they didn't fare any better.

    Actually it doesn't let me choose either of the buttons and before anything can happen the crash occurs. I tried to click on both buttons but it seems not to work. Thanks!

  • User log in issue with Xcelsius SWF file

    HI,
    I am using the BI as source to  BO. Xcelsius dashboard is using webi data by live office.
    I have exported the xcelsius in  swf file &  ppt format.
    i am using the credentials user name, password  and authentication as SAP.
    I have the roles which are created in BI and imported to BO and the roles have users in BI , which came by default to BO.
    Now I have created the new users in BI with initial password. I cant login to infoview or swf until i change the initial password in BI and thn with new password i can log in to BO. I understood this concept.
    But confusing part is after changing to new password in BI, i can be able to log in to swf or PPT but not fetching latest data from data base.
    if i log on first into infoview , thn i can be able to log onto swf file or PPT correctly and access the latest data.
    If i directly access the ppt file , i get 'failed to get the document information. lo 26315". But if i login to infoview first then to swf or ppt i wont get any problem.
    The problem is,  users are access the dashboard file from ppt and pdf. So , is there any work around that, the new user can directly access the data from swf or ppt, without entering the infoview???

    Hi sapbi83 ,
    May i Know which connection you are using for fetching data into xcelsius, is it LO(Live Office) or Qaaws
    if it is Live Office  then what is the refresh property  set for live office object? and how many live office objects or how many qaaws connection u are using.?
    provide the answe of all the above question, i'll be able to help you and Infoview has nothing to do it with the real time data connectivity. the dashboard is completely dependent on the connections used to get data into the xcelsius, if the error is coming in PPT or PDF standalone then there is some issue with the connection used in xcelsius, just let me know the answer of all the above questions.

  • Issues with video playback, messed up shuffle mode with playlist sharing

    I have a Mac (10.4.7) and a PC (XP SP2)... both are running iTunes 7 downloaded on September 12. All of my media is on my PC, and I do playlist sharing with my PowerBook across mu home network. A few issues with iTunes 7 that didn't exist for me in iTunes 6.0.5:
    - Video playback is like multicolored TV snow. This happens on my PC as well as when the video is shared to my Mac.
    - When sharing the music to my Mac, and I'm listening in shuffle mode, many times the same song will play twice in a row.
    - I've only had this happen once so far (in the last 24 hours), but again I was listening to music shared to my Mac. One song played, then started to play again for the second time in a row. The song played for about 15 seconds, then jumped into another song. After that song was over, it jumped back and played the last 15 seconds of the previous song, all while having a completely different song highlighted in iTunes with the track position set to 0:00. It was very, very odd.
    Frankenstien PC/PowerBook G4 Mac OS X (10.4.7) Windows XP Pro SP2

    The first issue is resolved by http://discussions.apple.com/thread.jspa?threadID=639597&tstart=0
    Any other ideas?

  • MacBook Pro 15 Mid 2009 - Mac OSX 10.10.2 - Any issues with video lagging/audio lagging?

    Hello
    Current OS and System details below. Have started to experience audio and video lagging when browsing (not effecting audio on music)
    Have looked at some forums and it appears to be an issue with some later cards and Mac Book Pros
    Any one else experiencing issues? and if so are they resolved? and if so by what manner were they resolved?

    Since yo said "an issue with some later cards and Mac Book Pros" I would also post n the MacBook forum
    MacBook Pro

  • H67A-G43 (B3) - Windows 7 64-bit Install issues with Video Card(s)

    Specs
    Case - CoolerMaster CMP 350 w/500 Watt PSU
    Motherboard - MSI H67A-G43 (B3)
    Processor - Intel i7-2600
    Memory - 16GB (4x4GB) DDR3 1333
    Hard Drive - Western Digital Caviar Green 1TB SATA 2
    Video - *multiple cards tested
    Issue
    OS Installation
    Video Card - ASUS HD 7850 DirectCUII - Computer POSTs, begins to load Windows 7 setup, freezes on the Windows 7 installer background.
    Video Card - GeForce 9300 GE - Computer POSTs, begins to load Windows 7 setup, freezes on the Windows 7 installer background.
    Video Card - MSI N430 GT - Computer does not POST.
    Video Card - Integrated - Computer boots and completes install of Windows 7 64-bit. Install all drivers, update BIOS to current version.  Attempt to boot with video cards listed above with new BIOS, same issues. (First two hang on Windows logo, 3rd no POST.)
    Attempted Resolutions
    As stated, I have tried 3 different video cards, as well as 2 motherboards, both of them MSI H67A-G43(B3).
    We have ordered 2 other new motherboards (one ASUS, one Gigabyte) because we need to get this built for the customer ASAP.  However, we have previously used the H67A-G43 boards with no issues.  We would like to be able to use these motherboards on future builds.  What possible solutions are there for these issues?

    Quote from: HU16E on 20-April-12, 03:32:27
    Tried a battery removed CMOS clear and reset after the UEFI/BIOS update? Tested with another PSU? Tried with just one RAM stick in the primary dimm slot, or with just two sticks?
    Results
    1 Stick DDR3 - Freezes in "Starting Windows" screen when video card (HD 7850) installed.  Still works correctly with Integrated.
    1 Stick DDR3 + swapping out CoolerMaster 500 Watt PSU for "Power" 500 Watt PSU - Freezes in "Starting Windows" screen with video card.  Using Integrated video, works correctly.
    This is on an unflashed H67A-G43 (B3) new out of the box.

  • Issues with video quality after editing in Premiere Elements.  Please help!!!

    I am having issues with the quality of video output from Premiere Elements.  I tried to combine 4 videos clips that I took (all were crystal clear when viewed prior to combining them in Premiere Elements).  The first clip is quite pixelated, the second has wavy lines running across it the whole time (recorded webinar), and the third clip looks crystal clear. (FYI...first clip and third clip were both taken using the exact same settings on my Canon)  I am not very tech "savvy".  I am guessing it has something to do with the way I saved or "shared" the video after editing?  But I have NO IDEA what settings I need as I am not very "tech" savvy!  I want to upload the finished product to Vimeo.  I looked on Vimeo and followed instructions from a tutorial that a Premiere Elements user posted about how to save the best quality video for uploading to Vimeo, and the quality turned out FAR WORSE than the first time I saved it.  Please help!!!  Thanks so much!

    Thanks for your response John!  Do you think my issue may be due to the way I initially "set up" the project when I created a new project from the very beginning?  I am operating on Premiere Elements 10, so I do not see an option for sharing online directly to vimeo....only facebook and Youtube.  I am combining 4 video clips.  3 of the 4 clips were shot on my Canon EOS 60D, and 1 of the video clips was a recording of a PowerPoint based webinar that we did via Meeting Burner (meetingburner.com).  Since I am combining more than 1 video format, is it likely that I will run into quality issues?  The strange thing was that 2 of the clips shot with my Canon showed up blurry after exporting/sharing my final video, but one of them was still crystal clear.  This doesn't make any sense to me since I did not change any settings on my Canon.  I didn't see any specific tutorials on setting up the project to match the video from that list of Tutorial links.

  • Heat issues with video import

    Ive had my Macbook pro for about 3 weeks now and as far as I can tell its getting hotter (idont know how to find the exact temp but I know hot and my Macbook is!)
    The heat has not been an issue until recently. And then when I was using the machine last night to import some video from a mimiDV camera and the heat was simply unacceptable the vent under the screen was so hot it was almost untoucable and also the hard drive was throwing out heat.
    Now Im not sure if this has anything to do with the 7200rpm HDD I have installed in the machine but I was just wondering if anyone else has had this problem with video importing.

    It has nothing to do with video editing per se. It has everything to do with heat generated from constant hard drive activity and higher CPU utilization. Check temps with CoreDuoTemp both under load and also idle.
    http://www.versiontracker.com/dyn/moreinfo/macosx/29854
    You can simulate loads also to get various temp readings.
    http://www.versiontracker.com/dyn/moreinfo/macosx/24941
    You can check your hard drive temp with Temperature Monitor.
    http://www.versiontracker.com/dyn/moreinfo/macosx/19994
    In fact if you start CoreDuoTemp first, shut it off, then run CoreDuoTemp you can see both your CPU and Harddrive temps in your dock or menubar with Temperature Monitor.

  • Issues with Video and Sound

    Hello all. I am having an issue with my MacBook Pro. This issue travelled from 10.4 to 10.5 to 10.6 with me. The install from 10.4 to 10.5 was a clean install. I messed around with the video card a long time ago back in 10.4 through a boot camp windows 7 partition trying to get a game to work. I don't remember for sure if the problem started right after that or not, but I'm thinking probably. Basically I was trying to reflash the video card to get a game to work in a beta version of windows 7.
    My main issue is that videos are laggy and jump and freeze and such. This happens on anything from a YouTube video to Quicktime to VLC. Also, the sound will frequently freak out and become "robotic" and skip a lot as well. If I leave it alone and don't play anything with sound, it will return to normal after a random amount of time. Restarting also fixes the issue. This usually only happens when playing video, but every once in a while will happen in iTunes when just listening to music.
    I guess I need to know if there is a way to "reset" the video card or graphics card or whatever. The audio too if need be.

    My main issue is that videos are laggy and jump and freeze and such.
    Make sure you have the latest versions of VLC, Flip4Mac, Perian and Adobe Flash Player.
    Boot from your install disc & run Repair Disk from the utility menu. To use the Install Mac OS X disc, insert the disc, and restart your computer while holding down the C key as it starts up.
    Select your language.
    Once on the desktop, select Utility in the menu bar.
    Select Disk Utility.
    Select the disk or volume in the list of disks and volumes, and then click First Aid.
    Click Repair Disk.
    Restart your computer when done.
    Repair permissions after you reach the desktop-http://docs.info.apple.com/article.html?artnum=25751
    For Quicktime issues, visit its forum area - http://discussions.apple.com/forum.jspa?forumID=932

  • Issues with video playback on iPad 2

    I have an iPad 2 (I had this issue with the iPad 1st gen. as well), and I'm having some playback issues on movies and TV shows purchased through iTunes. I've removed the movies/shows and re-synced, I'm using the cable that came with my iPad.
         The issue is that when I'm watching a movie/show, the video will freeze, get very pixelated, and then pick back up anywhere from 15 seconds to 2 minutes later in the video. I had this issue with 2 of the first gen iPads (as stated above) and took those back to the store, however my iPad 2 was a prize from a contest and cannot be returned.
         I'm sorry if this question has already been answered, but if anyone has any tips or answers about this that could help me out, it would be greatly appreciated.
         Thank you.

    Ok, I created this sample file by tearing some code out of a larger project. Its a little light on comments and the code could be cleaned up a lot but it works fairly well. This example uses stageVideo with a fallback to a regular netstream video object. It is based loosely on several sample stageVideo source that I found online.
    When you tap on the play button in the example it first loads in a custom player container, then it converts the entire stage to a bitmap and masks this bitmap using a mask bitmap that is created from the library. This mask creates a hole through the bitmap version of the stage contents so that the stageVideo is visible. (Because stageVideo is always drawn under everything in the displaylist.)
    This example also has an iOS styled player UI that I created so that it would look similar to the native video player. It has play, pause, a video scrubber and full screen mode. There is a small sample h.264 video included in the example so you can test it out and see it work. On the iPad make sure that your videos are in a folder or in the root and that the folder or files are added to the included file list for your app. Also make sure that the render mode in your app.xml file is either GPU or Direct. Beyond that if you have problems or questions let me know.
    Download the sample file here
    http://www.thebitcrew.com/downloads/StageVideoDemo.zip

  • Issues with video/audio playback and Source window

    I have some video that I am trying to import to get into my sequence. Anytime I open the video into my source window (or drag it to the timeline), the audio goes crazy. It starts skipping around and jumbling itself. When I open the video file in Quicktime on my computer, it opens and plays fine. Also, I don't know if it is unrelated, but sometimes when I open a video in my Source window, there is no audio. I can drag it to the Sequence and double click on it to bring the Sequence video into the Source window and it plays fine.
    The video that I am having issues with is a .mov filmed from an iPad (not sure which iPad model). It is filmed in Portrait mode, not sure if that matters. Please let me know what other information might be needed to troubleshoot this issue.
    Thanks!

    Ooh. Sorry about that.
    - I am using Adobe Premiere Pro CS6 v.6.0.3
    - I'm sure I have the latest update. I'm using Creative Cloud, and the Adobe Application Update Manager says everything is up to date.
    - Operating System is Windows 7 Professional (Service Pack 1)
    - Source footage is a .mov filmed in portrait mode (I didn't record it.. Haha) on an iPad, not sure the model.
    - I am getting no error messages.
    - I was just dragging the video file from the Media Browser to the Source window. Nothing special.
    - This is working on all of the other clips filmed from the same iPad at same resolution, etc. Also, this particular video plays perfectly in Quicktime. It's just when I try to play it in Premiere Pro.
    - Other software that is currently running is standard stuff: antivirus, Outlook, Gtalk, Dropbox. Nothing that uses audio.
    - I have installed K-Lite Codec pack when I got the computer.
    - I have a Dell Preision T7600, Dual Xeon Quad-core processors (2.00GHz), 16 GBs of ram, Nvidia Quadro 4000 (2GB), and running off of a 256GB SSD.
    - I am using the Mercury Playback Engine GPU Acceleration.
    - The issue is happening on playback, both in the Source window and the Program window when I drag the video to the Sequence. It plays fine in Quicktime.

  • Issues with video rendering

    I just wanted to mention, I love having the ability to edit video in my paint program!
    But to get straight to the point, I am have some issues with rendering video. Let's say I add a white fade on a video that I am currently working on. The issue about that is that the video once it's finish rendering will not display the white fade transition within the video, it will just do a hard cut transition and it drives me crazy. It also has some other issues while I am adding effects that don't appear in the final footage. am I exporting my video in the wrong format?  I usually export in WMV, or MOV, but I am willing to change that.
    ~Thank you in advaced for any assistance given about this small issue.

    Other than what Mylenium suggests, there isn't a whole lot else we can do.  It is a very unwise thing to jump into using AE without introducing yourself to the basics, because the application contains too many ways to foil the uninitiated.  Furthermore, since you don't know the arcane AE lingo, there are also translation issues to deal with.
    Almost NO ONE successfully learns AE intuitively.  Those who are successful have last names that begin with the letters "ein" and end with "stein".  Almost EVERYONE has to start with the basics.  Here is a very good introduction to the basics.
    Fight the temptation to jump right into AE.  You do so at your peril.

Maybe you are looking for