Page 1 of 1

Custom Media Player visualization

Posted: Sun Feb 14, 2010 12:29 am
by tvs praveen
Hi, I want to set my custom visualization in Media Player, So please tell me

- Thanks :D

- Tvs Praveen wahooo;

Re: Custom Media Player visualization

Posted: Tue Feb 16, 2010 6:46 am
by GoodGuy17
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 :?

Re: Custom Media Player visualization

Posted: Tue Feb 16, 2010 4:53 pm
by tvs praveen
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 :?

Its good way but i can`t set visualization into SWF control, How can i do it? clapper;

- Tvs Praveen

Re: Custom Media Player visualization

Posted: Tue Feb 16, 2010 6:19 pm
by GoodGuy17
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:
Code: Select all
AxShockwaveFlash1.Movie = "C:/DIRECTORYOFYOURVISUALIZATION"

Re: Custom Media Player visualization

Posted: Wed Feb 17, 2010 4:18 am
by tvs praveen
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:
Code: Select all
AxShockwaveFlash1.Movie = "C:/DIRECTORYOFYOURVISUALIZATION"
I know, Your telling to set in SWF component, But its not real Media Player visualization

Re: Custom Media Player visualization

Posted: Wed Feb 17, 2010 5:13 am
by GoodGuy17
Oh, well I can't help you there, sorry.

Re: Custom Media Player visualization

Posted: Wed Feb 17, 2010 5:22 am
by tvs praveen
GoodGuy17 wrote:
Oh, well I can't help you there, sorry.
Its okay :(