Guten Morgen,
It is not very clear from the screenshot: one caption says 3/3, the other 3/4. What is in those captions in the edit area? Do you not have a hidden slide?
Do you see 4 slides in the filmstrip? And is there really a blank slide, that you cannot delete?
Which version are you using, so that I could check?
Lilybiri
Hello lilybri,
In the edit view i see only 3 slides.
the caption 3/4 is a part of my own headbar widget.
The widget is part of the master slide
In the flashfile of the widget i use this:
var currSlide:Number= Number(m_VariableHandle.cpInfoCurrentSlide);
if(currSlide<10){
mySlideText.text="0"+currSlide+" / "+ m_VariableHandle.rdinfoSlideCount;
}else{
mySlideText.text=currSlide+" / "+ m_VariableHandle.rdinfoSlideCount;
}
I use CP 5.5 and i cant delete the slide because the slide don't exist in the edit mode of CP
The crasy stuff is that the blank page use the background of the masterslide but not the widget's
I'm not a programmer, so will leave it to the AS-wizards to answer about your actionscript.
Could you however insert the system variable rdinfoSlideCount in a text caption in the project, set it to display for rest of project, and see what it is showing during preview or after publishing?
Lilybiri
North America
Europe, Middle East and Africa
Asia Pacific