Flashplayer not playing new web content

Hi,
This is weird as my other computers (W7 & W8) have no issue, but my laptop (W8) does.....
I have updated some images on my website which are displayed using flash.
My 2 desktops immediately played the new images, but my laptop won't. Turned it off and on again, no difference.
I tried to find the differences in the settings of all up to date Players, but could not see any.
Emptied the browser cache to no avail. I could not locate the appdata cache in W8, the search method as described does not work in 8, but still, all pc's seem to be equal so I why would that make a difference?
Anybody any clue?
Thank you,
Menno

Please try enabling with compatibility view.
http://windows.microsoft.com/en-IN/internet-explorer/use-compatibility-view#ie=ie-10
Also please check if it helps
http://forums.adobe.com/message/4814662#4814662

Similar Messages

  • SWF created in CS4 Flash does not play from web server

    I published a Flash movie in CS4, which includes the following ActionScript 3.0 code to allow people to click the movie to open a new web page; but it will not play from the web server...however, it plays just fine from my local hard drive in Firefox and IE 7.
    It  is an html file with an embedded .swf and I made sure to copy over the  swfObject.js, AC_ActvieX.js, AC_RunActiveContent.js, expressInstall.swf, and  swfobject_modified.js files to the correct directories.  The address is: http://www.giseldemarco.com/introduction.html and as you will see,  there are no errors...just a blank page.  I even tried changing the script  from:
    <script  type="text/javascript">
    <!--
    swfobject.registerObject("FlashID");
    //-->
    </script>
    to  this script:  <script type="text/javascript"  src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>, but using this script generates a lot of CSS and other errors.
    Nothing  works.  The ActionScript code I used is:
    //Link to website
    Site_btn.addEventListener(MouseEvent.CLICK,visitSite);
    function visitSite(e:MouseEvent):void{
        var req:URLRequest = new URLRequest("http://giseldemarco.com/Home/Index.html");
        navigateToURL(req,"_parent");
    I am at a loss here...any help would be greatly appreciated!
    Thank you.

    Nothing new... Flash developers fall for this all the time...
    SecurityError: Error #2148: SWF file http://www.giseldemarco.com/Introduction.swf cannot access local resource C:\Gi\All The Way\New Splash Screen\Spalsh\Spalsh.flv. Only local-with-filesystem and trusted local SWF files may access local resources.
        at flash.net::NetStream/play()
        at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_play()
        at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_setUpStream()
        at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_load()
        at fl.video::VideoPlayer/load()
        at fl.video::FLVPlayback/doContentPathConnect()
    Cheers
    --Vikas

  • Mac Mini Server won't display new web content

    I have my server up and running and my webpage (jacrouch.com) is up and running as well with coldfusion and SQL working. I have had some issues with a specific SWF file containing three links that disappears from several pages, but is working on one page. I have attempted to correct this and made changes to ensure that the SWF file is indeed working properly on my development machine.
    I uploaded the corrected files, but the web content does not change. I have completely deleted old content and ensured that the new files contain the corrections, but still the old files are the ones displayed on web.
    Any help is appreciated.

    OK. I just had a brainfart...
    apparently, when you run coldfusion on a server (this is my first time doing this), your server root folder as well as the coldfusion (wwwroot) root folder need to match. I just had to copy and paste my files into coldfusion and it runs great!

  • Configurator not saving changes (Web Content)

    Hi.
    I am new to configurator.
    I have applied a base profile (many different settings) together with a separate profile for restricted websites.
    The base filter's 'Web Content Filter' is not set.
    The 'TwinsWebFilter' only has one payload ...the Web Content Filter.
    I have two issues.
    1. I can limit to Specific Websites. I add http://www.bbc.co.uk to the list and apply. This seems to filter all sites except the BBC (good) AND Apple.com. It does not seem to block Apple.com even though it is not in the whitelist. How do I block it? How do I know what other sites have not been blocked?
    2. When I double click on the policy within the 'supervise' panel, it opens for editing. I click on the 'Web Content Fillter' and it shows that it is back to 'Limit Adult Content' ... even though I had saved it as specific websites only. When I choose the 'specific' option, I see the site (BBC) that I has already added. I am obviously concerned that when the iPad is refreshed next time, it will be refreshed to the 'adult' section without my knowing. Are there any other profile setting that may conflict with my choice of 'Specific sites only'?
    Thanks.

    HI Lee,
    I am facing the same issue.
    Were U able to resolve this Or any work around ?
    _vishal

  • SWF not Playing in Web page

    I have a swf embedded in a webpage that is not playing when accessed on the server or client machines.  In the index.htm I have the following:   When I go to the page in the browser I get no image or error message just nothing shown.  What am I missing?  Thanks Mark
    <HTML>
    <HEAD>
    <TITLE>CallCenter.swf</TITLE>
    </HEAD>
    <BODY>
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
    WIDTH="1192" HEIGHT="623" id="myMovieName">
    <PARAM NAME="movie" VALUE="CallCenter.swf">
    <PARAM NAME="quality" VALUE="high">
    <PARAM NAME="bgcolor" VALUE="#FFFFFF">
    <PARAM NAME="play" VALUE="true">
    <PARAM NAME="loop" VALUE="true">
    <PARAM NAME=bgcolor VALUE="#FFFFFF">
    <EMBED src="CallCenter.swf" quality=high bgcolor=#FFFFFF WIDTH="1192" HEIGHT="623"
    NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"
    play="true" loop="true"
    PLUGINSPAGE="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
    </EMBED>
    </OBJECT>
    </BODY>
    </HTML>

    I am receiving the error message 2148 on connection refresh.  Here is where I am at now with the work flow:
    1.  Published a swf that is connected via xml maps to a folder called call center on my server..  When I open the swf from that local location on the server it works perfectly(open from file not thru http).  Updates and functions on refresh.
    2.  Server is an application server running IIS.  Using Front page to publish files to local intranet web pages.  Import the swf to frontpage embed into index.html inside a flash movie player.  Save, when viewed thru Internet explorer the error comes up 2148. Accessed from the server thru HTTP or on the network can see the dashboard and functions after you click OK to turn error off, but when you refresh the connection the error comes back.
    3.  Have global settings to the rootwww folder as always allow.
    4.  Have a crossdomain policy file in the root directory rootwww saved as crossdomain.xml:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM
    "http://www.macromedia.com/xml/dtds/cross-domainpolicy.
    dtd">
    <cross-domain-policy>
    <allow-http-request-headers-from domain="*"
    headers="*" secure="false" />
    <allow-access-from domain="*" secure="false" />
    </cross-domain-policy>
    What am I doing wrong?
    Thanks
    Mark

  • Mail 4.1,not playing "new message" sound, and some sent mail not in outBox

    For some reason, no "new message" sound is being played (has been like this for a few weeks), and some (~1/10) sent mail does not show up in the sent box (been like this for a long time).
    And yes, preferences are set to "play new messages sound"
    Any ideas?

    I would guess that's an IMAP account, go into mail preferences and select advanced tab for that account and uncheck use IDLE command and the new mail sound should work.
    Not sure about the sent mail problem.

  • New web content option in V25

    Hi,
    Please, I would like to confirm if the new option in Web Content - Allow Acesst to Entitlement Information - is just Enterprise accounts? DPS Pro account is out.
    Would be this featute?
    Dynamic subscriptions (Enterprise only) Publishers can add or remove subscription options on an ongoing basis without having to update the app. This allows publishers to evaluate subscription durations to determine the best set of options. For details about editing the custom library API to enable dynamic subscriptions, contact your Adobe representative.
    Thanks
    __Felipe

    It is just for enterprise customers.
    Neil

  • Apple TV will not play any Apple Content

    I cannot get any iTunes player (iPhone, MacBook Pro, Apple TV, etc.) to play any Apple related content. iTunes radio does not play, movie trailers do not play, nada. Netflix works fine, so its clear that I am successfully connected to the internet. I logged into my iCloud account, that all looks fine.
    Any suggestions?
    Thanks.

    Hello jfinwick,
    It may help to restart your Apple TV, as detailed in the article linked below.
    Apple TV: How to restart your Apple TV
    http://support.apple.com/kb/HT3180
    Cheers,
    Allen

  • MSI GX640 cant not play new games

    i need new driver to 5850m
    i cant play new games it will not start it says u need new driver !!!
    i have u last driver Version 8.732.0.0000 (10.5)
    Release Date 2010-06-21
    plz heelp me 

    nice admins               

  • Flash player not playing internet video content

    HP Pavillion 60-1120 Touchsmart
    My flash player is not playing internet video??  Any ideas.
    This question was solved.
    View Solution.

    Hi,
    Try the following.
    First, download the Flash uninstall utility on the link below and save it to your Desktop.
    http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player.exe
    When the download has completed, close all browser windows and run the uninstaller.  After this has completed, restart the notebook.
    Next, download and install Firefox and then using Firefox, download and install the latest version of Adobe Flash.
    Close all browser windows before running the Flash installer.
    Launch Firefox and see if the videos play Ok - if they do, close Firefox, open IE and click on the same Adobe Flash link above to get a prompt to install the ActiveX component.  When done, restart IE.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Firefox not honoring "Offline Web Content And User Data" settings

    Firefox always accepts offline web content and user data, I never get any notification regardless of the "tell me when a website asks to store data for offline use" setting (found in Preferences > Advanced > network).
    I also completely cleared the about:permissions tab. Regardless of the "All sites > Offline storage" setting, offline storage is always allowed.
    Here is a step- by step guide to reproduce my issue.
    1. Make sure about:permissions is clear
    2. make sure the list at: preferences > Network > "The following websites are ...." is also clear
    3. Close the preferences window
    4. Go to go to http://appcachefacts.info/demo/ ... No notification regarding offline cache will be shown.
    5. Open the preference window, the list at preferences > Network > "The following websites are ...."
    Will now be populated with http://appcachefacts.info (1.1MB)
    This list entry persists even after closing the browser window and re-opening it.
    This happens with complete disregard to the settings described in the first paragraph.
    I found a related issue, but it is old and archived:
    https://support.mozilla.org/he/questions/981189

    Firefox will store small amounts (less than 50 MB) of data without asking for permission.
    *offline-apps.allow_by_default;true
    *offline-apps.quota.warn;51200
    You can toggle the offline-apps.allow_by_default pref to false to make Firefox ask.

  • Air 3.6 will not play DRM protected content.

    This is getting silly.
    AIR 3.5 will play DRM protected content, but won't guarantee playing NetStream to the end, AIR 3.6 fixes that... BUT... won't play DRM protected content.
    https://bugbase.adobe.com/index.cfm?event=bug&id=3525119
    This one is getting close to being a showstopper for us.
    G

    Thank you for adding the bug report.  I'm pinging the video/drm team on this issue and we'll update the bug report asap.
    Thanks,
    Chris

  • Fla file is not playing in web browser, asking me to install a newer version of flash player, pls

    I am making my own website an
    d i have inserted fla videos but i receive
    " Content on this page requires a newer version of Adobe Flash Player" Is there any
    way that i can make it. pls help me thnx......

    Hi,
    in my knowledge*.fla-files are uncompiled flash movies, ie flash-player (one of  browsers plugin) cannot "understand" them. To get a flash movie in the right format you should compile/convert it (*. swf  e.g).
    Hans-G.

  • Flash player not playing Adobe TV content anymore

    I was ungraded to version 11.6.602.168 of flash on my 64-bit Windows 7 system and can not longer view content from Adobe TV website in Firefox, Chrome, or Iexplorer. Note that video from youtube still works. What now Adobe, especially since I just upgraded to Photoshop CS6 and didn't even get a manual to learn the new program and I now can't even watch the learning videos!

    Hi,
    Try the following.
    First, download the Flash uninstall utility on the link below and save it to your Desktop.
    http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player.exe
    When the download has completed, close all browser windows and run the uninstaller.  After this has completed, restart the notebook.
    Next, download and install Firefox and then using Firefox, download and install the latest version of Adobe Flash.
    Close all browser windows before running the Flash installer.
    Launch Firefox and see if the videos play Ok - if they do, close Firefox, open IE and click on the same Adobe Flash link above to get a prompt to install the ActiveX component.  When done, restart IE.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Flash SWF with Video file will not play in web page

    Hello Flash group,
    I have created a flash video file from a *.wmv file.
    myvideo.flv.
    I have used flash to build an swf file that plays the video
    (with a default skin).
    I have then imported the media file into an html page using
    Dreamweaver. I did not import the flv file, but the swf file with
    the "video" in it.
    The page plays find on my development server (where
    Flash,Dreamweaver, etc is installed).
    When I moved the html page, the flv file, the swf file and
    the skin to my production webserver (linux and apache)
    the flash files do not show up on the web page. The dev
    server is a windows XP running apache 2.2)
    Any ideas on what I need to do???
    thanks,
    eholz1

    It may cause by any of the reason below:
    - You have uploaded the flv file to the wrong directory
    - Your flv file path/name is incorrect. check all case
    sensitive etc.
    - Your web server doesn't support FLV MIME type.
    Another similar topic here:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1263131&highlight_key=y&keyword1=MIME
    Hope it helps.

