AddApplicationInFlashPlayer Method
Description
Adds an application to the collection, to be opened with Adobe Flash Player Projector.
Syntax
Visual Basic
Public Sub AddApplicationInFlashPlayer( _
   ByVal ApplicationPath As String, _
   Optional ByVal ApplicationParameters As String = "", _
   Optional ByVal HostApplicationPath As String = "" _
) 
Parameters
ApplicationPath
ApplicationParameters
HostApplicationPath
Remarks
  • This method is relevant only for .swf applications.
  • The application is added as the last item in the FlexApplication collection.
  • Flex applications opened using the Flash Player Projector without the Runtime Loader must be manually prepared for UFT One testing or opened using the Adobe Flash Player Projector Debugger. For details, see the Flex section of the UFT One Help Center.
Example
See Also