Hi,

I'm not very savvy on code, and I've been having a friend support me
with this as I'm trying to control a flash menu with the html it is
residing in.

The swf is within a div tag(again I'm new to this), and I have this
script running:

var object1flashvars = {
           thispage:"16"
           };
        var object1params = {
           wmode:"transparent",
           allowfullscreen:"false",
           allowscriptaccess:"always"
           };
        var object1attributes = {
           id:"object1",
           name:"object1"
           };
        swfobject.embedSWF("eng_menu.swf","divname","735","411","9.0.0",
false, object1flashvars, object1params, object1attributes);

And within my flash menu I have this in the first frame:

stop();
gotoAndPlay(thispage);


Now the value is getting to the swf as I've had a text field within
the swf referencing thispage and it shows the frame number value with
each html page I go to. However the images will not go to the
specified frame and play. So the question is, why is the text field
getting the value from the html but the swf refuses to play anything
past the 2nd frame?

It seems that the value is getting the frame number but the image in
the timeline needs to be hidden so that the new image can be seen. I
have the timeline in the swf setup so that the image no longer exists
from one section to the next with blank key frames.

I'm completely lost why this happens. Any ideas?


Thanks!
Dennis
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to