<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Tue, 07 Oct 2014 18:06:41 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-10-07T18:06:41Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>NetConnection and NetStream in Director: Is it impossible to have more than one incoming Stream?</title>
      <link>https://forums.adobe.com/thread/1596307</link>
      <description>&lt;!-- [DocumentBodyStart:605ff186-360d-4b82-b467-8c4320f45f5c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm working on a Director 11.5 &lt;strong&gt;video chat for 3 people&lt;/strong&gt;. You shall see your webcam video as a little and the two you are connected with as a big video panel. So good so far, I managed to show my own webcam &lt;span style="font-size: 13.63636302948px; line-height: 1.5em;"&gt;video&lt;/span&gt;&lt;span style="font-size: 13.63636302948px; line-height: 1.5em;"&gt; &lt;/span&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;without streaming it and managed to see one of the others as an incoming stream. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;strong&gt;The problem is&lt;/strong&gt;: as soon as there's a second script initiating a second InStream (no matter how I name it), only the one with the lower sprite number shows it's stream. When I disable the script for this lower sprite, then the second one is playing, so it can't be due to an incorrect script.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;strong&gt;I already emilinated two misstakes&lt;/strong&gt; which made it not working at all at the beginning:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;First I tried to use the NetConnection object (for sending my own video stream, works fine) also for creating an input stream. That didn't work. It's a different scene where I set up and play the inStreams (I made the NetConnection object global). So now I set up a new NetConnection for each stream: one outStream and two inStreams. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;First I also used only one swf member and made several sprites of it. This didn'&amp;#196;t work at all, also using the same behavior for the two other-perople-players. So i copied ad pasted the swf and also the behavior. I also renamed every variable in the second behavior with a "2" at the end, just to be sure. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Then it worked at least - b&lt;/span&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;ut still only for one inStream.&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;strong&gt;The architecure of my Director film is the following: &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;I've got two scenes. First scene is an input field to type your name and a "connect" button. Behind this button there's a behavior setting a connection to the server (by using a swf sprite which isn't visible yet) and sending my webcam video and name to the server. This part works fine.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6800835-681461/director+chat+screenshot.png"&gt;&lt;img alt="director chat screenshot.png" class="jive-image image-1" height="362" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6800835-681461/director+chat+screenshot.png" style="font-size: 13.63636302948px;" width="400"/&gt;&lt;/a&gt;&lt;span style="font-size: 13.63636302948px;"&gt;(Picture shows scene 2)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="line-height: 1.5em; font-size: 13.63636302948px;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Second scene consists of three swf sprites - one is to show my own webcam video directly from PC. This one already existed in the first scene, for I have to use a swf for setting up a NetConnection. The second and third swf sprites are connected to a behavior script which sets up a new connection (in exitFrame, with a bool variable "firsttime" to make sure it only happens once). &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;I also have two drop down field each below a partner chat swf. Here I show all people who are logged in at the server, it automatically updates. The one you chose in the drop down is the video you will see in the swf sprite above. Thid works fine (if it works with the inStream).&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;The script for playing the own webcam video is placed at the first frame of the second scene and only refers to the swf for my own video (which already occurs in scene 1). Well, that's all I think. I'll post the code for the two partner player swf here. Please have a look at it to find a misstake - or maybe again it's some strange Director behavior (like two sprites of one member didn't work) which I cannot think of... &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;strong&gt;Code for the behavior script&lt;/strong&gt; of the partner swf for partner 1. The script for partner 2 is exactly the same, but every variable has a "2" at it's end.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;!--[CodeBlockStart:0bf65723-e4f2-4959-a58a-4eb7e564ef8e][excluded]--&gt;&lt;pre class="javascript" name="code"&gt;
global firsttime1
global gUserList

property gNetConn
property InStream

on exitFrame&amp;nbsp; me 
&amp;nbsp; if (firsttime1) then&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; pSprite = sprite(me.spritenum)&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; gNetConn = pSprite.newObject("NetConnection")&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; gNetConn.connect("rtmp://212.122.56.2/flashcam")&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; InStream = pSprite.newObject("NetStream", gNetConn)&amp;nbsp;&amp;nbsp;&amp;nbsp; put "InStream " &amp;amp; InStream
&amp;nbsp;&amp;nbsp;&amp;nbsp; InStream.play(gUserList[1])&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; pVideoClip = pSprite.getVariable("VideoClip",FALSE)
&amp;nbsp;&amp;nbsp;&amp;nbsp; put "pVideoClip " &amp;amp; pVideoClip
&amp;nbsp;&amp;nbsp;&amp;nbsp; pVideoClip.attachVideo(InStream)&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; firsttime1 = false
&amp;nbsp; end if 
end exitFrame

on updateInStream aArg1, aArg2
-- that method is called by the drpdown script when some change occured 
&amp;nbsp; put "neuer Partner 1: " &amp;amp; aArg2
&amp;nbsp; partner = aArg2
&amp;nbsp; InStream.play(partner)&amp;nbsp; 
end updateInStream

on endsprite me 
&amp;nbsp; if not(voidP(InStream)) then
&amp;nbsp;&amp;nbsp;&amp;nbsp; InStream.close()
&amp;nbsp; end if&amp;nbsp;&amp;nbsp; 
end endsprite

&lt;/pre&gt;&lt;!--[CodeBlockEnd:0bf65723-e4f2-4959-a58a-4eb7e564ef8e]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;I'd appreciate every idea or help! Thank you!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Jana&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:605ff186-360d-4b82-b467-8c4320f45f5c] --&gt;&lt;img src='/beacon?t=1415930882901' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">netstream</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">webcam</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">lingo</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">director</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">netconnection</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">video chat</category>
      <pubDate>Tue, 07 Oct 2014 18:06:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1596307</guid>
      <dc:date>2014-10-07T18:06:41Z</dc:date>
      <clearspace:dateToText>1 month 7 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Strange error: "Handler not found in object: #newObject" (at a sprite object)</title>
      <link>https://forums.adobe.com/thread/1587340</link>
      <description>&lt;!-- [DocumentBodyStart:2055722c-2570-4960-964c-b66ec6567c4a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #f4f6fb;"&gt;Hi there,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #f4f6fb;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #f4f6fb;"&gt;I'm facing a strange error in Lingo. I'm using Director 11.5 on Windows 7. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #f4f6fb;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #f4f6fb;"&gt;First I was reconstructing a tutorial for netConnection in Director. This worked fine. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #f4f6fb;"&gt;Then I added some further functionality and then - a strange error occured where nothing much has been altered and which was working fine before. Now Lingo doesn't know the handler "newObject" at the sprite pSprite anymore! Why???&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="http://s7.directupload.net/images/140928/s8xt5jcl.png"&gt;&lt;img alt="Bild" class="jive-image" src="http://s7.directupload.net/images/140928/s8xt5jcl.png" style="border-style: none; color: #000000; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #f4f6fb;"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;The regarding code for this error&lt;/strong&gt; is a behavior for the button to connect. The code is the following:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:5a80c46d-ef60-495d-b1d3-f35e07931ea4][excluded]--&gt;&lt;pre class="javascript" name="code"&gt;
global pNetConn
global gUserList
property pSprite

on beginSprite (me)&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; pSprite = sprite(me.spriteNum)
&amp;nbsp; pSprite.cursor = 280&amp;nbsp; 
end beginSprite




on mouseDown (me)&amp;nbsp; 
&amp;nbsp; sIch = me.stripSpaces( sprite(3).text ) 
&amp;nbsp; put "eigener Name ist: "&amp;amp; sIch
&amp;nbsp; if ((sIch = "") or (sIch = void)) then&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; alert "Bitte geben Sie Ihren eigenen Namen an."&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; else&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; gNameSelbst = sIch&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; if voidP(pNetConn) then
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; me.setConnection()
&amp;nbsp;&amp;nbsp;&amp;nbsp; end if
&amp;nbsp;&amp;nbsp;&amp;nbsp; me.getUserList()&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; go frame(23)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; end if&amp;nbsp; 
end mouseDown





on setConnection me&amp;nbsp; 
&amp;nbsp; pNetConn = pSprite.newObject("NetConnection")&amp;nbsp; 
&amp;nbsp; pSprite.setCallback(pNetConn,"onStatus",#statusUpdate,me)
&amp;nbsp; pSprite.setCallback(pNetConn,"clientListChannel",#userListUpdate,me)
&amp;nbsp;&amp;nbsp;&amp;nbsp; tURL = "rtmp://xxxxxxxx"
&amp;nbsp; pNetConn.connect(tURL)&amp;nbsp; 
end setConnection


on statusUpdate aArg1, aArg2&amp;nbsp; 
&amp;nbsp; if (aArg2.code = "NetConnection.Connect.Success") then&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; -- Hier erfolgt sp&amp;#228;ter die Sendung des eigenen Videostreams an den Server
&amp;nbsp; end if&amp;nbsp; 
end statusUpdate





on userListUpdate aArg1, aArg2&amp;nbsp; 
&amp;nbsp; luserList = aArg2&amp;nbsp; 
&amp;nbsp; if&amp;nbsp;&amp;nbsp; (luserList &amp;lt;&amp;gt; void) then&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; put "-----USER-LIST UPDATE------"
&amp;nbsp;&amp;nbsp;&amp;nbsp; gUserList = []&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; repeat with counter = 0 to luserList.length -2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sname = luserList[counter].label
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gUserList.add(sname)&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; end repeat&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; end if&amp;nbsp; 
end userListUpdate



on stripSpaces (me, aString)&amp;nbsp; 
&amp;nbsp; -- clear all spaces from the string
&amp;nbsp; repeat while offset(SPACE,aString)
&amp;nbsp;&amp;nbsp;&amp;nbsp; tCharIndex = offset(SPACE,aString)
&amp;nbsp;&amp;nbsp;&amp;nbsp; delete aString.char[tCharIndex]
&amp;nbsp; end repeat&amp;nbsp; 
&amp;nbsp; -- return the string
&amp;nbsp; return aString&amp;nbsp; 
end
&lt;/pre&gt;&lt;!--[CodeBlockEnd:5a80c46d-ef60-495d-b1d3-f35e07931ea4]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p&gt;&lt;strong style="color: #000000; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #f4f6fb;"&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style="color: #000000; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; background-color: #f4f6fb;"&gt;The tutorial code which works is the following:&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Here the netConnection is built in the on exitFrame - but I already tried this in my new code above without any success. By the way, I intentionally xxx-ed the URL ;-) Of course in the original there's a correct server adress.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:7444ca6a-fbf5-4663-ba43-e4290ef9bb18][excluded]--&gt;&lt;pre class="javascript" name="code"&gt;
global gNames
property pCamera
property pInStream
property pMicrophone
property pNetConn
property pOutStream
property pSprite

on exitFrame (me)
&amp;nbsp; if voidP(pNetConn) then
&amp;nbsp;&amp;nbsp;&amp;nbsp; me.initiateConnection()
&amp;nbsp; end if&amp;nbsp; 
end exitFrame

on initiateConnection (me)
&amp;nbsp; pSprite = sprite(me.spriteNum)
&amp;nbsp; pNetConn = pSprite.newObject("NetConnection")
&amp;nbsp; pSprite.setCallback(pNetConn,"onStatus",#myOnStatus,me)
&amp;nbsp; tURL = "rtmp://xxxxxx"
&amp;nbsp; pNetConn.connect(tURL)
end initiateConnection

on initiateStreams (me)
&amp;nbsp; tCamObj = pSprite.newObject("Camera")
&amp;nbsp; pCamera = tCamObj.get()
&amp;nbsp; tMicObj = pSprite.newObject("Microphone")
&amp;nbsp; pMicrophone = tMicObj.get()
&amp;nbsp; pOutStream = pSprite.newObject("NetStream",pNetConn)
&amp;nbsp; pOutStream.attachAudio(pMicrophone)
&amp;nbsp; pOutStream.attachVideo(pCamera)
&amp;nbsp; pOutStream.publish(gNames.publishName,"live")
&amp;nbsp; pInStream = pSprite.newObject("NetStream",pNetConn)
&amp;nbsp; pInStream.play(gNames.subscribeName)
&amp;nbsp; pVideoClip = pSprite.getVariable("VideoClip",FALSE)
&amp;nbsp; pVideoClip.attachVideo(pInStream)&amp;nbsp; 
end initiateStreams

on endSprite 
&amp;nbsp; if not( voidP(pOutStream) ) then
&amp;nbsp;&amp;nbsp;&amp;nbsp; pOutStream.close()
&amp;nbsp; end if
&amp;nbsp; if not( voidP(pInStream) ) then
&amp;nbsp;&amp;nbsp;&amp;nbsp; pInStream.close()
&amp;nbsp; end if&amp;nbsp; 
&amp;nbsp; if not( voidP(pNetConn) ) then
&amp;nbsp;&amp;nbsp;&amp;nbsp; pNetConn.close()
&amp;nbsp; end if&amp;nbsp; 
end endSprite

on myOnStatus me, aArg1, aArg2&amp;nbsp; 
&amp;nbsp; put aArg2.code&amp;nbsp; 
&amp;nbsp; if (aArg2.code = "NetConnection.Connect.Success") then&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; me.initiateStreams()&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; end if&amp;nbsp; 
end myOnStatus
&lt;/pre&gt;&lt;!--[CodeBlockEnd:7444ca6a-fbf5-4663-ba43-e4290ef9bb18]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 12.7272720336914px; background-color: #f4f6fb; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;"&gt;Did anybody ever face the same error? Can anyone tell me where the misstake lies? Or is it a kind of bug? I really don't knwo what could be wrong. I'd appreciate any help!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 12.7272720336914px; background-color: #f4f6fb; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 12.7272720336914px; background-color: #f4f6fb; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;"&gt;Thanks&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 12.7272720336914px; background-color: #f4f6fb; font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;"&gt;Jana&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2055722c-2570-4960-964c-b66ec6567c4a] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">error</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">lingo</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">director 11.5</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">handler not found</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">newobject</category>
      <pubDate>Sun, 28 Sep 2014 08:02:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1587340</guid>
      <dc:date>2014-09-28T08:02:58Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Startup problems using NetConnection and NetStream to FMS</title>
      <link>https://forums.adobe.com/thread/1575687</link>
      <description>&lt;!-- [DocumentBodyStart:a16e0273-8fb3-4852-b65a-ec419804a3ac] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;unfortunately I'm a noob at Director and my task is to build a simple 2-people-video chat. I'm using Director 11.5, Windows 7 and Flash Media Server 3 (well, not sure about the version, but an old one).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I found out that I can use a NetConnection-object in Director to connect to the server. But my only information source is the user manual:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://help.adobe.com/en_US/Director/11.5/UsingScripting/WSc3ff6d0ea77859461172e0811d50262762-7f24.html" rel="nofollow"&gt;http://help.adobe.com/en_US/Director/11.5/UsingScripting/WSc3ff6d0ea77859461172e0811d50262 762-7f24.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;There only are some single code lines without any details. So my code looks like this until now --- I didn't replace any of the sample code, just copied all I would like to use somehow.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:ecee5cea-896b-4f62-8a8b-23ede0a4e71a][excluded]--&gt;&lt;pre class="javascript" name="code"&gt;
&amp;nbsp; myNetConObject = sprite(1).newObject("NetConnection")
&amp;nbsp; myStream = sprite(1).newObject("NetStream", myNetConObject)
&amp;nbsp; myStream.attachVideo(source)
&amp;nbsp; myStream.attachAudio(source)
&amp;nbsp; mystream.publish(whatToPublish)
&amp;nbsp; mystream.play(whatToPlay) 
&lt;/pre&gt;&lt;!--[CodeBlockEnd:ecee5cea-896b-4f62-8a8b-23ede0a4e71a]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The manual unfortunately does NOT tell me HOW I can give the parameters, for example the source of a camera video. Has it to be the installation URL of the camera? Has it to be the name of the camera? Do I have to set up an "source" object somehow and attach a camera to that? Same thing with the micro. &lt;/p&gt;&lt;p&gt;Next: what is "whatToPublish" and "whatToPlay"? Shall it be the attached video (and how shall I name that)? Shall it be just "video"? (for publidhing.)&amp;nbsp; Shall it be an url for play? &lt;/p&gt;&lt;p&gt;Also: how do I get logged in with a user name and how can I play a stream of another user?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Somehow I'm very frustrated about the help documents... &lt;span style="font-size: 13.63636302948px;"&gt;These example lines didn't help me, because they're not giving any specification what parameters really are needed and such things. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.63636302948px;"&gt;Can someone help me please? I'd also be glad about links to tutorials or other forum questions about that. Didn't find any myself.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.63636302948px;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.63636302948px;"&gt;Thanks in advance fr your help and hints!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.63636302948px;"&gt;Jana&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a16e0273-8fb3-4852-b65a-ec419804a3ac] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">netstream</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">fms</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">lingo</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">director</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">netconnection</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">fcs</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">flash media server</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">video chat</category>
      <pubDate>Mon, 15 Sep 2014 16:40:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1575687</guid>
      <dc:date>2014-09-15T16:40:00Z</dc:date>
      <clearspace:dateToText>1 month 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to get list of logged-in users from Flash Media Server in a Flash programm? (Or login/logout notifications)</title>
      <link>https://forums.adobe.com/thread/1567806</link>
      <description>&lt;!-- [DocumentBodyStart:e98bb487-5bad-4cda-9dd7-c1572f01ace7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm Very sorry for asking this. I guess it's a very basic problem, but I'm very new to Flash and Flash media Server and I need a very fast answer...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Currently I'm working on a Director project using a flash program which connects to Flash Media Server (I guess version 3, it's quite old). Unfortunately they forgot to make a flash method to send the actual userlist (or a notification when someone logged in or out) to Director. AND, unfortunately, they lost the source code of that flash programm, so I cannot look into it or alter it *sigh*.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now I want to do a new flash programm which covers the old one, letting all known methods "pass trough" and building an additional method to gain the user list (or login/out notification). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do I get the login information from Flash Media Server? (Would be good if you could provide an idea already for flash code... as I said I'm a tard at flash till now)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you so much. And I hope you understand my situation asking here...&lt;/p&gt;&lt;p&gt;Jana&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e98bb487-5bad-4cda-9dd7-c1572f01ace7] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">flash media server</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">flash programming</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">login-list</category>
      <pubDate>Sun, 07 Sep 2014 11:38:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1567806</guid>
      <dc:date>2014-09-07T11:38:06Z</dc:date>
      <clearspace:dateToText>2 months 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Are there any Director scripts resp. code beyond "cast members"?</title>
      <link>https://forums.adobe.com/thread/1554971</link>
      <description>&lt;!-- [DocumentBodyStart:b47a72e0-f427-4e8a-8662-70ec3c8f8229] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;currently I'm working on a big, hardly documented project in Director/lingo without having built it myself. So I'm faced with a lot of problems and questions.&lt;/p&gt;&lt;p&gt;(I'm working with the German edition, so maybe some of my translated English Director terms are not correct.)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This time I'm facing a very strange behavior of the application. There is a parent script named "PersonalZelle" (personal cell) which has a function named "switchCameraCB". I didn't find any call of this function via text search in other scripts. I already tried chosing to search in "all cast members" (German: "Alle Besetzungen"). But placing a breakpoint there and debugging it, this function is actually used in the running application! &amp;Ocirc;.&amp;#244; How can that be?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So my questions are:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1) Are there any "hidden" scripts/code beyond cast members? If so, how do I find them?&lt;/p&gt;&lt;p&gt;2) If not, how is it possible to have a function/method being used if no code actually calls it?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Second example: &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In another script, there is a variable named piVideoNum. This variable is NOT instanciated and no value is given to it in the whole code. But debugging it, it always has the correct value which it should have. How can that be? &amp;Ocirc;.&amp;#244; where does it take the value from? As far as I know there is no UI-part having this variable attached. In the UI, you have three videos which you can klick, and if klicked, the correct number of the video is saved in piVideoNum. But in the attached behavior script there is nothing. The method which handles the klick calls another method and sends the piVideoNum - without having altered it before. Maybe it's also done by some "hidden" script/code?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone have an idea? This would be very helpful!&lt;/p&gt;&lt;p&gt;I need to alter this method, but if I don't know how it is working, there's no possibility...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b47a72e0-f427-4e8a-8662-70ec3c8f8229] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">hidden scripts</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cast members</category>
      <pubDate>Fri, 22 Aug 2014 14:53:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1554971</guid>
      <dc:date>2014-08-22T14:53:36Z</dc:date>
      <clearspace:dateToText>2 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Urgent: How to export a Director cast member - in this case it's a flash movie?</title>
      <link>https://forums.adobe.com/thread/1510746</link>
      <description>&lt;!-- [DocumentBodyStart:854f6852-a79d-4223-94be-934534102e9e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've got a problem - of course, that's why I'm here.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My problem is that in my Director (version 11.5) movie a flash movie is member of the cast list (sorry, I only know the &lt;em&gt;German&lt;/em&gt; terms and hope totranslate correctly!). In it's properties there's no source-URL. So it must be "in" the Director film somehow. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Unfortunately the original file went lost. Now I need to have this flash movie as a flash movie, not as a member/ cast. Is there any possibility to get the movie out of Director als a file? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks so much for your help!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kind regards&lt;/p&gt;&lt;p&gt;Jana&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:854f6852-a79d-4223-94be-934534102e9e] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cast</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">director</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">export file</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">export member</category>
      <pubDate>Mon, 30 Jun 2014 15:05:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1510746</guid>
      <dc:date>2014-06-30T15:05:02Z</dc:date>
      <clearspace:dateToText>4 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

