Thanks for your help (Kyle & Vincent)

I'll look into JSON for converting the objects into "portable string
notation." However swfobject still breaks (doesn't embed the flash) as
soon as I attempt .innerHTML or .value. For example, the code below
still breaks swfobject:

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

var flashvars = {};
flashvars.parentXML = "String Literal";
var params = {};
var attributes = {};

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

Same goes with:
var parent1 = document.getElementById('pageTitle').value;

I don't know what exactly my getElementByID('pageTitle') is grabbing.
I'm used to doing traces inside of Flash. I'm rather lost when it
comes to figuring out what the javascript is doing with what I tell
it. All I know is what the actual html in question is:

<div id="pageTitle"><h2>About Our Partnership &amp; Services</h2></div>
--~--~---------~--~----~------------~-------~--~----~
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