From: Steve Rindsberg on
Any ol time.

In article <a78ab1777236e(a)uwe>, A1k1do via OfficeKB.com wrote:
> Hi Steve
>
> Thanks again. I was declaring "ShockwaveFlash1" being the name rather than
> "Shockwave" the object. I'm finally understanding, many thanks for the prompt
> reply and example.
>
> Regards
>
> a1k1do wrote:
> >Hi Again Steve
> >
> >Actually thinking about it just to toggle a flash objects "visible" property
> >would be better....
> >
> >After searching I found this for hiding and showing shapes, it works in show
> >mode.
> >
> >I'm just trying to workout how i declare shockwave and then set its property
> >"visible" = false.
> >
> >Would i declare a shockwave flash object in a different way?
> >
> >Sub ShowItAll()
> > Dim oSld As Slide
> > Dim oShp As Shape
> >
> > For Each oSld In ActivePresentation.Slides
> > For Each oShp In oSld.Shapes
> > oShp.Visible = True
> > Next oShp
> > Next oSld
> >End Sub
> >
> >-----
> >
> >Sub HideMe(oShp As Shape)
> > oShp.Visible = False
> >End Sub
> >
> >>> I have an embedded flash (swf object). Is the anyway with VBA (whilst in show
> >>> mode) i can move its position within a slide. It currently is placed in the
> >[quoted text clipped - 14 lines]
> >>PPTools add-ins for PowerPoint
> >>http://www.pptools.com/


==============================
PPT Frequently Asked Questions
http://www.pptfaq.com/

PPTools add-ins for PowerPoint
http://www.pptools.com/