ok..so Im trying to get BUMPBOX working..in its BASIC format..before I 'try' and move onto adding some javascript call/externalface call to my Flash movie to call this BumpBox garbage..

and for whatever reason..I cant even get the basics working.. (they dump all files in root..yet all code example link to files in directories.. very lame/un-professional)

anyways...

I have my html code as such:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
	
	<title>BUMPBOX TEST</title>

	<script language=“javascript“ type=“text/javascript“ src=“mootools.js“></script>
	<script language=“javascript“ type=“text/javascript“ src=“mootoolsmore.js“></script>
	<script language=“javascript“ type=“text/javascript“ src=“bumpbox.js“></script>
	<script language=“javascript“ type=“text/javascript“ src=“flowplayer.min.js“></script>

</head>
<body>

<h2>Example</h2>

<a href="image-1.jpg" class="bumpbox" title="My Image">Open my image</a>

</body>
</html>
Pretty straight forward..

and it doesnt work..just works like a normal link..opens picture in a new page.

no MODAL anything.. no overlay..etc

If anyone has used this non-sense.. PLEASE chime in..

help me out as to what the heck Im doing wrong?

I must be missing some files? not including some javascript correctly?

there documentation is angering at best!.. and ther really inst much out there..

alternatively.. I'll use ANYTHING thats like LIGHTBOX..that can play videos and .flv's..

I read & searched.. and I have NOT been able to 'do' anything..

some need to have the JW Player loaded? Which I couldnt figure out its done.. find any examples..

this Bumpbox joke. is supposed to at least play .flv's.. but it works like kaka..


any help is appreciated.

Thanks