I've tried posting my issue on a number of forums, and I've received
no responses. So I must be doing something which isn't typically done
(and probably for good reason).

I'm trying to take the XHTML content that is being replaced by my
embedded flash and convert it into a string which I can send into
flash via flashvars and parse to my heart's content inside of flash.

As an example:

var parent1 = document.getElementById('pageTitle').toString();

var flashvars = {};
flashvars.parentXML = parent1;

var params = {};
var attributes = {};
swfobject.embedSWF("flash/pageTitle.swf", "pageTitle", "510", "150",
"9.0.0", "expressInstall.swf", flashvars, params, attributes);


That first line breaks swfobject. I've also tried:
var parent1 = document.getElementById('pageTitle').innerHTML;

Either way, it breaks swfobject. So, I assume that I am doing
something fundamentally wrong. I'm just not sure what or why.

Any ideas what I'm doing wrong, and if there is a way to accomplish my
goal?

thanks,
chris
--~--~---------~--~----~------------~-------~--~----~
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