views:

261

answers:

1

I need to load a video in shadowbox when the homepage loads I need to know what the code would be and specifically where the onload code would go to make this happen Thank you DeZiner76hd

A: 

Well, the actual details would depend on the shadowbox code you use. I'd recommend looking into jquery as there are a number of shadowbox/lightbox plugins for it. For the actual video I assume you'll be using flash. If this is the case you'll also want to look into swfobject (which also has a good jquery plugin) for handling the embedding.

Branden Hall