Skip to main content
Inspiring
September 8, 2008
Question

Loading Omniture Data from XML to flash

  • September 8, 2008
  • 2 replies
  • 269 views
Ok, so in my AS3, I have the following code that loads in XML content to the SWF:
This topic has been closed for replies.

2 replies

joejubeeAuthor
Inspiring
September 8, 2008
So now, I have an XML doc that looks like this:





So my question is, how do I get the three "om" items in the XML loaded into the areas of AS above?
Thanks!
Joe
joejubeeAuthor
Inspiring
September 8, 2008
Now, here's where it gets tricky... I have four other "variables" that I'd like to get pulled into the AS. (They're used for Omniture Reporting) They are called: sendOmnitureStart, sendOmnitureMidPoint, and sendOmnitureEnd and lastly "...&pageName=" + eventName + ": THIS IS THE MOVIE NAME"..." (I need to replace the "THIS IS THE MOVIE NAME" area.