How to - Flash Clicks[Help Needed]
Good day all,
i coded a banner add system to be included on a website, when you click on a banner, it increments the total clicks of the banner by going to an internal address(e.g. update_clicks.php), after which it'll be redirected to its intended site(e.g. google.com).
It works fine with images, but i have no clue as to go about it with SWF(Flash) files.
Please help.
Re: How to - Flash Clicks[Help Needed]
Re: How to - Flash Clicks[Help Needed]
Your Flash (swf) files will need to write out a FSCommand value to update a file that will hold your count. Then have your php page read in the value or ???
You need to write the AS code to do this and recompile your swf.
Re: How to - Flash Clicks[Help Needed]
What is the code you are using?
Re: How to - Flash Clicks[Help Needed]
From his post it looks like his page is in php (update_clicks.php).
Not sure if there is any code written already to do this. OP?
Re: How to - Flash Clicks[Help Needed]
thanks all for the replies, its coded in PHP.
Quote:
Originally Posted by RobDog888
Your Flash (swf) files will need to write out a FSCommand value to update a file that will hold your count. Then have your php page read in the value or ???
You need to write the AS code to do this and recompile your swf.
do you have an idea on how to go about that? as i don't know much about ActionScript.
Re: How to - Flash Clicks[Help Needed]