Maybe you are looking for

  • IMac + Airport extreme + airport express + iTunes = no music?

    I bought an iMac in February with Airport Extreme. Wireless internet & wireless printing have been fine with this. At the weekend I bought Airport Express so I could wirelessly play my iTunes through my stereo; I have connected my Express to my MD so

  • Deploying servlets in the Sun One Web Server 6.1

    Friends, Please let me know how to deploy servlets in the Sun One Web Server 6.1. Thanks in advance, Madan.

  • P6R8 Units of Measure

    Hi, does anyone know how, in standalone P6R8 Professional, how to create units of measure. I can't find any sort of Admin Categories function that we had before. Also I've tried (as I'm standalone) connecting to the database UMEASURE table from acces

  • Remove authorization for Tcode: ME21 and ME22 from certain users

    Hi Guys, I'm new to BASIS. My requirement is to: Remove authorization to Tcodes ME21/ME22 from a list of users. How do I acheive this? We run on SAP 4.0B version. Hoping to get this resolved as soon as possible. Thanks SAPUser

  • Scrolling to next range in advanced table when new rows are added.

    I programatically implemented Add New Row in an advanced table. "Records Displayed" attribute of advanced table =10, so as log as I add upto 10 new rows the table displays 10 rows,if I add 11th record the new record is appended @ 11th position but I'