Friday, December 30, 2011

Video in Xpage

With the use of embed tag and object tag we can import video or flash file into our

xpage...
Example for embedtag: Put the following tag into our xpage source
embed src="somefilename.swf" width="550" height="400"
embed

similarly for , But this is for flash file only...
object

codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.c

ab#version=9,0,115,0" data="C:\Documents and Settings\maarga_trainees\My

Documents\choudanse7.swf"
type="application/x-shockwave-flash"

No comments:

Post a Comment