Jump to content

flash player in desktop application

- - - - -

  • Please log in to reply
1 reply to this topic

#1
eric318

eric318

    Newbie

  • Members
  • Pip
  • 1 posts
Hi,

I am trying to work out an approach to developing a desktop application that would play movies, games and various flash material such as flash games and flash flip books. The movies will be in both video format and swf format, and will need to be compressed and encrypted for transmission to users and decompressed/decrypted by our player so as not be viewable by other players.

The installer would be platform / OS dependant. The player / user interface would need to be written in a 'portable' language so it can be cross-complied to different platforms ( Windows, Linux/Android, Mac, Iphone/Ipad, ... )

The idea here is to ideally maintain one code base so the client will experience the same interface on each platform we support.


My questions are-

What would be the best approach to develop these applications?

Is it possible to acquire public / open source code where much of the work has already been done and then

add my code to it?

If open source code is available where could I get it from

Thanks

#2
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,720 posts
  • Programming Language:C, Java, C++, PHP, Python, Perl, Assembly, Bash, Others
  • Learning:JavaScript
Hooooo boy, this is going to be a lot of work. I'd do this in Java if you want it to be a cross-platform application without making it more work than it already is. I'm not entirely sure about the other stuff, but is this something like what you were talking about?

API for Flash Developers - Livestream ยป User Guide

As for encryption/decryption, there are libraries for that stuff as well.
sudo rm -rf /




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users