Question: I have been trying to use your tutorial on the NetStream.send function and am getting frustrated. I have been researching this for the past couple of days and not finding any answers.
I am trying to use a button event to have the user recording the video dynamically set a cue point:
1119: Access of possibly undefined property swapPage through a reference with static type flash.net:NetStream.
If this is way beyond a simple solution just say so and I'll keep digging on the internet. I was just hoping that with your experience you might see some obvious mistake I am making and be able to help.
My reply to this was:
Your code seems to be AS3.
You can no longer add functions dynamically to NetStream in AS3, therefore this won't work:
nsOut = new NetStream(nc);
ns.client = this; // point the client property at 'this' class, the one we are in
{
// do your thing... }


into document class ?