Flash Player Activex problem
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
-
I insert flash player activex on the MFC application and write the code my_flash.put_Movie("C:\file.flv"); my_flash.put_Playing(true) but file is not playing . also I want to display the controls of flash player activex . how can I do this
Trioum
Looks like a '\' is missing in the file path. Try "C:\\file.flv".
-
Looks like a '\' is missing in the file path. Try "C:\\file.flv".