Im working on a project, added alot but i have one thing not figured out. Im trying to do a simpe stickman flash show , and i added a webbrowser to the project that shows my index.html page, now on this html page the user can choose from different stickman flash movies , but i want to be able to update it frequently so html is my only choice. Now, i have a player, that playes the .flv using a url.
Ive done a variable , called "URL" ,so when the player is clicked the player does player.play = url
But i want, so when a user clicks 1 stickman movie for example lets say there is an link saying "add movie to player" , i want it to be like when the link is clicked, the variable URL changes to the URL that the "add movie to player" link has. Kinda difficult to explain, anyone catch me haha:P?
more basic, when someone clicks a link on my html page in the webbrowser(on my application) i want the link url to be copied to my variable "url", and a window pop up saying "Movie added to player".
been searching around trying to do it myself, cant seem to figure it out.
Anyone got a solution?
Ive done a variable , called "URL" ,so when the player is clicked the player does player.play = url
But i want, so when a user clicks 1 stickman movie for example lets say there is an link saying "add movie to player" , i want it to be like when the link is clicked, the variable URL changes to the URL that the "add movie to player" link has. Kinda difficult to explain, anyone catch me haha:P?
more basic, when someone clicks a link on my html page in the webbrowser(on my application) i want the link url to be copied to my variable "url", and a window pop up saying "Movie added to player".
been searching around trying to do it myself, cant seem to figure it out.
Anyone got a solution?