Is it possible to launch a Flash video from a view formula (for the web)

I have multiple types of launchable forms that may contain urls or attachments. Based on that, I need to launch the url or attachment in that form. Now I’ve been tasked to launch a Flash video. I’ve set up a video form, now I need the appropriate code for the View formula in order to make this work.

I can’t figure out how to launch it if its a SWFObject. Or, if there’s another way to do this, I’m stumped. Where would I put the following so that it will launch when selected on the web? Any help is greatly appreciated. Cheryl

[]

Subject: first part of the code (sorry, got cut off)

var so = new SWFObject('http://www.xxx.xxx/lib/flash/video/player.swf','mpl','640','360','9');so.addParam('allowscriptaccess','always');so.addParam('allowfullscreen','true');so.addParam('flashvars','&file=cca20090810.mp4&streamer=rtmp://media.xxx.xxx/vod/&skin=http://www.xxx.xxx/lib/flash/video/modieus.swf&autostart=true');so.write('player');