|
Posted by Travis Newbury on 10/23/07 21:08
On Oct 23, 1:49 pm, LetMeDoIt <powercode...@yahoo.com> wrote:
> Greetings,
> Hope someone can help with this task.
> Any help is greatly appreciated.
I have created a Flash object that can communicated between instances
of itself. That is you can have one of the object in one browser and
another in a completely different browser or the same browser and
different frames, or different browsers and different frames all at
the same time. Any freaking combination of browsers and frames can
talk to each other. Anyway...
This allows a rather simple means of communicating between instances
of web pages. If you own both domains, or can put XML files in the
root of them, then you can even have them pass information between
domains
For the most part it is all just basic Flash Actionscript. But when
you need different pages to communicate in real time with other pages
or domains, it make for some very easy javascript. The best part is
probably the cross domain communications which I believe is against
the javascript rules.
Would something like this work?
[Back to original message]
|