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 9237847
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T07:37:43+00:00 2026-06-18T07:37:43+00:00

I am just investigating http://www.broccoliproducts.com/softnotebook/rtmpclient/rtmpclient.php RTMP client code. And it is working fine so

  • 0

I am just investigating http://www.broccoliproducts.com/softnotebook/rtmpclient/rtmpclient.php RTMP client code. And it is working fine so it gets data and saves the FLV file locally.

The code is pretty simple. So my questions are:

1. Is it possible to play this streaming synchronously? (okay with some delay because of the caching)
(I’ve tried to open writing file via VLC but it is busy…)

2. Any clue how to implement it?

!!! It is not any kind of advertisement of this project! I just need to create some RTMP Player in WPF.

  • 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-06-18T07:37:44+00:00Added an answer on June 18, 2026 at 7:37 am

    A generic post until you provide some additional requirements.

    Inside of Flash you’d create a button, then implement the following ActionScript.

    on (press) {
        fscommand("Variable1", "Variable2");
    }
    

    Then inside of Visual Studio you need to add the COM Object reference for Shockwave Flash Object. You’ll need to ensure that you embed is set to true.

    Now inside Visual Studio you should be able to go to Properties and find fscommand which will allow you to physically connect the value from the Flash Movie.

    AxShockwaveFlashObjects._IShockwaveFlashEvents_FSCommandEvent

    That will collect your variables inside of Flash. You’d simply use e.command and e.arg for example to have the collected item to do something. Such as…

    lbl_Result.Text="The " + e.args.ToString() + " " + e.command.ToString()+ " was clicked.";
    

    And boom your now transmitting your Flash movie’s data from Flash into Visual Studio. That is quite simple, quite straight forward.

    This will allow your C# application to actually inherit and utilize your Flash Video.

    Things to Consider:

    • Make sure that you’ve set embed to true. That is what will physically hold all the Path References within your Flash Object. Otherwise it may call an invalid path.

    Additional Help for Reference:

    1. Inside your project open Solution Explorer.
    2. Right Click on Reference and Add Reference.
    3. Go to COM Object.

    These are the objects available:

    • Shockwave ActiveX
    • Flash Accessibility
    • Flash Broker
    • Shockwave Flash

    The above solution will let you actually use Flash within it’s native environment your just simply passing variable data or controls you’d like implemented into C# this way. This way you can actually use RTMP straight to Flash. Your C# application will just expose the Flash Object.

    That is a generic approach, when you provide some extra information I’ll update to try and assist you better. There are also libraries such F-In-The-Box, LibRTMP, which may also help.

    The above is quite Generic like I stated; but it will invoke whatever quality you noted in your Flash Video Object; then your C# can simply adjust them like:

    <% MyYoutubeUtils.ShowEmebddedVideo("<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/gtNlQodFMi8&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/gtNlQodFMi8&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>") %>
    

    Or…

    public static string ShowEmbeddedVideo(string youtubeObject)
    {
        var xdoc = XDocument.Parse(youtubeObject);
        var returnObject = string.Format("<object type=\"{0}\" data=\{1}\"><param name=\"movie\" value=\"{1}\" />",
            xdoc.Root.Element("embed").Attribute("type").Value,
            xdoc.Root.Element("embed").Attribute("src").Value);
        return returnObject;
    }
    

    Which you can find the thread here: Additional Embed Instructions and Details.

    That is how you could put your Flash into C#, there are ways to also output your C# to Actionscript. But without more details on what your trying to do I can’t really do more then these generic responses.

    Please keep in mind, this is on the assumption your trying to store the FLV within your applications, or aggregate data from C# to Flash. I’ll need more detail to assist further. I’m not quite sure why C# is required and what your trying to actually do.

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

Sidebar

Related Questions

I am just investigating the idea of this so have no example code. I've
There is a jQuery quiz posted on the W3Schools site here... http://www.w3schools.com/quiztest/quiztest.asp?qtest=jQuery Question #16
I am investigating a problem with an old VB6 app which has just started
just wondering if there is a way to reduce the amount of code needed
I'm investigating migrating a source code repository currently kept under SCCS on an aging
I have the following layout: <?xml version=1.0 encoding=utf-8?> <FrameLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=fill_parent android:layout_height=fill_parent android:orientation=vertical android:background=#EAEAEA>
I'm investigating different optimization techniques, and I came across this post Analyzing Code for
I'm just investigating about implementing and designing a protocol, but I'm stucked on how
I'd like to start investigating client/server communication. I've started to look at Distributed Objects
I just realized that my paypal ipn handler in php doesn't work anymore (and

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.