PDA

View Full Version : Different SWF Slide show for each pano


DMCDigital
07-15-2008, 10:36 PM
Hey All,

I need to make a different slide show for each pano, right now the only way I can do this is here: (disregard the scene labels and lame filler slideshow photos..this is only a test LOL)

http://www.dmcdigitalmedia.com/hostvt/testdmc/indexdhi.htm

this opens in a new tab or browser window...that would be fine if I could make the new window open in the existing window or have it auto size and center to something smaller than the panorama. I guess the problem is I cant unload the previous swf and load a new one for each new pano. Thoughts ? My head hurts : )

Regards,

Dennis

DMCDigital
07-17-2008, 10:55 AM
No One else needs to be able to display a different set of stills to accompany each panorama in a virtual tour ? If anyone has another solution I'd love to hear it : )


Happy Vrin' !


Dennis

cheathamlane
07-17-2008, 03:03 PM
Hi Dennis:

:)

Hmmm... even with your example link, it's a bit unclear to me exactly what you want to accomplish. Can you spell it out for a doofus like me?

Cheers,

Rob
07-17-2008, 04:01 PM
Something like the slideshow of images when in fullscreen mode in your Embedding FPP panoramas in another Flash container (Embed Pano 101)
would be what he needs at a guess...

I'd help but I havnt looked into this feature yet...

DMCDigital
07-17-2008, 06:34 PM
The sample I posted needs to have a different flash slide show associated with each node, I use a flash slide show for my real estate panoramas here:

http://www.dmcdigitalmedia.com/hostvt/49quarry/index.htm

The slide show is the same when viewed during any panorama BUT...... it opens in the same window as the existing pano..kinda On top of the pano.

Now here, I would like to use a different flash slide show for each pano, basically the slide show will be a set of items that are in the room being viewed as a panorama. :

http://www.dmcdigitalmedia.com/hostvt/testdmc/indexdhi.htm


I could only get it to work if it opens in a new page or tab...client wants it to open like in my real estate tours..I think i need to unload the previous swf show before I try to load another ?

Make any sense ?

D

DMCDigital
07-19-2008, 12:21 AM
Any Ideas out there ?

siesfor
07-19-2008, 04:52 AM
Looking at your 49quarry site, I'm assuming you used a <spot> object for your slideshow? (I couldn't access your xml info, so I'm guessing here.)

if so, then as they go to a different pano, you could try adding...

onTransitionEnd = "<slideshow'sSpotID>.url=<newSlideShow'sName>.swf"

to the new pano's code, thereby cancelling out the previous pano's slideshow and loading in a new one?

Noel
07-22-2008, 02:04 PM
hi there i am trying to do something similar where i have made a spot and on click the spot turns into a swf that the user can interact with. i have the swf loading up but it is not interactive or anything and is very poor quality. does anyone know why this is.

many thanks Noel

Noel
07-23-2008, 10:40 AM
hi there mate i have done something similar, dont know if its any help to you but ill try and explain what i have.

i have a swf loading ontop of my pano. i have 4 panos an xml for each pano. i then have a hidden spot containg the swf (visible="0"). and another button that when clicked turns the swf spot to visible="1". on each xml has the same spot etc but the url containing the swf is different depending what swf i want to load.

hope this makes sense to you as it doesnt to me lol. dont know if it will help you.

regards Noel