Changes between Version 2 and Version 3 of FlexEmbedding
- Timestamp:
- 10/17/09 07:42:06 (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FlexEmbedding
v2 v3 5 5 People have had difficulty in the past embedding the Player into a Flex application. The simplest way to pull the player into Flex was by using a SWFLoader to load in the compiled Player, but since the Player expected to be by itself on the Flash stage, resizing was a problem. 6 6 7 == Resizing ==8 9 The JW Player version 4.2 introduces a new [wiki:FlashVars flashvar] called "'resizing'". When it's set to ''false'', the Player does not attempt to resize itself to the size of the stage. This allows the Flex application to control the size of the player.10 11 In this simple Flex application, we'll be loading the player using the '''SWFLoader''' component, adding some event listeners to listen to Player events, and sending events back to the Player to control its layout and behavior.12 7 13 8 == Getting started ==
