クライアントに提供するミニウェブサイトをデザインする必要があります。このサイトには、サイト自体の中で再生する必要があり、サードパーティのメディアプレーヤーを使用しないmp3とビデオが含まれています。Flashが唯一の/最良の解決策ですか?
これらのファイルも保護する必要があります。ユーザーがCDを「探索」して、コンテンツにアクセスできないようにする方法はありますか?
クライアントに提供するミニウェブサイトをデザインする必要があります。このサイトには、サイト自体の中で再生する必要があり、サードパーティのメディアプレーヤーを使用しないmp3とビデオが含まれています。Flashが唯一の/最良の解決策ですか?
これらのファイルも保護する必要があります。ユーザーがCDを「探索」して、コンテンツにアクセスできないようにする方法はありますか?
Flash is a 3rd party component.
You might want to try experimenting with HTML 5 see the link below:
http://www.w3schools.com/html5/html5_audio.asp
This would make your websites functionality dependent on the browser the client is using.
It is unlikely you would be able to prevent users accessing the music files on the CD. Possibly you could store the data on the CD in an encrypted format and make your own custom active x control that decrypts the data on the fly. This would be difficult to do though. Do you mind if I ask why you want to distribute your site on CD? Why don't you just make a website and have user access control on it?