| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Senior Member
Join Date: May 2005
Location: St Helens
Posts: 451
|
How to Personalise a Flash Invite.
ive been asked to produce a online flash invite which would be sent as a link in an email to clients. how would i go about personalising it to each person? xml? or taken from the email somehow. cheers |
|
|
|
|
|
#2 (permalink) |
|
Senior Member
Join Date: Oct 2004
Location: Bristol
Posts: 3,030
|
you could place the name in the link, ie www.flashinviteurl.com?name=gary and use php to write the FLASHVARS variable. XML would work but is needlessley more complicated, you'd still need to get some sort of information from the link to match the name up |
|
|
|
#3 (permalink) |
|
Senior Member
Join Date: May 2005
Location: St Helens
Posts: 451
|
ok so specify the location on the server of the flash file www.flashinviteurl.com ?name=gary this bit just passes the info to php which is then stuck into the flash file. that right? |
|
|
|
#4 (permalink) |
|
Senior Member
Join Date: May 2005
Location: St Helens
Posts: 451
|
ive googled Flashvar and found some examples. PHP Code:
would that work with the link method you said? |
|
![]() |