Error 1119 MediaEvent.SELECT CameraRoll in Flash CS5.5

Hi, I have been struggling with this during a few days and have looked everywhere for a solution but have not been able to fix it. If someone can give me ideas or suggestions to help solve this problem I'll be eternaly grateful.

I made a simple application in Flash CS5.5 and he published with AIR for iOS. I'm trying to get a picture of the iPhone cameraRoll to load to a scrollPane on the stage by using this code (I don't need to save the image anywhere, just post it on the deer). ScrollPane is called 'imageArea' and the button to launch the cameraRoll.browseForImage (); is called select_btn.

I tried that as well in the main scenario on frame 1 and also as a class of his own, anyway, I get the same error:

1119: access possibly undefined property to SELECT a reference of type static Class

that points to this line:

mediaSource.addEventListener (MediaEvent.SELECT, imageSelected);

and

1119: access to data of property may not set via a reference static type media event

that points to this line:

var imagePromise:MediaPromise = event.data;

Here is the code that is placed on the timeline, I found online here http://forums.Adobe.com/thread/891997?decorator=print & displayFullThread = true

[AS]

import flash.media.CameraRoll;

import flash.media.MediaPromise;

import flash.media.MediaType;

import flash.events.MediaEvent;

import flash.events.Event;

import flash.display.Loader;

import flash.display.Sprite;

import flash.events.IOErrorEvent;

import flash.display.StageAlign;

import flash.display.StageScaleMode;

var mediaSource:CameraRoll = new CameraRoll();

select_btn.addEventListener (MouseEvent.CLICK, CameraStart);

function CameraStart(event:MouseEvent): void

{

CameraRollTest();

}

function CameraRollTest()

