Avatar

Level 2

Thanks Hironmay,

The VERY BASIC code is this:

<?xml version="1.0" encoding="utf-8"?>

<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"

   xmlns:s="library://ns.adobe.com/flex/spark"

   xmlns:mx="library://ns.adobe.com/flex/mx" width="550" height="550" xmlns:rtc="http://ns.adobe.com/rtc">

<fx:Declarations>

<!-- Place non-visual elements (e.g., services, value objects) here -->

</fx:Declarations>

<fx:Script>

<![CDATA[

]]>

</fx:Script>

<rtc:ConnectSessionContainer width="250" height="527" x="15" y="13">

<rtc:SimpleChat width="230" height="507" x="10" y="10"/>

</rtc:ConnectSessionContainer>

<rtc:WebCamera x="273" y="13"/>

</s:Application>

When I Run the app the page is blank