Embedding Flash Player on Secure Site

Hello,
I am uploading Flash movies for sales presentations to our
secure intranet server, which is accessed from laptops that all
have Flash Player installed.
The IE security alert that pops up when movies are launched
breaks the flow of the presentation ("This page contains secure and
non-secure items"...). Is it possible to output my flash movie
without the non-secure links to Macromedia's site? I have manually
removed the links for current projects, but this is a pain.
Better yet, is is possible (and legal!) to just embed the
player securely from our own intranet?
Thanks,
Dan

I cannot comment on the legality of publishing the player on
your own site... What I have done is to replace the "http" with
"https" to all links to the codebase that are produced. The links
still work and it gets rid of the message.

Similar Messages

  • On opening gogle I get the message:"WARNING! Your Flash Player may be out of date. Please update to continue" - on clicking ok I am diverted to Flash Player Pro download site?? Is this a Adobe product? And why even though i have the latest flash player ve

    On opening google I get the message:"WARNING! Your Flash Player may be out of date. Please update to continue" - on clicking ok I am diverted to Flash Player Pro download site?? Is this a Adobe product? And why even though i have the latest flash player version I repeatedly get the message?

    This is not a message that Adobe is providing, and I recommend that you not click on the link. It sounds as though you might have malware on your computer.
    For more information, see: http://malwaretips.com/blogs/warning-your-flash-player-may-be-out-of-date-virus/ or http://wasconet.com/how-to-remove-warning-your-flash-player-may-be-out-of-date/

  • Embedded flash player is not working... Unable to play the streaming videos... Browser is hanging many times!!

    Hi,
    Pls help me to fix an issue with my playbook browser. The embedded flash player is not working... Unable to play the streaming videos... Browser is hanging many times. Restart done, cleared history etc.. Still doesn't work.
    Any help would be appreciated.
    Thanks.
    Solved!
    Go to Solution.

    Hello ak_kanan, 
    Welcome to the forums. 
    Try doing the following. In the browser swipe down from the top and choose Settings, now choose Content, here where it says Enable Flash change this to Off.  Now try going to the website that was not working (it will not work again this is fine) Once on the page swipe down from the top again and this time enable the Flash setting. Now reload the page and test to see if you have the same issue. 
    Let us know how you make out. 
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Controlling embedded Flash player

    Hi All,
    I am working on a project whereby the embedded Flash player
    (9) needs to be controlled from code.
    The following must be accomplished:
    There is a list of .swf files stored in a XML file on the web
    server. (These .swf files are converted from .mpg movie files.)
    The Flash player needs to load the first .swf file.
    When it finishes playing the first file it must load the next
    one and start playing it automatically.
    This process needs to be repeated until the last .swf file is
    played.
    Whilst playing the .swf file corresponding text must be shown
    in a textbox on the same web-page.
    When the player finishes playing the last file it must
    restart at the first file for the second time
    and repeat the whole process the second time but now when it
    reaches a certain file for the second time
    the player must stop and ask the user a question. The user
    will type in his/her answer.
    When the answer is correct the Flash player will continue to
    play the next file else show the correct answer, mark the question
    as wrongly answered and then continue on to the next .swf file.
    After the Flash player finishes playing the last file it must
    check if any question was wrongly answered.
    If so then that .swf file will be shown again and the
    question & answer game will be repeated.
    When all questions have been answered correctly the user will
    be redirect back to the calling page.
    The current development environment for the project is C#.NET
    2.0
    Any help in accomplishing this is very much appreciated.
    Best regards,
    Arjan

    Hello ak_kanan, 
    Welcome to the forums. 
    Try doing the following. In the browser swipe down from the top and choose Settings, now choose Content, here where it says Enable Flash change this to Off.  Now try going to the website that was not working (it will not work again this is fine) Once on the page swipe down from the top again and this time enable the Flash setting. Now reload the page and test to see if you have the same issue. 
    Let us know how you make out. 
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Flash player download web site not working

    After uninstalling flash player, I can't get the web site to reinstall it. I go to the web site click the agree and install now and gos to the next page but nothing pops up like it said it should.
    http://get.adobe.com/flashplayer/thankyou/activex/?installer=Flash_Player_10_for_Windows_I nternet_Explorer&i=McAfee_Security_Scan_Plus&d=Google_Toolbar_6.3

    Hi eidnolb,
    My OS is windows 7 Ultimate. There no Service packs listed Microsoft don't have one for it yet. My brower is Internet explorer 8 version: 8.0.7600.16385. My firewall is not causeing problems and the popup blocker didn't even activate.
    Date: Wed, 14 Apr 2010 10:01:33 -0600
    Subject: Flash Player flash player download web site not working
    Hi newcomer76, Please post back your operating system and if any applicable Service Packs, any and all browsers that you use with the versions.
    With that information, I'll be able to give you instructions and the links you need.
    Thanks,
    eidnolb
    >

  • Is it possible to implement a c# application with embedded flash player on WinCE

    I have read a great article from Mike Chambers:
    Embedding Flash Player in Windows Applications using C#. I
    think the solution works fine in PC environment, but I need to
    develop a similar C# application with embedded flash player which
    runs on WinCE environment(including Pocket PC and SmartPhone). My
    questions are:
    1. Is it possible to develop the C# application with
    embedded flash player on WinCE environment?
    2. If question 1 is possible, how can I install the
    "Macromedia Flash Player ActiveX control for PPC" into my Visual
    Studio .NET on PC environment for development?
    3. Can the "Flash Player for Pocket PC Distribution Kit"
    help to package the C# application with flash player? Do I have to
    use that to package my C# application for WinCE?

    > The the question1: should we mapping a another
    "Shockwave Flash Object"
    > com
    > object file for WinCE OS in the Visual Studio IDE, then
    we could develop
    > the
    > applicaton using Flash ActiveX Object in WinCE.
    >
    > question2: If question1 is yes, where can we find this
    com object file ?
    You cannot do this natively - .NET does not natively support
    AX controls.
    You can achieve this with CFCOM
    http://www.odysseysoftware.com/products_cfcom.asp
    or with OpenCF.NET
    http://www.opennetcf.org/ .
    OpenCF is free.
    Alternatively, it is possible to build your own COM wrapper
    using C++ but I
    don't know how to achieve this.
    Steve
    ACE - Adobe Community Expert
    My blog -
    http://stevehoward.blogspot.com/
    Authorware tips -
    http://www.tomorrows-key.com

  • Flash Player 10 Security - Error 2048

    Hello all, I'm running in to an issue with Flash Player 10
    and I can't seem to figure it out. I am using an HTTP server on an
    embedded device to serve SWF files which in turn connect back to
    the device (and other devices) for XML data. The connections are
    made back to
    http://deviceip/folder - I have
    no way to access the root folder of the server. This folder
    contains no crossdomain.xml file. With FP9 I was intercepting HTTP
    requests to
    http://deviceip/folder/crossdomain.xml
    and outputting this:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "
    http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
    <allow-access-from domain="*" />
    </cross-domain-policy>
    The debugger says that this file is depreciated but
    everything seemed to work fine on FP9. After upgrading to FP10 I
    started getting the Security Error #2048. From what I can
    understand at
    http://www.adobe.com/go/strict_policy_files
    the only fix for error 2048 is to specify a strict policy file that
    has the meta-policy of "all" at the root of the domain. I have no
    access to the root so this presents a problem.
    I did see that you can send some HTTP header information
    instead of using a crossdomain.xml file, but I couldn't tell where
    the FP is looking for that information. I can modify headers on
    responses
    http://deviceip/folder but not on
    the response from
    http://deviceip/ I assumed that is
    where the headers are checked which leaves me in the same boat.
    I'm hoping someone has a creative idea for me to try.
    Thanks!

    Nope, never have found a solution - the fact that someone
    actually replied has taken me off guard :) Maybe someone can shed
    some light on the issue - but don't hold your breath :)

  • BBC Embedded Flash Player - Playback Error

    When trying to view video content on the BBC Online websites using an embedded player, I receive the following error regardless of what browser/OS I use;
    This content doesn't seem to be working. Please try again later.
    The Flash Player detailed error information reads;
    Error code : 1024
    Severity : critical
    Description : No further playback is possible following a mediation error
    Responsibility : MediaSelector
    Could anyone advise a solution to this problem? I have Flash Player 16.0.0.305 installed.

    I have this exact same issue.  I've recently built 3 computers for friends, this one I'm typing from being the third. 
    They're all using windows 7 64bit, all have the same hardware and the same basic software. I've built them about a month apart and the first 2 work perfectly.  This last one is having nothing but troubles with the exact issues described by the O.P. except my issues are across all browsers.
    IE will play all youtube videos WITHOUT FLASH, but I can't play videos from a site like Steam.  So when I put in the newest flash player everything goes to pot.  Oddly enough though I will be able to play videos on steam, but that's because steam videos only have 1 resolution and don't try to auto-adjust.  Youtube starts to cycle through resolutions, restarting each time, before finally just quitting and giving an error message.  Again this happens in both FF and IE (I won't put the spyware known as chrome on any machine).
    I've tried every fix and solution I can find for 2 days now and I'm at my wit's end.  If I see one suggestion for hardware acceleration I'm going to snap! lol.  No spyware, no malware, tried hardware acceleration, tried the official uninstall tool, have uninstalled both browsers (diabled IE from the control panel, I realize that it can't be uninstalled per se), have deleted cookies, deleted a specific windows update that someone mentioned was corrupt. I've done the hokey pokey, sacrificed a goat, thrown salt over my shoulder, and eaten a spoonful of sugar.
    I'm about ready to try a fresh install.  I just cannot figure out why this computer is having so many problems with flash and every other computer I've done in the last year and a half (around 12) has gone smooth as silk.

  • Full screen problem, with embedded flash player in a flash player

    Hi,
    I am having an issue with the flash video player embedded within a flash player movie. The issue is that when my main flash is in Full Screen mode and I try to open that screen where embedded movie player is, when it is opened the inner movie player covers the complete screen, on the other hands it should show that embedded player in normal condition with other background stuffs.
    Can anyone guide me what step should I take to avoid this or if it is possible to do this kind of scenario in Full Screen mode or not?
    Looking forward to your prompt help.
    Best regards,
    Irfan

    likeeak wrote:
     I want to know how to disable hardware acceleration by use ActionScript 2.0
    I don't know if this is possible; perhaps you should ask in the ActionScript forum?

  • Flash Player, W8 & a site

    Hi evreyone, hi everybody,
    First I apologies for my english, I hope you will understand me
    A genealogy site use flash player to display birth acts and others.
    This display works on my old computer working with XP
    This display works on the PC of my brother in law
    This display works on genealoy collegue.
    The display come  but it is not lisible (blurred) on my PC
    This is the same with MSIE, Chrome or Firefox.
    That's works on other genealogy site
    What can I do ?
    OS : W8
    MSIE 10
    Firefox 28.0
    Chrome Version 32.0.1700.76 m
    Adobe 13.0.0.214
    Thank's a lot
    JLR

    I hadn't done that, but I have now. My Trusted Location Settings now has /Applications
    Same result, "Flash blocked for this site", and the TomTom app hangs again.
    If I now try to specify the TomTom application individually, it and all applications are still greyed out.
    (As an experiment, I re-started my iMac on Mountain Lion, from a bootable clone made by Carbon Copy Cloner. The TomTom app (an earlier version) still misbehaved in the same way, and when I tried to add it, individually, to Trusted Locations, it was still greyed out.)
    The TomTom app, by the way, is the current version. Flash really doesn't like my apps! Below is a complete list. As the forum was in the act of attaching the list, I got a fleeting sight of the "Flash blocked for this site" message! But the attachment was successful (at least at my end).
    I haven't noticed the "Flash blocked for this site" message anywhere else, and presumably Flash will be used successfully (and without any indication) for several pieces of software on my computer.
    This is getting worrying. Thanks for your help. Any more ideas?
    Here are my apps:

  • BBC embedded flash player bug

    When I view flash video on the BBC news site, I can only see bottom left 1/4 of BBC flash video in Safari.
    Opening another tab and then zooming out and in seems to correct it.  But anoying though.  Anyone else getting this?  Might be a retina display issue with flash player.
    MacBook Pro Retina, OS 10.8.2, Flash 11.6.602.167.

    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Flash Player "known security issue"

    Trying to install update for Adobe Flash Player 15.0.0 on iMac OS X Yosemite 10.10.1 Safari Browser. Get Message "The version of "Adobe Flash Player" on your computer has known critical security issues. Only websites set to "Always Allow" are allowed to run this plug-in. To protect your system, use of this plug-in is now blocked for all other websites." I have retried download several times, but am blocked each time by the same above result.
    Please Help!
    Fritz

    Hi,
    You might want to add this as a bug over at bugbase.adobe.com.  I gave it a try on my Win 7 x64 system but wasn't able to reproduce the problem (see video link below.)  In addition to the bug report, I'd also recommend reposting over on the Flash Professional forums?  This forum is primarily for end users, the Pro forums will get you in touch with a wider developer audience.
    http://youtu.be/lWDUxrxBmoQ?hd=1
    Thanks,
    Chris

  • ADOBE ANNOUNCE: Preparing for upcoming April 2008 Flash Player 9 security update

    Flash Player team is doing some 'pre-communication' around
    the security changes in the -next- version of Flash Player,
    releasing in April 2008.
    So we're starting with some blog posts, articles and
    technotes so that these changes can spread to the community. There
    will likely be more than this by release time as well (and new
    communication will come at that time).
    Blogs:
    Emmy Huang:
    http://weblogs.macromedia.com/emmy/
    Justin Everett-Church:
    http://justin.everett-church.com/
    Developer Center articles:
    "Preparing for the Flash Player 9 April 2008 Security Update"
    http://www.adobe.com/devnet/flashplayer/articles/flash_player9_security_update.html)
    Everyone should read and become familiar with the current
    article on Flash Player 9.0.115.0's 'phase 1' security changes..
    this outlines a lot of what's been changed, and gives you an idea
    what to think about for the upcoming April release. "Security
    Changes in Flash Player 9" (v9.0.115.0) at
    http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html.
    There are a few other articles with specifics about
    socketpolicyfile handling coming up, but they’re not quite
    done yet..
    Specific technotes w/ code:
    “Changes in allowScriptAccess default (Flash
    Player)”
    http://www.adobe.com/go/kb403183)
    “Authorization header does not work for an HTTP request
    (Flash Player)”
    http://www.adobe.com/go/kb403184)
    “Arbitrary headers are not sent from Flash Player to a
    remote domain”
    http://www.adobe.com/go/kb403185)
    “Sockets do not function in Flash Player versions later
    than 9.0.115.0”
    http://www.adobe.com/go/kb403186)
    “javascript:" URLs no longer function in networking
    APIs (Flash Player)”
    http://www.adobe.com/go/kb403187)[b
    technotes w/ code:

    Is there a release date yet? I've had management phoning me
    over the weekend panicking that the new player was going live this
    weekend. When 9,0,115,0 came out our global financial trading
    platform broke due to the socket security changes in release 115.
    This time we are prepared (as we already use dynamically generated
    socket policy files) although with no access to a beta player we
    were unable to test. Unfortunately its just another bit of negative
    perception of Flash/Flex that others can use to promote alternative
    RIA platforms. I will have a fight on my hands this year to stop us
    migrating to Silverlight.
    I'm signed up for security alerts from Adobe - is there a
    mailing list for Flash Player release date? And why can't I see a
    beta version of the new player in order to test?

  • Running into Problems with Flash Player with some sites and not others

    Hi All,
    I've run into problems with Flash Player 10,0,45,2. In IE 8, FF 3.6.3 and Google Chrome (which I downloaded as a last ditch measure), some websites (such as youtube) work fine. Other sites such as wimp.com I get an empty box. I've reinstalled flash, but haven't seen much else in these forums to try to figure out what the problem is.
    Any help would be greatly appreciated.

    Bump.         

  • Trouble with Flash Player on some sites.

    I've downloaded & installed the latest Flash Player. On some sites it works fine on others , they tell me to download Flash Player . Why ?

    Oh, OK, you likely have a file with a .dmg extension on it? You need to double-click that - it will mount on your Desktop looking like an external drive. Then you need to double-click the Install Flash Player app.
    This should actually install Flash Player and, after you restart Safari, your'll be able to watch video.
    Good luck,
    Clinton

Maybe you are looking for

  • How to edit text in a form

    I downloaded a form to pay taxes, I compiled it inserting my dates but I wuold like to edit text: how can I do it? thank you and excuse me for my bad english

  • Movie not showing in ATV but is showing in itunes

    i have my appletv set to stream only (no syncing). i have just added a movie to itunes and it showing all ok in itunes, however it is not showing up on ATV. how long should it take for it to appear in the movies list in ATV? or should it be instant?

  • BAPI or BDC Program For pricing VK11

    Hi All,    Is there any standard program for pricing VK11 using batch input or send me some coding on Bapi or BDC. Thanks in Advance. Arun. Edited by: Arun Kumaran on Dec 24, 2009 11:40 AM

  • Orientation strategy for mobile. Best practice?

    Hi all. What's the best way to handle orientation changes on a mobile device when you have several child movies loaded in the background? I'm thinking: 1. Each child movie have it's own listener for an orientation change. (calls function to adjust gr

  • 1 objects have error /ignore/execute or unknown status in the taskline

    hi all, i m installing sap ides ecc 6 in win2k3-ee-srv. one error occurred at the end of 'import abap': Not all objects are successfully processed. DIAGNOSIS:For details see output file with invalid objects invalid_objects.txt and log file object_che