{

This.stage.Align = StageAlign.TOP_LEFT;

this.stage.scaleMode = StageScaleMode.NO_SCALE;

If (CameraRoll.supportsBrowseForImage)

{

Newspaper (or "Browsing for image... ») ;

mediaSource.addEventListener (MediaEvent.SELECT, imageSelected);

mediaSource.addEventListener (Event.CANCEL, browseCanceled);

mediaSource.browseForImage ();

} else {}

Log ('navigation in camera roll no is not supported.");

}

}

var imageLoader:Loader;

function imageSelected (event: MediaEvent): void

{

Log ("picture... ») ;

var imagePromise:MediaPromise = event.data;

imageLoader = new Loader();

If (imagePromise.isAsync)

{

Log (' media asynchronous promise. ");

imageLoader.contentLoaderInfo.addEventListener (Event.COMPLETE, imageLoaded);

imageLoader.contentLoaderInfo.addEventListener (IOErrorEvent.IO_ERROR, imageLoadFailed);

imageLoader.loadFilePromise (imagePromise);

} else {}

Log (' media synchronous promise. ");

imageLoader.loadFilePromise (imagePromise);

imageArea.addChild (chargeurImage);

}

}

function browseCanceled (event: Event): void

{

Log ("Image Browse cancelled.");

}

function imageLoaded (event: Event): void

{

Log ('loaded asynchronously Image.");

imageArea.addChild (chargeurImage);

}

function imageLoadFailed (event: Event): void

{

Log ("Load Image failed.");

}

The function log (text: String): void

{

trace (text);

}

[/ ACE]

My only idea is that I need to import the mediaEvent class, but I'm already. I'm completely stuck on this and any help would be really appreciated.

Move the .fla file to a new folder removed this problem.

Tags: Adobe Animate

Similar Questions

  • error 1119 VideoEvent - flash cs5.5

    I have error 1119 when I try to add a listener (all video events)

    code:

    Fl.video import. *;

    display.autoPlay = false;

    Display.source = "video/olivia_intro.f4v";

    function readyHandler(event:VideoEvent):void

    {

    Pause until the video can play until the end

    Display.pause ();

    display.playWhenEnoughDownloaded ();

    }

    display.addEventListener (VideoEvent.READY, readyHandler);

    Stop();

    The video works if

    display.addEventListener (VideoEvent.READY, readyHandler);

    is commented and display.play (); is added.

    the display is an instance of FLVplayback or FLVplayback 2.5

    any help?

    I had trouble with it and then relaied you must be implied with the event. E.G.:

    Import fl.video.FLVPlayback;

    Import fl.video.VideoEvent;

    player.autoRewind = true;

    player.autoPlay = true;

    loop function (event:fl.video. ) VideoEvent): void

    {

    Player.Play ();

    }

    player.addEventListener (fl.video. VideoEvent.AUTO_REWOUND, loop);

    -----------------------------------------

    You see, I've added fl.video before VideoEvent and this corrected the problem. I hope this helps.

  • Unable to select audio to import in Flash CS5

    Hello

    I work the Flash CS5 app on my Mac OS x 10.6.8. I worked on a cartoon recently and trying to import some audio to my library, but I can't even choose a file (of any type; .wathever .mp3 .wav). I already reinstalled Flash, quicktime was updated and searched all over the web for a possible answer. Help, please.

    Thanks in advance,

    Gene

    You can't see any audio file when you try to import into your library?

    If so, when you click file > import > import in the library, check near the lower right of the import in the library panel to see that "all files" in the drop-down list.

    or if you see an error after selecting audio files?

  • UIScrollBar.scrollTarget = TLFTextField Gets the compiler error in Flash CS5

    Hello

    I would like to add a scroll bar to a TLFTextField, I know that this should be possible because in documentation official scrollTarget is DisplayObject.

    When I try to Flash CS5 gets compiler error telling me that scrollTarget accepts standard TextField.

    Code:

    var txt:TLFTextField = new TLFTextField();

    var scrollBar:UIScrollBar = new UIScrollBar();

    scrollBar.scrollTarget = txt; error

    Thank you very much

    F.

    I'm sorry but when I do what you suggest, I'm in this line of code... more if I notice that the compilation line goes well.

    I know it's really weird for me too.

    In any case, I'll check... Thank you very much for your support.

    EDIT: SOLVED

    the flash file was done using Flash CS4 and the UIScrollBar referenced from the library was probably a UiScrollBar CS4 because if I replace it with a new window / components / UIScrollBar all works fine!

  • the error occurs when I install Adobe Flash Professional CS5.5 on windows server 2012?

    an error message displayed "Please insert Adobe Flash Professional CS5_5 disc to continue" on the stage of the installation, the installation file works fine on my system windows 8, but not on server windows 2012, any sugguestions? Thanks in advance!

    Products Desktop don't are usually not supported on server operating systems. Find you things on your own or you don't.

    Mylenium

  • Access to the Camera Roll AS3 Flash CS5.5

    Hello

    I'm looking and looking, but can´t can't find anything on access to the camera and camera to take a picture of my application, nobody has any code to do?

    No class please, just AS3

    Or perhaps point me to a URL?

    Thank you

    There are a few differences between the two needs. For fun, I made an entry screen to turn the example of aid for CameraRoll a timeline version! Here is the registration form:

    http://XFiles.funnygarbage.com/~colinholgate/video/camerrolltimeline.mov

    and here is the final code, which includes the error various trapping, and Android support too:

    import flash.media.CameraRoll;

    import flash.media.MediaPromise;

    import flash.media.MediaType;

    import flash.events.MediaEvent;

    import flash.events.Event;

    import flash.display.Loader;

    import flash.display.Sprite;

    import flash.events.IOErrorEvent;

    import flash.display.StageAlign;

    import flash.display.StageScaleMode;

    var mediaSource:CameraRoll = new CameraRoll();

    CameraRollTest();

    function CameraRollTest() {}

    This.stage.Align = StageAlign.TOP_LEFT;

    this.stage.scaleMode = StageScaleMode.NO_SCALE;

    If {(CameraRoll.supportsBrowseForImage)

    Newspaper (or "Browsing for image... ») ;

    mediaSource.addEventListener (MediaEvent.SELECT, imageSelected);

    mediaSource.addEventListener (Event.CANCEL, browseCanceled);

    mediaSource.browseForImage ();

    } else {}

    Log ('navigation in camera roll no is not supported.");

    }

    }

    var imageLoader:Loader;

    function imageSelected (event: MediaEvent): void {}

    Log ("picture... ») ;

    var imagePromise:MediaPromise = event.data;

    imageLoader = new Loader();

    If {(imagePromise.isAsync)

    Log (' media asynchronous promise. ");

    imageLoader.contentLoaderInfo.addEventListener (Event.COMPLETE, imageLoaded);

    imageLoader.contentLoaderInfo.addEventListener (IOErrorEvent.IO_ERROR, imageLoadFailed);

    imageLoader.loadFilePromise (imagePromise);

    } else {}

    Log (' media synchronous promise. ");

    imageLoader.loadFilePromise (imagePromise);

    this.addChild (chargeurImage);

    }

    }

    function browseCanceled (event: Event): void {}

    Log ("Image Browse cancelled.");

    }

    function imageLoaded (event: Event): void {}

    Log ('loaded asynchronously Image.");

    this.addChild (chargeurImage);

    }

    function imageLoadFailed (event: Event): void {}

    Log ("Load Image failed.");

    }

    The function log (text: String): void {}

    trace (text);

    }

  • 7 error code when you try to install CS5 Master suite

    Hello

    I am trying to add a few programs I did not install when I arrived the CS5 master collection.  I get this error message.  Help, please!

    Exit code: 7

    -------------------------------------- Summary --------------------------------------

    -fatal error 1, 17 error (s), 14 warning (s)

    ATTENTION: Payload: {5A39FDD0-686E-49BD-A6FF-02F7E8256DBF} Adobe Media Encoder CS5 PCI has been updated and has been selected for repair. The Adobe Media Encoder CS5 patch {1CB2200F-16E5-49DF-B280-2E52254DE033} PCI_5.0.1_AMEPCI5All are uninstalled now.

    ATTENTION: Payload: {627D49F9-9F71-436C-9B85-9ACAA9E78561} Adobe Media Encoder CS5 Dolby has been updated and has been selected for repair. The Adobe Media Encoder CS5 patch {1DA9F06C-F5A2-439C-88E0-642A4BE46AB0} Dolby_5.0.1_AMEDolby5All are uninstalled now.

    WARNING: WARNING: {4687A306-D716-4D7A-B0AA-EAB65D17F149} Adobe Player for Embedding will not be repaired, because of update patch ITS and a payload of high level is being installed.

    WARNING: WARNING: {3F023875-4A52-4605-9DB6-A88D4A813E8D} camera profiles installer will not be repaired, because of ITS update patch and a payload of high level is being installed.

    WARNING: WARNING: {02731921-5711-4E7A-A898-D6BCF0F2A1CD} Adobe CSXS CS5 Infrastructure will not be repaired, because of ITS update patch and a payload of high level is being installed.

    WARNING: WARNING: CS5 Adobe Extension Manager {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6} will not be repaired, because of ITS update patch and a payload of high level is being installed.

    WARNING: WARNING: {6A2E619B-E4AC-433B-A648-D458CE543A96} Adobe XMP panels CS5 will not be repaired, because of ITS update patch and a payload of high level is being installed.

    WARNING: WARNING: {5A60CD44-B38B-47CD-BE38-219C81AE3345} Adobe ExtendScript Toolkit CS5 will not be repaired, because of ITS update patch and a payload of high level is being installed.

    WARNING: WARNING: {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw will not be repaired, because of ITS update patch and a payload of high level is being installed.

    WARNING: WARNING: {47DF3210-E261-4D06-A073-92F6C426C352} Adobe Media Encoder CS5 will not be repaired, because of ITS update patch and a payload of high level is being installed.

    WARNING: WARNING: {F8918124-1CFB-4AB9-9BC2-39B961DBBBEE} Pixel Bender Toolkit will not be repaired, because of ITS update patch and a payload of high level is being installed.

    WARNING: WARNING: DeviceCentral {6E505C8F-2896-11DF-9B64-0013724DD917} will not be repaired, because of ITS update patch and a payload of high level is being installed.

    WARNING: WARNING: {3E7A8DA8-0298-42F2-B927-4DB00E2F8FEE} DeviceCentral_DeviceCentral3LP-en_US will not be repaired, because of ITS update patch and a payload of high level is being installed.

    WARNING: WARNING: {0D067D13-C3D7-4EA6-B346-740CD91FD547} Adobe Bridge CS5 will not be repaired, because of ITS update patch and a payload of high level is being installed.

    ERROR: Find load useful conflicts and errors:

    ERROR:-Adobe Illustrator CS5 depends on AdobeColorEU CS5 to be installed.

    ERROR:-Adobe Illustrator CS5 depends on AdobeColorJA CS5 to be installed.

    ERROR:-Adobe Illustrator CS5 depends on AdobeColorNA CS5 to be installed.

    ERROR:-Adobe Photoshop CS5 Core depends on AdobeColorEU CS5 to be installed.

    ERROR:-Adobe Photoshop CS5 Core depends on AdobeColorJA CS5 to be installed.

    ERROR:-Adobe Photoshop CS5 Core depends on AdobeColorNA CS5 to be installed.

    ERROR:-Adobe Photoshop CS5 Core depends on AdobeColorPhotoshop CS5 to be installed.

    ERROR:-Adobe Photoshop CS5 Core depends on AdobeColorVideoProfilesCS CS5 to be installed.

    ERROR:-Adobe InDesign CS5 files of Basic Application depends on AdobeColorNA CS5 to be installed.

    ERROR:-Adobe InDesign CS5 files of Basic Application depends on AdobeColorJA CS5 to be installed.

    ERROR:-Adobe InDesign CS5 files of Basic Application depends on AdobeColorEU CS5 to be installed.

    ERROR:-Adobe Flash Catalyst CS5 depends on Flash Player must be installed.

    ERROR:-Adobe Flash CS5 depends on Flash Player must be installed.

    ERROR:-Adobe Flash CS5 depends on AdobeColorEU CS5 to be installed.

    ERROR:-Adobe Flash CS5 depends on AdobeColorJA CS5 to be installed.

    ERROR:-Adobe Flash CS5 depends on AdobeColorNA CS5 to be installed.

    FATAL ERROR: Conflicts were found in the selected payloads. Stop the installation.

    -------------------------------------------------------------------------------------

    Exit code: 6, Exit Code: 7 Installation error - http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html

    The problems with the Setup logs. CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html for more information on how to review your Setup logs

  • Receive error 1119/1120, new CS4 professional CC versions

    Hi all, I made a flash site for a friend so at the College using CS4, now she wants some updates, so I opened the original file in flash professional CC. AND NOTHING SEEMS TO WORK MORE.

    I get errors 1119 and 1120. I don't know how to fix because I know not much at the time and never catch up with the program.

    Here is my code:

    btshoemovie.onRelease = function () {}

    gotoAndPlay ("shoes")

    }

    Flash tells me error through simplebutton 1119 and mentioned that I have no idea with.

    I also have a preload bar by using code like the following:

    this.onEnterFrame = function() {}

    size of the file = mcnun.getBytesTotal ();

    load = mcnun.getBytesLoaded ();

    PreLoad._visible = true;

    If (load! = filesize) {}

    PreLoad._xscale = 100 * load/size of the file.

    } else {}

    PreLoad._visible = false;

    If (mcnun._alpha < 100) {}

    mcnun._alpha += 10;

    }

    }

    };

    And now it's 1120 errors saying responsible property undefied and file size.

    I know very little of Flash and I just want to help a friend in the photo to load its galleries on its site. Please explain as simple as possible. Thank you all very very close!

    you are using as2 with as3 compiler code.

    to remedy this, click file > publishing settings > script > selection actionscript 2.0 > ok to change the compiler to as3 to as2.

  • error when you import the file into CS5

    When I tried to import an Illustrator CS5 in Flash CS5, I got an error from Windows saying that the program "stopped working" and he was looking for solutions to the problem. When she does find some solutions, he said that he had to close the program. I've tried three times now and continues to be the same thing. Someone else has encountered this and if yes, do you know how to fix it? Please let me know. Thank you!

    * Pooja *.

    Hello

    I can reproduce the crash. It seems to be linked to the importation of all layers in the scene and selecting the option "place objects to the original position. All other combinations seem to not fall down, so at least it contributes to isolate what's going on and offers an option for you to import your works of art and continue with your site. I'll fill a bug report and send it to the correct people for evaluation - I do not know what the conflict is between the file I and Flash (it is not due to not having HAVE installed).

    Thanks for posting!

  • Bug in Flash CS5 - compiled Clips 3D rotation

    I found a bug in flash CS5, I was wondering if anyone else had this?


    This bug occurs in Flash CS5 creative compilation of clips that use the 3D rotation tool. It seems that if you attempt to convert a symbol that contains a 3D to a compiled clip transformation it will not work properly. What makes this problem worse, is that the error is not reported correctly and so it is almost impossible to debug.

    Steps to reproduce:

    1, create a new empty project to AS3.

    2, create a new symbol and call it 'sym1' place a shape of rectangle in it.

    3, create another symbol and call it 'sym2' place 'sym1' inside.

    4, now, while you are still editing sym2, select the instance of sym1 and access the 3D rotation tool - rotate 3d sym1.

    5, now right-click on sym2 in the library and go to "convert clip compiled", note the warning:

    «WARNING: 5002: image of the main timeline scripts have been ignored because a compiled clip contains a definition for fl.livepreview.LivePreviewParent.» To override the fl.livepreview.LivePreviewParent definition, place a custom in your classpath class file. »

    As you can see this warning message does not describe the problem precisely. Unfortunately, it is easy to accidentally add a 3-d rotation to a symbol without knowing. This has been a major issue for us and we had to spend several days to track down the problem.

    All I have this problem or knows how to get around it to allow a 3-d rotation compiled clips?

    * Update *.

    I just had a similar problem with the new TLF text in compiled clips. If we try to convert a compiled clip that contains TLF text, it throws the following warning:

    "WARNING: no library was linked as a Runtime Shared Library (RSL) because of your publication settings: compiled Clip.

    Thank you!

    Update of the TLF text added.

    The good news for you is that these two warnings are that: warnings. They are not errors, and both transactions must actually be completed with success, at least for the most part.

    The warning that you get with the 3D used in a symbol that you convert a compiled clip definitely looks like a bug. What is happening there is that normally when we export 3D, we add some automatically generated ActionScript in the document implementation of the transform.perspectiveProjection level. When you export a compiled clip, it attempts to add this code to the class LivePreviewParent, which it cannot do, and is not really what you want anyway.

    So the only real problem you get with the compiled clilps 3D, is that if you have ONLY 3D compiled clips (and not in any ordinary symbol) then the perspectiveProjection will not be configured correctly. The best way to solve this problem is to ensure that you have a FEW 3D somewhere onstage who isn't in a compiled clip. It might be something very small and simple, it is behind the scenes, it might even be something that is right on a frame and is a framework that you PLAY never really, but without some 3D that isn't a video compiled, you will not get the perspectiveProjection implemented correctly.

    As TLF, which is not a bug and is a warning provided, although it is a little cryptic so apologies for that. If you click the parameters of ActionScript in the document PI button and go to the Library Path tab, you should see below near the bottom that the default binding is set to Runtime shared library (RSL), which means that by default the implementation of TLF will be downloaded when running as a RSL. However for the clips compiled at the moment the automatic download of RSL does not work, so if you make a video compiled with TLF, then eventually change this setting to be merged into the code, and this warning is just trying to tell you that.

    It is a bit of a cause for concern, because the TLF library is not a small thing, and you would rather download it as an RSL. The RSL TLF is signed by adobe as a SWZ file, which means that flash player can cache in all applications that use it. So the idea is that, even if you download it as an RSL, it is unlikely that you really need to wait that he download, because the user has probably touched another site which he already used. So really it is ideal that if you can avoid putting TLF in compiled clips and therefore take advantage of the RSL, but if you can't, then everything should work well for you, you just a larger SWF file.

    I hope that these explanations made sense!

  • Help on error 1119

    When I try to access a property of button MovieClip created dynamically, I get this error:
    1119: access of property may be undefined rond_mc through a reference with static type flash.display:DisplayObject.

    The buttons are installed with CODE below.
    This code sets up a class from UIButton buttons (button contains a MovieClip that I try to reach with the CODE "rond_mc").

    CODE B shows where the error occurs.
    The function goes this way:
    1. a button is clicked.
    2. the previous selection id is stored in variable ancienChoix.
    3, the movieClip "rond_mc" alpha must have the value 0 for the previous button.
    4. once the new selected button gets the attention.

    Retrieve the name of the previous button is successful.
    But if I try to access the property .rond_mc of this button, I get the error.

    Any idea?

    assuming that your trace() function gives what you expect, use:

  • Try to test the model of animation with Adobe Flash CS5 in Windows XP stops

    I'm currently testing a model animation in Adobe Flash CS %, Windows displays an error message and stop the animation of initalising and then Windows States to close the program to check its compatibility. Nothing so haapens. I ran the compatibility test myself against Flash CS5 and simply, it says its uncopatible then guide me to post a question

    Can anyone help?

    Hi NazneenRazvi,
     
    I recommend you post your query in the Flash Player support forum for assistance on this issue.
  • Application developed in Flash CS5 will not run on a Simulator

    Hi All-

    I have a few applications that I created using Flash CS5 and adobe Air 2.5. Applications work fine in flash, but when I try to run on the Simulator I get an icon of 'thinking '... (5 points that scroll on the screen as if the PlayBook (Simulator) is stuck thinking)

    Any thoughts on how to solve this problem?

    nothing not (no pun intended hah) strikes me as being wrong. The magic.bar is in tiny vs the rest, but I don't think it would affect anything. also all the xml code under the original XML code you posted im assuming that was a copy and paste error? You seem to have all of the required fields you need for file descriptor.

  • Hello. I have a big problem. I have Photoshop, Indesign, Illustrator CS4 and Flash CS5 programs. I bought the programs a few years ago and used on my Mac with version 10.6.8. Now, I have a MacBook with the latest version 10.11. I wanted to copy the pro

    Hello. I have a big problem. I have Photoshop, Indesign, Illustrator CS4 and Flash CS5 programs. I bought the programs a few years ago and used on my Mac with version 10.6.8. Now, I have a MacBook with the latest version 10.11. I wanted to copy the programs on my MacBook to work also on this computer. I copied the folder with the programs 'Programs' and the folder of the "Library / Application Support / Adobe" on my USB key and pulled on the MacBook in the program folder and the folder of Adobe. Then I restarted the computer. When I wanted to start a program, I got with Photoshop, Illustrator, and Flash, the error 6 error message. For Indesign: "Adobe ID missing required files please reinstall missing file / Library / Application Support / Adobe / support /... / ROMAN." TXT ".» But on my old computer I could not find a record of support for the Type in the path to the Library / Application Support / Adobe. And I don't know what I have to do because of error 6. Can someone help me please? Thank you very much.

    Avoid copying files from one computer to the other. It won't work. You run out of hidden files scattered around the hard drive and interrupt the licensing mechanism.

    Uninstall, run the cleanup tool.

    Adobe - Adobe CS5 clean tool

    Reinstall from scratch and enter your serial number.

    Download download install and Installation Help | Download and Installation Help

    They will install under 30 days of testing. Enter your valid serial number to unlock the tests.

  • Script error when you try to install Flash Player 18.

    , I get a script error when you try to install Flash Player 18. The error box says "line of Script error 202 tank 13 Unable to set property"innerHTML"undefined or null references code 0 URL C://.../Downloads/flashplayer18ax_ra_install.exe/160" and "undefined" is on the screen of the installer after I closed the error box.  I'm on a Dell Inspiron, IE 11.0.9600.17843, Windows 7 Home Premium Svc Pack 1.

    I get this same error box any installer that I use for Flash Player 18.  The error box appears immediately after I launch the installer. I reinstalled flash player 17 successfully two days without problem, but of course Flash Player 17 does not now work on web sites.  I ran the Adobe flash player Uninstaller a couple of times between tries - same result, same script error box.  I've lost count of how many times I tried to install it and my fingers are raw...

    Roughly the same time the error box appears or a second or later, my Norton Insight pops up a box that says that Norton has not enough information about this program (the installation program, I guess), to recommend this program, but I don't think that it prevents the installation program to run. Or maybe it is?

    This problem seems to come from the installer of Flash Player, but I don't see anything from Adobe on this matter.  I tried running as administrator, I disabled the parts of Norton to see if it is this error source - I've searched for hours on the internet and I can't find answers.  I've never had a Flash Player update problem so far.  Anyone can understand this or point me in the right direction?   Thank you.

    Hi all

    Installer online team was interested in to this yet and the DPI setting as the culprit.  If the DPI setting is not set to 100%, 125%, 150% or 200% returns the script error.  If you are DPI setting is set to something else, assign him one of them please and Setup online should work.  The team is working on a fix for this.

    To check/change the DPI setting:

    1. Start the control panel and go to Control Panel\All Control Panel Items\Display
    2. In the left menu, select set size custom text (PPP)
    3. In the Windows Setup custom DPI select 100%, 125%, 150% or 200% in the menu drop-down
    4. Click OK
    5. Select apply
    6. Open a session/disable
    7. Online installer should now run without displaying the script error.

    --

    Maria

Maybe you are looking for