stephenfinn
03-24-2006, 05:40 PM
Is it possible to pass an argument from a function call to a function where it is placed within a path. eg:
HTML Code:
function playvid()
{
screen=arguments[0];
_root. screen .setMedia("blah.flv");
}
playvid(screenmc);
any ideas appreciated.
HTML Code:
function playvid()
{
screen=arguments[0];
_root. screen .setMedia("blah.flv");
}
playvid(screenmc);
any ideas appreciated.