
Need to embed a SWF containing SlideShowPro for Flash in a MySpace page? Here's how.
You'll need a web server to upload your assets to (your SWF, XML, content, etc). MySpace doesn't allow you to upload these files to their web site, so you'll need to independently host them somewhere.
If you created a slideshow using SlideShowPro for Flash by itself, upload your SWF, XML file, and slideshow content to your webhost. If you're using SlideShowPro Director as your content source, you only need to upload your SWF. All content must be hosted from a remote server.
Login to MySpace, and anywhere in your profile page add the following:
<embed src="http://www.yourdomain.com/slideshow.swf" width="550" height="400" bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" scale="showall" name="index" />
Replace the src, width, and height values above with an absolute path to the SWF on your web site, plus its width and height.
Create a cross domain policy file that allows myspace.com to load data from yourdomain.com. You can find instructions for how to do that here.
Save the post at MySpace and your slideshow should appear. Here's a live example for what it should look like.

