[AS3] Actualizar Flash Player en segundo plano

Hace varios días en algún fla de ejemplo de cristal
lab o actionscript.org,
encontre uno, que actualizaba en segundo plano, el flash
player a la última
versión.... La historia es que el evento fullscreen en
diferentes
plataformas (estoy haciendo pruebas con windows xp/vista, y
mac, y IE,
Mozilla, Safari, y Opera), depende la versión de flash
player tiene
distintos comportamientos, unas funciona, otras no, otras
cuando haces un
degradado de alpha a 0 te muestra los campos de texto
dinámico, ...
La movida es que tengo tantos archivos y pruebas, que no lo
encuentro...
Alguien tiene algún ejemplo?.
Un saludete, y mil gracias de antemano...
J.R. León

Me autorespondo...
http://www.adobe.com/products/flashplayer/download/detection_kit/
Ahi esta la solución con kit oficial de adobe y todo
jeje.
Un saludete,
J.R. León
"Jose Ramon Leon" <[email protected]>
escribió en el mensaje
news:g2aree$j7k$[email protected]..
> Hace varios días en algún fla de ejemplo de
cristal lab o
> actionscript.org, encontre uno, que actualizaba en
segundo plano, el flash
> player a la última versión.... La historia es
que el evento fullscreen en
> diferentes plataformas (estoy haciendo pruebas con
windows xp/vista, y
> mac, y IE, Mozilla, Safari, y Opera), depende la
versión de flash player
> tiene distintos comportamientos, unas funciona, otras
no, otras cuando
> haces un degradado de alpha a 0 te muestra los campos de
texto dinámico,
> ...
>
> La movida es que tengo tantos archivos y pruebas, que no
lo encuentro...
> Alguien tiene algún ejemplo?.
>
> Un saludete, y mil gracias de antemano...
>
> J.R. León
>

