//------------------------------------------------------------------------------------------------------------------------// // VideoTitle //------------------------------------------------------------------------------------------------------------------------// var flashvars = { /* GENERAL */ 'image': 'http://multimedia.consumer.vic.gov.au/flash/cavmovie/cav_building_0.gif', //path to the preview image /* FOR CAPTIONS */ 'plugins': 'captions', // turns on the captions plugin 'captions': '', //path to the captions file /* FOR PROGRESSIVE VIDEO */ 'file': 'http://multimedia.consumer.vic.gov.au/flash/cavmovie/cav_building_video.flv' //link to the movie file (relative to **player.swf** - all other links relative to this page) }; var params = { allowscriptaccess: 'always', allowfullscreen: 'true', bgcolor: '#FFFFFF' }; var attributes = { id: 'playerId', name: 'playerId' }; swfobject.embedSWF('http://multimedia.consumer.vic.gov.au/flash/player.swf', 'video_placeholder', '480', '289', '9.0.124', false, flashvars, params, attributes); // End VideoTitle //------------------------------------------------------------------------------------------------------------------------//