PHP Flash webstat

[FONT=Courier New][SIZE=2]Good day all, [/SIZE][/FONT]
[SIZE=2][FONT=Courier New]Ill try to get straight to the point. Ive been searching for a solution, but it seems my knowledge is not good enough for this problem.[/FONT][/SIZE]

[SIZE=2][FONT=Courier New]Ok, so Ive been using php pages for my website, and I use a statistics script called bbclone, and all i needed to do is put these lines in the page and everything would work.[/FONT][/SIZE]

[SIZE=2][FONT=Courier New][FONT=Courier New][SIZE=2]<?php[/SIZE][/FONT]
[SIZE=2][FONT=Courier New]define("_BBC_PAGE_NAME", “Test”);[/FONT][/SIZE]
[SIZE=2][FONT=Courier New]define("_BBCLONE_DIR", “bbclone/”);[/FONT][/SIZE]
[SIZE=2][FONT=Courier New][FONT=Courier New][SIZE=2]define(“COUNTER”, [FONT=Courier New][SIZE=2]_BBCLONE_DIR.[FONT=Courier New][SIZE=2]“mark_page.php”);[/SIZE][/FONT]
[/SIZE][/FONT][/SIZE][/FONT]if (is_readable(COUNTER)) include_once(COUNTER);
?>

However, now I am moving on to an all flash site, and i would like to add this line to each flash page (which are external swfs loaded into a container in a main swf). However I cant simply paste this php script into flash. I guess I have tu use somekind of GET method?

I would appreciate any help i can get, ive been going nuts uver this :slight_smile:
Thanx
[/FONT][/SIZE][/FONT][/SIZE]