Similar Messages

  • AS3 to Desktop Flash Player Problems

    I am repurposing a controller application to be displayed off of two monitors running off of the same operating system with dual output.  When i used this program in the past, I was using Flash CS4 and AS3 and Flash Player 9 to run the program.  When i open up the early version of this new program using Flash Player 10, I cannot get both windows to stay open at the same time when i open the swf files.  I can bring swf and monitor at a time into full screen, but when i go to make the other full screen, the full screen view deactivates on the first swf.  I am running this as a flash projector and not in a browser at all.  I am running windows 7, CS5, and Flash Player 10 although I tried this out on Flash Player 9 and 7 as well.  Any and all help welcome.

    How do I do a clean install of Flash Player?
    Use the 64-bit installer for Internet Explorer.

  • As2 and As3 on same Flash Player

    If i set AS2 codes to play in Flash Player 9, is it possible
    that this swf can load an As3 swf at the same Flash Player using
    As2 codes???
    These swfs both play in same virtual machine which is player
    version 9 but the other is coded with As2 and the other is coded
    with As3. How can an AS2 load a swf coded in AS3 on same Flash
    player?
    Is this possible?
    If yes, how? if no, why not?

    AS2 and AS3 swfs cannot exist in the same Flash Player
    virtual machine - each Flash Player instance (version 9 and
    greater) create different address spaces/virtual machines because
    the requirements of AS3 and AS2 are so different.

  • As3 flash project targetting flash player 10 error 1172

    This is my first post so please excuse me if the answer is trivial.
    I am creating a simple project where a movie clip contains a motion tween lasting 180 frames.
    So I create a tween layer and create the animation.
    I now create another layer and perform a stop(); on frame 30.
    When I compile or test,  it produces loads of 1172 errors where common classes (like vector) cannot be found. 100 errors!
    This is targeting flash player 10. when I target player 9 all works.
    have things changed that dramatically with flash player 10?
    what are the consequences of continuing with flash player 9? I prefer to fix the problem and enhance my knowledge.
    Thanks guys.

    If it's playing in FP8, it can't be AS3.  Generally, AS2 compilation doesn't throw a fit like AS3 compilation does, so seeing errors in AS3 is more likely.  It sounds like you my be using AS2 stuff with an AS3 setting until you set it for FP8 where the publish settings will automatically adjust to AS2.  Beyond that, FP10 has had some issues that FP9 hasn't.

  • AS3 Components dissappear from stage when viewed in HTML but not in Flash Player app

    I'm really hoping someone can help me here. I've been working
    on a project for a while now (still very new to AS but I'm getting
    there) and am supposed to be showing an initial release tomorrow. I
    have a main app (Application.swf) that contains all the business
    logic classes. Application.swf then loads Skin.swf which contains
    all of the GUI widgets & design. The idea is that Skin.swf can
    be swapped out for Skin2.swf and customized if desired.
    Skin.swf contains 2 AS3 components: ComboBox & DataGrid
    When I test Application.swf the components appear and work
    fine. When I double click Application.swf and open it in Flash
    Player.app (standalone flash player from Adobe) the components
    appear & work fine. When I export to HTML and view
    Application.swf in a browser page the components are both
    completely missing. Not that they are present but have no data,
    they are just completely absent from the stage.
    I can't figure out how this could be the case unless maybe
    there is a security setting somewhere that's triggered by the .swf
    running in a browser.
    Any help would be HUGELY appreciated.
    Thanks,
    Cliff

    Figured it out. Change wmode to opaque. I just wasted hours
    on this retarded bug.

  • External as3 swf loaded as amv1movie in flash player 10.1.53.64.2

    Greetings!
    I've got a problem with new flash player 10.1.53.64.2 (activex component) on windows 7 and windows XP (vista was not tested) no matter x86 or x64. This problem doesn't not appear on previous versions of player such as 10.0.42.34 and lower 9.0.45. The problem is: when I load external movie it loads as amv1movie thought both swf's are in ActionScript3.
    Proof
    flash player 10.1.53.64.2:
    loadGraphics(checkbox.swf)
    loadGraphics.onOpenCompleteLoaded: [Event type="open" bubbles=false cancelable=false eventPhase=2]
    loadGraphics.onInitCompleteLoaded: [Event type="init" bubbles=false cancelable=false eventPhase=2]
    loadGraphics.onUrlCompleteLoaded
    afterGraphicsLoaded checkbox
    afterGraphicsLoaded. height and width
    afterGraphicsLoaded. added templateObject to stage [object AVM1Movie]
    flash player 10.0.42.34:
    loadGraphics(checkbox.swf)
    loadGraphics.onOpenCompleteLoaded: [Event type="open" bubbles=false  cancelable=false eventPhase=2]
    loadGraphics.onInitCompleteLoaded: [Event type="init" bubbles=false  cancelable=false eventPhase=2]
    loadGraphics.onUrlCompleteLoaded
    afterGraphicsLoaded checkbox
    afterGraphicsLoaded. height and width
    afterGraphicsLoaded. added templateObject to stage [object mySuperCheckBox]
    Please help!

    You may be better off asking in the Flash or ActionScript forum.

  • Adobe Flash Player 11.8.800.174+as3无法读取js对像中中文字符

    测试环境:window7,IE10,Adobe Flash Player 11.8.800.174
    使用var _obj:Object= ExternalInterface.call("jsobject");读取当前页面中js返回的一个函数jsobject(类型为object)
    如果是数字和英文,则能正确读取,如果是中文,则出现乱码,如果包含"退出全屏"这四个字符,则读取不出来
    以下附上相关代码
    actionscript3.0
    package  {
    import flash.display.MovieClip;
    import flash.text.TextField;
    import flash.system.System;
    import flash.external.ExternalInterface;
    public class getobject extends MovieClip {
      public function getobject() {
       init();
      private function init(){
       var _test:TextField=new TextField();
       _test.width=200;
       _test.height=200;
       addChild(_test);
       if(ExternalInterface.available){
        var _obj:Object= ExternalInterface.call("jsobject");
        var _str:String="";
        for(var k in _obj){
         _str+=k+":"+_obj[k]+"\n";
        _test.text=_str;
    html:
    <!-- saved from url=(0014)about:internet -->
    <!DOCTYPE html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>getobject</title>
    </head>
    <body>
    <script type="text/javascript">
      function jsobject(){
      var _obj={
       a:'1',
       b:'退出全屏'
      return _obj;
    </script>
         <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="ExternalInterfaceExample" width="550" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
             <param name="movie" value="getobject.swf" />
             <param name="quality" value="high" />
             <param name="bgcolor" value="#869ca7" />
             <param name="allowScriptAccess" value="sameDomain" />
             <embed src="getobject.swf" quality="high" bgcolor="#869ca7" width="500" height="375" name="ExternalInterfaceExample" align="middle" play="true" loop="false" quality="high" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
             </embed>
         </object>
    </body>
    </html>
    如果 var _obj函数里的b项为英文或数字,则正常。如果为中文则是乱码,如果是退出全屏。则直接读取不出来。其它浏览器或ie下其它版本的flashplay正常

    (Amusing Google translation to follow) If google reads you correctly, you're having a multibyte issue transferring data over ExternalInterface. Have you tried simply encoding it to Base64 before sending the data? Here's an example JavaScript Base64 converter:
    http://www.webtoolkit.info/javascript-base64.html
    (google translate):
    如果谷歌读取正确的话,你有一个多字节的问题过ExternalInterface的数据传输。您是否尝试过简单的编码为Base64在发送数据前?下面是一个例子JavaScript的使用 Base64转换器:
    http://www.webtoolkit.info/javascript-base64.html

  • Adobe Flash Player en firefox

    Explico lo que me a pasado.
    Hoy al iniciar el ordenador me a salido para descargar y actualizar el Adobe Flash Player, cuando a terminado de bajarse me e dado cuenta que un modulo de mi antivirus habia fallado (tengo el panda 2013 y habia fallado el tpsrv.exe [aveces me falla ese modulo al iniciar el pc]), asi que despues de descargarse el Adobe y antes de instalarlo lo he cerrado, y he reiniciado el pc para solucionar lo del panda.
    He reiniciado y la ver que no me salia lo del adobe he ido a la pagina, me descargo de nuevo lo ejecuto, y nada sale la primera barrita rapida, luego se queda en "Recuperando instalacion" y se cancela con una ventana "Se detecto un problema al realizar la instalacion" y un cuerpo con "No se ha encontrado la lista de opciones".
    He buscado ayuda en diversos foros y he echo todo esto:
    Desinstalar cualkier version de adobe flash player:  -> Tanto el Plugin como el propio Adobe flash.
    Ejecuta el ccleaner en su modo de limpiador y luego en la opccion de regstro (realizando su respectiva copia de seguridad),
    Ejecuta el regseeker hasta q no muetre nada
    verifica y cambia el nivel de seguridad:
    Cambia ' descarga de controladores firmados para activeX' a Pedir Datos. (esta estba ya asi)
    Cambia 'ejecutar controles y compònentes de activeX' a Pedir Datos.
    Intentar instalarlo y nada.
    He descargado un programa para borrar el adobe de la pagina oficial, lo he ejecutado, luego he entrado a la carpeta con desde ejecutar y he borrado lo que ha quedado (como ponia en la web).
    Reiniciado, descargado y intentar instalarlo de nuevo y nada, sige diciendome lo mismo...

    I do not quite understand what you are writing, even with the help of Google Translate.  So all I can recommend is to use the offline installers
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)

  • How do I get a user to update to the Flash Player Version to 10.1

    I would like to find out if there is a way for a message to pop up on my website if the user has Flash Player version lower than 10.1. If the version 10.1 or higher (in the future) no message should come up. The message should prompt a user to update to the Flash Player version 10.1.
    My entire site is in Flash and I am using AS3. So I am guessing I should implement an AS3 code on the first frame of the script layer. Does anyone know what would be this code?

    O.K. I see,
    HTML code is automatically generated by Flash program.
    I am unable to give you a short answer on this and thus attaching the code I
    see in DreamWeaver:
    0) {
    versionRevision = versionRevision.substring(0,
    versionRevision.indexOf("d"));
    var flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
    // MSN/WebTV 2.6 supports Flash 4
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1)
    flashVer = 4;
    // WebTV 2.5 supports Flash 3
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1)
    flashVer = 3;
    // older WebTV supports Flash 2
    else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer
    = 2;
    else if ( isIE && isWin && !isOpera ) {
    flashVer = ControlVersion();
    return flashVer;
    // When called with reqMajorVer, reqMinorVer, reqRevision returns true if
    that version or greater is available
    function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
    versionStr = GetSwfVer();
    if (versionStr == -1 ) {
    return false;
    } else if (versionStr != 0) {
    if(isIE && isWin && !isOpera) {
    // Given "WIN 2,0,0,11"
    tempArray         = versionStr.split(" "); // ["WIN", "2,0,0,11"]
    tempString        = tempArray[1]; // "2,0,0,11"
    versionArray      = tempString.split(","); //
    } else {
    versionArray      = versionStr.split(".");
    var versionMajor      = versionArray[0];
    var versionMinor      = versionArray[1];
    var versionRevision   = versionArray[2];
             // is the major.revision >= requested major.revision AND the minor
    version >= requested minor
    if (versionMajor > parseFloat(reqMajorVer)) {
    return true;
    } else if (versionMajor == parseFloat(reqMajorVer)) {
    if (versionMinor > parseFloat(reqMinorVer))
    return true;
    else if (versionMinor == parseFloat(reqMinorVer)) {
    if (versionRevision >= parseFloat(reqRevision))
    return true;
    return false;
    function AC_AddExtension(src, ext)
      if (src.indexOf('?') != -1)
        return src.replace(/\?/, ext+'?');
      else
        return src + ext;
    function AC_Generateobj(objAttrs, params, embedAttrs)
      var str = '';
      if (isIE && isWin && !isOpera)
        str += '';
      document.write(str);
    function AC_FL_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".swf", "movie",
    "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
         , "application/x-shockwave-flash"
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_SW_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".dcr", "src",
    "clsid:166B1BCA-3F9C-11CF-8075-444553540000"
         , null
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
      var ret = new Object();
      ret.embedAttrs = new Object();
      ret.params = new Object();
      ret.objAttrs = new Object();
      for (var i=0; i < args.length; i=i+2){
        var currArg = args[i].toLowerCase();
        switch (currArg){
          case "classid":
            break;
          case "pluginspage":
            ret.embedAttrs[args[i]] = args[i+1];
            break;
          case "src":
          case "movie":
            args[i1] = AC_AddExtension(args[i1], ext);
            ret.embedAttrs["src"] = args[i+1];
            ret.params[srcParamName] = args[i+1];
            break;
          case "onafterupdate":
          case "onbeforeupdate":
          case "onblur":
          case "oncellchange":
          case "onclick":
          case "ondblclick":
          case "ondrag":
          case "ondragend":
          case "ondragenter":
          case "ondragleave":
          case "ondragover":
          case "ondrop":
          case "onfinish":
          case "onfocus":
          case "onhelp":
          case "onmousedown":
          case "onmouseup":
          case "onmouseover":
          case "onmousemove":
          case "onmouseout":
          case "onkeypress":
          case "onkeydown":
          case "onkeyup":
          case "onload":
          case "onlosecapture":
          case "onpropertychange":
          case "onreadystatechange":
          case "onrowsdelete":
          case "onrowenter":
          case "onrowexit":
          case "onrowsinserted":
          case "onstart":
          case "onscroll":
          case "onbeforeeditfocus":
          case "onactivate":
          case "onbeforedeactivate":
          case "ondeactivate":
          case "type":
          case "codebase":
          case "id":
            ret.objAttrs[args[i]] = args[i+1];
            break;
          case "width":
          case "height":
          case "align":
          case "vspace":
          case "hspace":
          case "class":
          case "title":
          case "accesskey":
          case "name":
          case "tabindex":
            ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
            break;
          default:
            ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
      ret.objAttrs["classid"] = classid;
      if (mimeType) ret.embedAttrs["type"] = mimeType;
      return ret;
    // -->
    <!url's used in the movie>
    <!text used in the movie>
    </html

  • Do you need to use Actionscript 3 code in Flash player 9 and above?

    Can anyone tell me if I need to use Actionscript 3 code instead of Actionscript 2 code in the following situation:
    I am running a swf file which is contained in a browser window (all files are contained on a CD and I have a 'trust' file set up to let them play properly).  Up until now, I have been using the following Actionscript 2 code to close the browser window (the Actionscript 2 code is on an 'Exit' button within the swf):
    on (release) {
    getURL("javascript:window.close()");
    This Actionscript 2 code has always worked and still works in Flash player 8 and lower.  However, it does nothing when played using Flash player 9.  Can anyone tell me if Flash player 9 won't recognize Actionscript 2 code?  Is it essential to use ONLY Actionscript 3 code if you are using Flash player 9?
    I am having the same problem when I try to launch another html page containing a swf (popped up from the swf contained in the main html window).  I have the following code on the button to launch the popup html window.  It always worked, but suddenly no longer works with Flash player 9.  Here is the code I am using:
    on (release) {
                getURL("javascript:launchWin2('webpage2.html');");
    I have all the necessary background code to launch 'webpage2.html'.  It works everywhere except in Flash player 9.  Can anyone tell me if it is essential to use Actionscript 3 code ONLY on these buttons in Flash player 9?  I am pretty new to Actionscript 3, so any help with syntax would be appreciated. 
    Please note that I don't want to use the projector.
    Thanks!

    You can use both AS2 and AS3 based applications in both Flash 9 and 10.
    As for the issues you describe - perhaps Flash General Forum is a better bet:
    http://forums.adobe.com/community/flash/flash_general

  • Flash Player Crashes completely on ATI Mobility Radeon

    hello,
    I am the administrator of a couple of websites, that share the same AJAX/Flash AS3 basic structures. Normally, everything works fine, but on a few notebooks, every browser crashes at that moment, the flash components start to work.
    the notebook:
    DELL studio XPS 16
    ATI Mobility Radeon HD 3670
    Windows Vista
    http://www.dell.com/us/en/home/notebooks/laptop-studio-xps-16/pd.aspx?refid=laptop-studio- xps-16&cs=19&s=dhs
    an example page:
    http://www.thadasuanduanchai.com
    i have no idea, why that happens, but i suggest, that a problem with flash-graphics card or flash-built-in camera may be responsable for the problem.
    Has anybody an idea?
    thank you very much,
    C.Brosdau
    Germany

    If you read in graphics hardware support in some previous releases of Flash Player, flash video decoding support a.k.a. h.264 hardware video decoding is supported fully by ATi(or AMD) Radeon HD 4xxx and higher. The Radeon HD 3xxx and lower can't support h.264 video decoding for flash video decoding fully enough.

  • Issue with video playback in Flash Player

    I am currently doing some voluntary work for my mom for the local branch of the Alzheimer Foundation. Now I have encoded a video to mpeg4/h.264 and F4V using the Adobe Media Encoder only I am having not much luck to get it successfully played. Now is my question what could I be doing wrong? I already tried to use ActionScript 2 and 3 and disabled GZIP compression on the server and even tried different files like H.264 and F4V.
    The strange thing is that the video always work just fine when being tested in Flash CS4 10.2 but when I tried it in the browser it fails. The Test Movie feature of Flash is using the following player version MAC 10,0,12,36. I am using 10,0,32,14 MAC in my Safari browser and their the movie plays fine once the file is fully downloaded (how can I change this?) only when let friends try it out which have version 10,0,32,18 or the same version it doesn't work for them. Also when I am using an older version doesn't seem to work. I thought that H.264 support was added in some version of Flash Player 9. One of the issues which I was getting that the video playback worked lovely in Test Movie with the below listed alzheimer.mp4 url but when testing after the SWF and HTML were uploaded to the webserver it failed to work and I was receiving a FileStructureInvalid error. Now I would expect that the video file would fail in Test Movie too when the video file structure is invalid.
    I have tried the following video files both encoded with Adobe Media Encoder:
    http://www.letslearn.it/dropbox/alzheimer.mp4
    http://www.letslearn.it/dropbox/alzheimer08.f4v
    The current player can be found at:
    http://www.letslearn.it/dropbox/alzheimer.html
    I have attached my As3 version of the Flash file which is normal easy video stuff.
    Anyone happen to know what could be the issue here? I am getting desperate!

    Yes, I have just used the normal Video-object together with the normal trick to load Flash Video files with it. Nothing special only with a full URL for the play()-method. I have attached the source code for your convenience. The original files are edited in Premiere Pro CS4 and are based on one original ripped DVD vob file and a newly created Quicktime-based slideshow animation which has then be edited into one using Premiere.
    After that I  have selected the sequence of the Premiere project which I have exported using File > Export which is using Adobe Media Encoder. For the encoding I haved used the Export Settings: "Format FLV | F4V", Codec On2 VP6 and then altered the video size and bitrate so that the file size gets smaller this is for the Alzheimer08.f4v file. The other file used the H.265 Web Medium profile with also the video size and bitrate modified after it got encoded and uploaded to my webserver.
    The original files used by the Premiere Pro project are:
    VTS_01_1.dv
    Type: DV Stream
    File Size: 2.6 GB
    Image Size: 720x576
    Average Data Rate: 3.4 MB/Second
    Compressor: DV - PAL
    Quality: Normal (3.00)
    SLIDESHOW 2.mov
    Type: QuickTime Movie
    File Size: 3.2 GB
    Image Size: 720 x 576
    Average Data Rate: 3.4 MB/Second
    Compressor: DV - PAL
    Quality: Most (5.000)
    Above information is obtained in Premiere Pro by selected Properties-option of the submenu when selecting the file.
    Hopefully you can use this information but I could upload the original Premiere Pro project over the next few days. If you would be interested in it.
    FLA file: http://www.letslearn.it/dropbox/alzheimer.fla

  • [ANNOUNCE] Flash Player 9.0.115.0 getURL("javascript:..") failure LIVE cross-domain

    2/21/08 Update:
    There is a technote covering these two issues.
    "getURL and navigateToURL issues with Flash Player 9.0.115.0
    ActiveX control"
    http://www.adobe.com/go/kb403072
    As of today we have two open bugs specific to Flash Player
    9.0.115.0 ActiveX control and the use of getURL("javascript:...")
    syntax..
    I will be writing a technote describing the workarounds today
    or tomorrow, but I wanted to share some of my testing with the
    community so you can see what the story is.
    Issue one:
    getURL("javascript:blah()") failing when the content is local
    to a drive or cd or dvd. This is a legit bug, not a problem with
    FlashPlayer trust.
    This post does not describe issueone , but you -can- use the
    source FLA's to test issue one.
    Issue two:
    getURL("javascript") failing with live content if the HTML
    and SWF are in separate domains. IE6 and IE7 only.
    ExternalInterface has been successful as a workaround for
    that as well (in my tests at least...)
    At this point I cannot provide an ETA on any fixes, though I
    am pushing hard for these to be addressed in the next planned
    update (no, i cannot tell you when that is, sorry).
    OK now for my testing.
    Each test uses the same SWF setup, but the javascript and
    html change as necessary. The results of –my- testing are
    below each link.
    All my tests are with Flash Player 9.0.115.0. As most on the
    thread surely know these bugs were injected in the 9.0.115.0
    development process and do not appear in 9.0.47.0....
    There are four tests in each version (top to bottom)
    -- button 1: getURL
    -- button 2: externalInterface passing a string via a
    variable, which is caught by javascript in the HTML page
    -- button 3: fscommand
    -- button 4: externalInterface calling 'window.open' directly
    with no in-page javascript
    -- Buttons 1 through 3 (top to bottom) fire an alert, put
    some text into the debug text box in the SWF and open a new window.
    -- Button 4 only opens a new window, puts some text into the
    debug text box, but no alert (because it’s a direct call to
    window.open)
    Scenario 1:
    HTML and SWF in same domain, no frames
    The original AS2 version:
    http://www.bentimagemedia.com/escalations/cs3_getURL/getURL_AS2.html
    FireFox OSX – all pass
    FireFox XP – all pass
    IE6 XP – all pass
    IE7 Vista - all pass
    The AS3 version:
    http://www.bentimagemedia.com/escalations/cs3_getURL/getURL_AS3.html
    FireFox OSX – all pass
    FireFox XP – all pass
    IE6 XP – all pass
    IE7 Vista - all pass
    Scenario 2:
    HTML and SWF in same domain, frameset, calls going to same
    frames – this setup has two horizontal frames with the AS2
    version of the SWF in the top, the AS3 version in the bottom.
    http://www.bentimagemedia.com/escalations/cs3_getURL/frames/getURL_frames.html
    FireFox OSX – all pass
    FireFox XP – all pass
    IE6 XP – all pass
    IE7 Vista - all pass
    Scenario 3: (THIS IS ISSUE TWO ABOVE)
    HTML and SWF on different domains, calls going to the same
    frames – same swf’s, same setup with modified HTML. The
    HTML lives on bentimagemedia, but the SWF’s are embedded from
    supportflash.com
    http://www.bentimagemedia.com/escalations/cs3_getURL/frames_crossdomain/getURL_frames_cros sdomain.html
    FireFox OSX – all pass
    FireFox XP - all pass
    IE6 XP – Button 1 getURL("javascript"...) fires
    function, but does not open new window.
    - all other buttons pass
    IE7 Vista - Button 1 getURL("javascript...) fires function,
    no new window same as IE6.
    -- all other buttons pass

    We are currently using Adobe Flash player 9 on Windows XP operating system. We would like to know if Vulnerabilities in Adobe Flash Player 6 Provided in Windows XP, could Allow Remote Code Execution mentioned in Microsoft Security Advisory (979267), is resolved in Flash Player 9? For more details on vulnerability please refer "Microsoft Security Advisory (979267)". I have been wondering for the answers from a week and I have even logged the same in forum which fetch me no result. Could you let me know regarding this.
    Since we have security related issue with this please consider this call at high priority.
    ~
    Satu28

  • Flash player refresh screen

    Hello all,
    I have a problem.... I have a some games made in flash, some in as2 and some in as3... All are loaded using an preloader (another swf file), one for as2 games and one for as3 games... the thing is that for some time now when you load a game the flash player shows a black screen even when the game is loaded, and it stays like that until I rescale the browser window... there is some problem with the flash player refresh I think...
    Can someone tell me if there is a solution for this problem ?
    Thanks

    use the html published by flash.  do you still see the problem?  if yes, post the url of the embedding html published by flash that displays the problem.

  • Flash player 10.1 seeks an additional frame (not accurate)

    Wondering if this is a known issue? our engineer has done extensive testing to prove that the behavior is correct pre 10.1. With AS2 and AS3. With FMS 3.5.6 and 4.0. With smart seeking and not. With smart seeking even the player realizing that it seeked to the wrong time! Unfortunately we cannot tell our customers to not upgrade to 10.1. Many of them already have 10.3
    sample files mentioned in this report can be found here
    http://d1yb9lkqglrfzu.cloudfront.net/PlayerSeekTestAS3.zip
    Adobe Flash Player 10.1 and later – netstream.seek in a fms rtmp stream seeks an additional frame
    Product:
    Adobe Flash Player
    Version:
    10.1 or later
    Platform:
    PC
    Operating system:
    Windows XP SP3, Windows 7 Ultimate
    Summary:
    Seeking into a rtmp stream served by Flash Media Server using netstream.seek(offset) will seek an additional frame when played in Adobe Flash Player version 10.1 or later.
    Description:
    There is a sample video player included (PlayerSeekTestAS3.swf) to help reproduce this issue. The player allows loading a stream, playing/pausing it and seeking to a specified time or frame. For testing purposes there is also included a burnt-in timecode mp4 file (timecodeSample.mp4), but the issue can be observed using one of the sample files included in the Flash Media Server 4.0 installation (like Adobe/Flash Media Server 4/applications/vod/media/ sample1_1500kbps.f4v).
    Steps to reproduce:
    Open the sample player (PlayerSeekTestAS3.swf) in Adobe Flash Player version earlier than 10.1 (tested using versions WIN 10,0,2,54, WIN 10,0,12,36, WIN 10,0,22,87, WIN 10,0,32,18, WIN 10,0,42,34 and WIN 10,0,45,2).
    Write a valid rtmp stream url in the url text box of the sample player and click Load button (this creates a netConnection). If the connection is successful it creates a new netStream and plays it).
    After the video has started to play, click the Pause Button (this calls netStream.togglePause function).
    Seek to a specified time by writing it in the “Seek to time” textbox and clicking the associated GO button. (this calls netStream.pause() and then netStream.seek(time)). If testing with file timecodeSample.mp4, seek to time 10. If testing with sample1_1500kbps.f4v seek to time 5.
    Repeat the same steps using a version of Adobe Flash Player later than 10.1.
    Open the sample player (PlayerSeekTestAS3.swf) in Adobe Flash Player version later than 10.1 (tested using versions WIN 10,1,53,64, WIN 10,2,153,2, and WIN 10,3,181,14).
    Write the same rtmp stream url in the url text box of the sample player and click Load button.
    After the video has started to play click the Pause Button.
    Seek to the same time as before by writing it in the “Seek to time” textbox and clicking the associated GO button. If testing with file timecodeSample.mp4, seek to time 10. If testing with sample1_1500kbps.f4v seek to time 5.
    Expected result:
    The same frame should be displayed in the video section of the sample player after the sequence of steps described above.
    Actual result:
    When using Adobe Flash Player later than version 10.1 the same sequence of steps will have sought an additional frame so the frames displayed in the video section of the sample player do not match.
    When testing with file timecodeSample.mp4, seeking to time 10 displays:
    timecode: 03:44:18:24 in Adobe Flash Player earlier than 10.1
    timecode : 03:44:18:25 in Adobe Flash Player 10.1 or later
    When testing with file sample1_1550kbps.f4v, seeking to time 5 displays different frames in the 2 described cases. However, seeking to time 4.96 (approximately one frame before) in Adobe Flash Player 10.1 or later will produce the same frame as previous Adobe Flash Player versions.
    Additional info:
    The issue is reproducible only for FMS streams and it has been reproduced using Flash Media Server 3.5.5, 3.5.6 and 4.0.
    The sample player displays the current player version and type, it polls and displays the netStream.time property and in Adobe Flash Player versions later than 10.1 it allows checking a Smart Seek check box before loading the stream. When Smart Seek is on, the netStream.time value seems to be correct (when not using smart seek the netStream.time will always take the value of the offset sent in netStream.seek(offset)) and based on that we can use netStream.step to step to the correct frame.
    For example, when testing with file timecodeSample.mp4 in Adobe Flash player 10.1 or later:
    without Smart Seek selected, after seeking to time 10, the “Current time” label will display 10
    with Smart Seek selected, after seeking to time 10, the “Current time” label will display 10.06 (more than 1 frame after time 10), clicking “Step 1 frame back” will seek to the correct frame and the “Current time” label will display 10.026.
    The same can be observed when testing with file sample1_1500kbps.f4v in Adobe Flash Player 10.1 or later:
    without Smart Seek selected, after seeking to time 5, the “Current time” label will display 5
    with Smart Seek selected, after seeking to time 5, the “Current time” label will display 5.072 (more than 1 frame after time 5), clicking “Step 1 frame back” will seek to the correct frame and the “Current time” label will display 5.005.

    I've recently come across a similar issue, but my seek to returns a different frame result.
    For example with an encoded video that is 29.97fps, a seek to 10 seconds returns 9:28 in the video (via TC window burn), yet Flash returns a time of 10.00.
    With an encode of 23.976, a seek to 10 seconds returns 9:23 (via TC window burn), yet again Flash returns a time of 10.00.
    Every once and a while the result is frame accurate, but I can't yet find a way to reliably recreate it.
    As with tuvman1, I have confirmed that the the above issues worked correctly when using a player that was pre 10.1

Maybe you are looking for

  • No audio from Apple TV

    i installed today my apple TV, but there is No sound getting out from TV!

  • 5800 display remains blank despite using the lock/...

    With firmware v20.0.012 on a German, blue 5800 RM-356 I have this problem which was not in the v11 FW.  I did a successful, legal update with NSU v1.4.98 and restored my settings with PC Suite 7.1.18.  The theme is a standard Nokia one.  The fault is

  • Source control with Workshop

    What is the best source control solution when working with Workshop? thanks, Chad

  • Dimension issue

    hi experts, I have different ODS and on the top of it I am reating multi-Cube, can you please give me some suggestions how can i create Dimensions, what are the things I have to be careful, how do i really design Dimensions. I know we cann't create m

  • Installing Plugins via Terminal (Mac)

    I would like to be able to install plugins in Extension Manager via terminal and enable the installed plugins for a specific set of extensions (InCopy).  I have downloaded the Adobe Extension Manager Help and Tutorials document and it explains the pr