By horizens on
Hi, I'm working with Services, AMFPHP, Views, CCK and Flash. I have made a custom type that includes various fields. If I create a view to house a number of these user created types and there are duplicate entries for a single field within 2 different instances, the first displays in Flash, but not the second. Basically this in Drupal:
#1
Title: The first title
Description: This is the first description.
Link: samelink.com#2
Title: The second title
Description: This is the second description.
Link: samelink.comwill display in Flash as:
#1
Title: The first title
Description: This is the first description.
Link: samelink.com#2
Title: The second title
Description: This is the second description.
Link: undefinedThe odd part is that it displays in Drupal fine, only when the data gets into Flash there is a problem. When I use the net connection debugger, I see this for the duplicated fields:
field_state_0: object #3
instead of:
field_state_0 (object #6)
...............[0] (object #7)
....................value: "California"Any idea why this happens and how to fix it? Thanks!