AddApplicationInFlashPlayerWithRuntimeLoaderEx Method
Description
Adds an application to the collection, to be opened with Adobe Flash Player Projector, specifying the version of the UFT One Flex Runtime Loader to use.
Syntax
Visual Basic
Public Sub AddApplicationInFlashPlayerWithRuntimeLoaderEx( _
   ByVal ApplicationPath As String, _
   Optional ByVal ApplicationParameters As String = "", _
   Optional ByVal RTLoaderPath As String = "", _
   Optional ByVal HostApplicationPath As String = "", _
   Optional ByVal SDKVersion As String = "" _
) 
Parameters
ApplicationPath

The file system path or URL to the Flex application that you want to add to the list.

Note: The Flex Runtime Loader fails to open the application if you use certain Unicode fullwidth characters in the path. For example, make sure not to include English fullwidth letters or Japanese fullwidth number characters.

ApplicationParameters
RTLoaderPath
HostApplicationPath
SDKVersion

The version of Runtime Loader for UFT One to use.

Possible Values:
4.9.1 - For testing Flex applications developed using Flex SDK version 4.9.1 and earlier.
4.12.1 - For testing Flex applications developed using Flex SDK version 4.12.x.

Remarks
  • This method is relevant only for .swf applications.
  • The application is added as the last item in the FlexApplications collection.
See Also