Log in

View Full Version : Help need with HTML



Mr.Bentit
September 3rd, 2006, 15:12
I was wondering if anyone new a code for this to be embedded (well i hope thats the word) for myspace...

http://img166.imageshack.us/my.php?image=shaka3hv.swf

Jale
September 3rd, 2006, 15:50
I hope this helps you: Click here. (http://www.htmlcodetutorial.com/embeddedobjects/_EMBED.html)

DudeJustDoIT
September 3rd, 2006, 18:48
you already uploaded it to Imageshack just get the URL of the image that imageshack provides (the Direct link to image) then enter as follows...


<img src="ENTER URL HERE">

0746
September 6th, 2006, 01:43
I doubt it allows direct access to that swf file :/

DudeJustDoIT
September 6th, 2006, 01:47
It will i put it on a friend of mines site. He liked the game too so i put it on his site.

Jale
September 6th, 2006, 03:41
I doubt it allows direct access to that swf file :/
http://img166.imageshack.us/img166/9290/shaka3hv.swf

Mr.Bentit
September 7th, 2006, 19:26
Its not an image, its a flash (swf) file....

alcoatjez
September 7th, 2006, 22:54
Its not an image, its a flash (swf) file....

Yes, but as you can see, it works ;)

0746
September 11th, 2006, 05:32
<object width="800" height="600">
<param name="movie" value="http://img166.imageshack.us/img166/9290/shaka3hv.swf" />
<param name="quality" value="high" />
<embed src="http://img166.imageshack.us/img166/9290/shaka3hv.swf" quality="high" type="application/x-shockwave-flash" width="800" height="600"></embed>
</object>