Using a flash button as a hyperlink

J

Joel Davison

Hi All

I am trying to make my powerpoint navigation system look a bit fancy and am
so going to stick some flash buttons in that change shape/colour/etc when
mouse over'ed. The problem is that I would like these buttons to hyperlink to
slides in the same presentation but I am not sure how to do this. There isn't
anything obvious so I would guess that some VB macros will be needed but I
have never had a go at these before.

Any tips/ideas
 
S

Shyam Pillai

If you are going to go with Flash, then pass argument in the FSCommand of
Flash. Trap the event in VB and jump to the appropriate slide based on the
argument.

--
Regards,
Shyam Pillai

Image Importer Wizard
http://skp.mvps.org/iiw.htm
 
J

Joel Davison

Thanks for that, I will get the multimedia developer mulling over it! You say
"if you are going to go with flash" does this mean you think it can be done
in an easier way?
 
Top