Custom Media Player visualization
Posted: Sun Feb 14, 2010 12:29 am
Hi, I want to set my custom visualization in Media Player, So please tell me
- Thanks
- Tvs Praveen wahooo;
- Thanks

- Tvs Praveen wahooo;
Sharing, Teaching and Supporting coders of all ages and levels since 2009
https://www.codenstuff.com/forum/
GoodGuy17 wrote:The only way I can think of to do this is to make a visualization in Flash, put it in the same folder as your program, load it to a SWF, make a media player with no default visualization, place the SWF control above the Mediaplayer controls, and that is how. Unless you meant to change the visualization built it :?
AxShockwaveFlash1.Movie = "C:/DIRECTORYOFYOURVISUALIZATION"
GoodGuy17 wrote:See, if you make a visualization in Flash , then it can load into a ShockwaveFlash control because it is Flash made. Then put the visualization in the same folder as the program and use this code:I know, Your telling to set in SWF component, But its not real Media Player visualizationCode: Select allAxShockwaveFlash1.Movie = "C:/DIRECTORYOFYOURVISUALIZATION"
GoodGuy17 wrote:Oh, well I can't help you there, sorry.Its okay :(