A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: [RESOLVED] vcf card download

  1. #1
    Member
    Join Date
    Oct 2004
    Location
    manchester, england
    Posts
    55

    resolved [RESOLVED] vcf card download

    does anybody have a script to download a vcf card (VCard) for use in Outlook and Apple's Address Book?

    i've created a card and uploaded it onto the server (Contact.vcf), but simply creating a link to it doesn't work.

    cheers

  2. #2
    Member
    Join Date
    Oct 2004
    Location
    manchester, england
    Posts
    55
    any help, please?

  3. #3
    Member
    Join Date
    Oct 2004
    Location
    manchester, england
    Posts
    55
    bump

  4. #4
    got the same problem, dude

  5. #5
    Senior Member
    Join Date
    Feb 2002
    Location
    uk
    Posts
    222
    You can link to a PHP script which is working for me...

    http://www.bitfolge.de/phpvcard-en.html

  6. #6
    Member
    Join Date
    Oct 2004
    Location
    manchester, england
    Posts
    55
    only just spotted your reply bencallaway.. thanks very much... works well!!
    do you know, or does anyone have some extra script to add the company field??

    cheers

  7. #7
    Member
    Join Date
    Oct 2004
    Location
    manchester, england
    Posts
    55
    managed to figure this out if anyone is interested....

    PHP Code:
        function setCompany($company) { 
            
    $this->properties["ORG"] = $company;
        }

    $v->setCompany("FKDA"); 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center