Html problem

Sparx

Cheeky Fucknugget
Joined
Sep 30, 2005
Messages
8,059
I have a minisite and want to embed it onto a profile i use on a clubbing website so the swf files on the minisite appear in the about me, the site i use accepts HTML code, similar to myspace (i plan to use it on myspace too)

I've tried googling it but cant think of what to do.

Any html whizz kids out there got an idea what i could do?
 

Penguin

Fledgling Freddie
Joined
May 11, 2005
Messages
375
Have you tried using the same code you used to embed it on your site?

I think myspace rejects "Object" tags, so just use the embed tag, for the main flash object that would be:

Code:
<embed src="http://www.freewebs.com/prehab/%2D%20New%20Folder/minisite.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="420"></embed>

If you want to do the lineup flash object too, just replace the "minisite.swf" part of the src value with the lineup flash objects file name.

By the way, you might want to set a page title on your mini site.

Hope that helps,

- Penguin
 

Sparx

Cheeky Fucknugget
Joined
Sep 30, 2005
Messages
8,059
yeah done that, that seems to work ok the page is split into 4/5 files 2xswf no probs, the jpg no probs

The iframe i am finding probs with tho cant seem to find how to link it

want me to post the code for the iframe section?
 

Penguin

Fledgling Freddie
Joined
May 11, 2005
Messages
375
Myspace doesn't allow iframes. I guess this is because being able to embed another page inside your profile means they can't restrict which tags you use (javascript etc.)
 

Users who are viewing this thread

Top Bottom