How to embed box.net folder in vb

hariprasad

New Member
how can i embed box.net folder in vb


This is code given by box.net

Code:
<embed src="http://www.box.net/static/flash/box_explorer.swf?widgetHash=bbeamzukti&cl=0" width="460" height="345" wmode="transparent" type="application/x-shockwave-flash"></embed>

This is not working when i simply copy paste the code in the post

Pls help
 
Thats because its an HTML command and it will not work unless you enable HTML on your posts, which is a pretty dangerous thing to do. What exactly are you expecting to happen/ what is this line suppose to be doing?
 
Back
Top