Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7686889
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:34:49+00:00 2026-05-31T19:34:49+00:00

I am new in flex.I have created dynamic web project. Run it. It accessible

  • 0

I am new in flex.I have created dynamic web project. Run it. It accessible on http://localhost:5080/myApp. Now I want to create connection to that application but I got NetConnection.Connect.Rejected. This is my code:

import mx.core.UIComponent;
        import mx.events.FlexEvent;

        private var connection:NetConnection;
        private var inStream:NetStream;
        private var outStream:NetStream;


        private var camera:Camera;
        private var microphone:Microphone;


        private var inVideo:Video;
        private var outVideo:Video;


        private var inVideoWrapper:UIComponent;
        private var outVideoWrapper:UIComponent;



        protected function application1_creationCompleteHandler(event:FlexEvent):void
        {
            connection = new NetConnection();
            connection.connect("rtmp://localhost/myApp");
            connection.addEventListener(NetStatusEvent.NET_STATUS, onConnected);

        }

        private function onConnected(event:NetStatusEvent):void
        {
            if(event.info.code == "NetConnection.Connect.Success")
            {
                setupVideo();
            }
        }

        private function setupVideo():void
        {
            camera = Camera.getCamera();
            microphone = Microphone.getMicrophone();

            outStream = new NetStream(connection);
            outStream.attachCamera(camera);
            outStream.attachAudio(microphone);
            outStream.publish("Radislav");

            outVideo = new Video();
            outVideo.attachCamera(camera);

            inStream = new NetStream(connection);
            inStream.play("Radislav");

            inVideo = new Video();
            inVideo.attachNetStream(inStream);


            outVideoWrapper = new UIComponent;
            outVideoWrapper.addChild(outVideo);
            addElement(outVideoWrapper);


            inVideoWrapper = new UIComponent;
            inVideoWrapper.addChild(inVideo);
            addElement(inVideoWrapper);

            inVideoWrapper.move(400,0);

        }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T19:34:50+00:00Added an answer on May 31, 2026 at 7:34 pm

    Long story short – you need the second parameter in connection.connect() call. But you want to read the server logs (red5/jvm) for more details. If you don’t see logs, here it explains how to make the server write them: http://avchathq.com/blog/missing-red5-log-files-where-are-they/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Flex Builder : I have created a new Actionscript Project. I want to
Whenever I start a new project in Flex builder I always have to go
I have a flex application and I want to add a new custom component
I'm very new to Flex 4.5 and I created a class (Project.as) with the
I am very new to flex, i have created a simple login page in
I am new to flex framework. I have created an application using flex framework
I am new to flex development. In my proj, I have created a panel
Sorry i am new with flex , i need some help. I have created
I would like to learn Adobe Flex mobile development. I have created a new
I'm very new to Flex and I have what I think it a head-scratcher.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.