View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Daniel McCollick[_2_] Daniel McCollick[_2_] is offline
external usenet poster
 
Posts: 11
Default Excel and Shockwave Flash (Active X Object)

Nevermind. It would help if I read your attached example. Thank you

(FYI anyone looking for this answer: it's
shockwave1.backgroundColor=rgb(xx,xx,xx))
--
Dan McCollick


"Daniel McCollick" wrote:

Yes it does. Thank you.

How do you handle changing variables that need to be in an "onclip" event in
actionscript?

I.e. i am using
Call ShockwaveFlash1.SetVariable("mybackground.Color", "#808080")

But when I run this in excel it does not change the MC mybackground. if I
put the related call in actionscript it kicks out, must fall within onclip
event error message.

I am able to use the .setvariable to set text boxes though......