Hi all,
I am currently looking into making a project with several players, all automated with a AMX command processor to send UDP commands. But before getting ahead of myself, let's start with just one player for the moment.
Here's what I need : I would like the player to resize the main video zone when receiving specific UDP commands. So far, so good. Here's the tricky part : I want the commands (and the amount of resizing) to be variables.
For instance : the UDP command could be something like "sizex800y600" and the player would know to resize its video zone to 800x600. Of course, for it to be interesting, the command would be variable i.e "sizex<$>y<$>"
Can I achieve something like that only using standard interactive presentations, with event handlers, variables and resize commands, or do I necessarily have to use a BrightScript?
Thank you all for your help.
Regards,
Renaud.