Thank you for your reply,
I see your point of this being not a swfobject issue, however I'm
hoping you can help me resolve this problem. I am trying to pass the
variable to the swf via flash vars however I have no idea where
swfobject is embeding the swf. I've traced through the script and can
see that am setting the parameter in this line:
var params = String('src="photogallery.swf" quality="best"
wmode="transparent" timecode="<?php echo($timecode);?>"').split(" ");
script $timecode referernces:
<?php
$timecode = date("YmdHis");
?>
That variable gets parsed correctly in swfAddress, I was able to use
alert(_19) to trace it. Nevertheless I'm unable to pass the variable
to the swf because I can't seem to find where the swf is being embed.
So basically I'm wondering how do I actually do the flashvars when
using swfobject, because I just get lost in the swfobject code.
If you could help me out that that would be beyond great, thanks.
On Apr 26, 7:33 pm, Aran Rhee <[email protected]> wrote:
> This is not a swfobject limitation, but a limitation / by design of
> LocalConnection.
>
> Yes, you can set a unique LC id (generate in js, and pass through to the
> swfs via flashvars)
>
> This is off topic for this list however, and should be followed up
> elsewhere...
>
> Aran
>
>
>
>
>
> On Tue, Apr 27, 2010 at 2:08 AM, abbers_01 <[email protected]> wrote:
> > I have 3 seperate swfobjects on a single webpage. Each of these
> > communication with each other using:
>
> > (code from swf file swfobjects loads)
> > //sending a request
> > var sending_lcSlideShow:LocalConnection = new LocalConnection();
> > sending_lcSlideShow.send("lc_SlideShowGallery", "methodToExecute",
> > Gallery);
>
> > (code from swf second file swfobjects loads)
> > //recieving a request
> > var receiving_lcSlideShow:LocalConnection = new LocalConnection();
> > receiving_lcSlideShow.methodToExecute = function(param1) {
> > _root.gallery = param1
> > loadXML(param1);
> > };
> > receiving_lcSlideShow.connect("lc_SlideShowGallery");
>
> > If I have my webpage open on multiple browser windows communication
> > between swfobjects opened after the first don't work, but rather all
> > swfobjects communication with the swfobjects on the first browser
> > window opened.
>
> > It would appear I need some sort of name for the LocalConnection that
> > is unique. Does anyone know of a what to do this or another method I
> > should be using to communicate between the swfs.
>
> > --
> > 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]<swfobject%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/swfobject?hl=en.
>
> --
> 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
> athttp://groups.google.com/group/swfobject?hl=en.- Hide quoted text -
>
> - Show quoted text -
--
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.