Results 1 to 9 of 9

Thread: [2008] Ask Is It Possible To Edit FLV File Using VB.net?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2008
    Posts
    159

    [2008] Ask Is It Possible To Edit FLV File Using VB.net?

    I'm curious to figure out if it is possible to edit an .flv file from within vb.net? More specifically, I have a flash file (flv) that I want to embed into a project of mine and I have some actionscript in the flv file that I would like to have the end user be able to manipulate using a form and output a .swf file from those choices. Is that possible with vb.net?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: [2008] Ask Is It Possible To Edit FLV File Using VB.net?

    Anything is possible with VB.NET. You could even edit the machine code contained in an executable if you wanted. Of course, if you don't know the exact binary format of the executable and replace it with something meaningful then the new file simply won't run. The same goes for an FLV file. If you understand the format and can write VB code to parse it and write something meaningful back then you can do what you want.

    Generally, for things like this a small number of people will write components to specifically read and write files of a particular format and then everyone else includes one of those components into their applications. You could see if such a component exists for FLV files that can be incorporated into a .NET app.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2008
    Posts
    159

    Re: [2008] Ask Is It Possible To Edit FLV File Using VB.net?

    Thanks for the tip jmcilhinney! You wouldn't happen to know what I'd search for when looking for something like that would you? Sorry but I'm pretty new to coding so I'm learning as I go.

    Chris

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: [2008] Ask Is It Possible To Edit FLV File Using VB.net?

    It'd likely take a bit of trial and error. Things like flv programming component would be a place to start.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    May 2008
    Posts
    159

    Re: [2008] Ask Is It Possible To Edit FLV File Using VB.net?

    Thanks again jmcilhinney, it's actually an fla file after I looked at it but I can't find information on how to accomplish it. I will keep searching Google.

    Chris

  6. #6
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: [2008] Ask Is It Possible To Edit FLV File Using VB.net?

    Someone else may be able to help with something more specific but there's certainly no native Flash support in the .NET Farmework. Silverlight? Yes. Flash? Microsoft says "no".
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    May 2008
    Posts
    159

    Re: [2008] Ask Is It Possible To Edit FLV File Using VB.net?

    Silverlight is Microsoft?

    Chris

  8. #8
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: [2008] Ask Is It Possible To Edit FLV File Using VB.net?

    Quote Originally Posted by cmmorris1
    Silverlight is Microsoft?

    Chris
    http://silverlight.net/
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  9. #9

    Thread Starter
    Addicted Member
    Join Date
    May 2008
    Posts
    159

    Re: [2008] Ask Is It Possible To Edit FLV File Using VB.net?

    I'm all over it..thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width