SlideShowPro Help
- Started
- Last post
- 40 Responses
- ********
anyone good with this thingy?
- Meeklo0
I've used before, not the director app, I couldn't figure that out.
maybe I can help
- brains0
I can touch my nose with my tongue.
- brains0
What do you need help with specifically?
- ********0
I need to figure out a way to enable SWF interactivity... the SWF is loading as a slide
- ********0
i made a simple SWF with button that goes to another frame. I cant seem to make that work
- brains0
Hmm..
- brains0
I've been away from flash too long. It's probably some simple actionscript that should take care of it.
- ********0
i can use it a slide with no interactivity but wont work with anything else.
- amongthemasses0
I think the doctor known as Rand uses slideshow pro...................
- I used simpleviewer pro********
- bah wasn't sure. thanks doc.amongthemasses
- I used simpleviewer pro
- Meeklo0
do you have it online somewhere?
- Meeklo0
You probably know this, but:
if you use safari, load the page then select from the main menu:
Window/ Activity
you can see there (most of the times) what is going wrong (probably in red)
- ********0
not sure if this is a SSP feature that blocks any mouse over for an internally loaded SWF. since it has mosue over action
- klu0
i've have SSP and Director.
there is 'pause on mouse over'.
what do you mean it's loading as a 'slide'?
can you clarify what you're trying to do?
- ********0
klu
this is what i am trying to do..
I want to use SWF instead of JPGs. I want the SWFs to have animation and interaction (button actions etc).
- Pixelskin0
Check their forums...they are very good.
- ********0
i did, most of them questions are not answered
- klu0
Pixleskin is right, their forum is pretty good... take a read:
http://forums.slideshowpro.net/v…
(a little old, but hopefully it'll help)
- ********0
SWFs are acceptable, but it’s recommended that you keep animation and interactivity to a minimum. The reason is that SlideShowPro for Flash layers content in order to create transitions, which can obscure button hyperlinks in a loaded SWF.
from the manual... hmmmm
- ********0
klu that did help me, the post.
i am wondering, how do you remove Caption / link in XML?
- u try disabling the 'captions' on the component inspector?klu
- i cant disable it, i can only hide it********
- ********0
this.onEnterFrame = function() {
if (_parent._alpha == 0) {
this._visible = 0;
} else {
this._visible = 1;
}
}this solution does help to get rid of the unload the SWF but does not help any interactivity. hmm