I have downloaded the DCEF3 from here. It works well in Delphi XE2
but there is a huge problem :
I cannot play MP3
files with HTML5 using Embedded Chrome
. I searched a lot and finally found this topic. As I understood, I must edit the file cef.gypi
and then recompile the C++ version. Now I've downloaded the main source code placed here. But I do not have any idea how to recompile these files for using in Delphi XE2
. Would anybody tell me how can I recompile the CEF
source code for using it in my client side windows application?