Page 1 of 1

Slide Show & myspace.com integration?

Posted: 16 Jan 2007, 15:14
by SlashEMc2k
Has anyone managed to integrate the slideshow component into myspace? :) yes I`m bored...

I have looked at the "page component" and have tried adding my URL to globalpath.
I have also tried to embed slideshownew.swf into another flash file that calls the config file.

He is the html code that myspace shoots out:

<embed></embed>

Posted: 22 Mar 2007, 17:08
by Nondo
Sorry to bump an old thread but I'm now interested in this too. Is it possible?
You may enter HTML/DHTML or CSS in any text field. Javascript is not allowed.

Posted: 15 Apr 2007, 13:09
by mjau-mjau
I dont use myspace, but if myspace accepts most HTML tags, it should be possible.

You could embed the slideshow.swf with the same code as dreamweaver creates. Obviously, you would have the slideshow.swf and imagevue scripts on a separate server, so you would have to include the absolute path to the slideshow.swf (Ex. SRC="http://domain.com/imagevue/slideshow.swf").

You would also have to refer the globalpath parameter so that the slideshow knows where to access the imagevue root folder for script and images. (Ex.: <param>

There is one last thing you would need to do to allow the myspace server to have permissions to load images and scripts from a remote server: You need to create a crossdomain.xml file on the server with Imagevue. More information here: http://www.adobe.com/cfusion/knowledgeb ... d=tn_14213

If anyone wants to make an attempt, Id be happy to help.