Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

lightbox with video

$
0
0

hello guys,

 

i tryed to use this lightbox today in edge

http://videobox-lb.sourceforge.net/

 

and i got it working

 

what i did:

 

put this in the stages action on composition rdy:

 

$("<script src='js/mootools.js'></script>").appendTo("#Stage" );

$("<script src='js/swfobject.js'></script>").appendTo("#Stage");

$("<script src='js/videobox.js'></script>").appendTo("#Stage" );

$("<link rel='stylesheet' href='css/videobox.css' media='screen'/>").appendTo("#Stage" );

 

and added this to a rect's action on mouse dwn:

Videobox.open("your video page url","your caption","vidbox widht height");


Viewing all articles
Browse latest Browse all 9897

Trending Articles