Search…

X3 Photo Gallery Support Forums

Search…
 
SlashEMc2k
Topic Author
Posts: 2
Joined: 16 Jan 2007, 13:58

Slide Show & myspace.com integration?

16 Jan 2007, 15:14

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>
 
User avatar
Nondo
Posts: 23
Joined: 22 Mar 2007, 17:05

22 Mar 2007, 17:08

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.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

15 Apr 2007, 13:09

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.