I own various Flash Video Sites ala Youtube. I use AVNADS as my ad sellers. They now have a feature called BriteFlic (AVNADS is the adult arm of Adbrite), basically you point where your flv file is physically, they give you their embed code, you show your flash video with their player and preroll and postroll ads. Unfortunatly this is not an option, since my websites are very similar to youtube in the fact that users submit their videos and are displayed. Now BriteFlic does have a VIDEO API for these types of instances, to basically show all your videos wuith their flv player and ads. I contacted them in order to set this up, and they informed me I would need a programmer to do this. So with no further ado: Any programmers that can pull this off, please price quote me and the time it will take to do this. Payment is done 50% before hand, and 50% when finished. (PayPal Preferred, but we can negotiate any other means). Now I need this on 4 sites, they all use FlickScript 1.2, from buildrevenues.com. I want this implemented on all sites. There are 2 ways, 1 is you do it yourself, or 2 you do it on one site and show me how to do it, and I'll do it on the other 3. Should you want a linkback, that could also be done. Please PM or Post your price quotes. This is the info from AVNADS ********************************************************** Add Video API Documentation Want a faster way to register your videos with AVN Ads? Does your video site automate video uploading? If so, then you might be interested in using our API. Simply ping our API at https://www.adbrite.com/video/add_video_api.php with the required parameters, and if everything's OK, we'll send back an XML file with the appropriate code to put on your site. Description of CGI parameters CGI Parameter Name Data Type Required? More datatype information username String required your username password String required your password category_id Integer required valid category_id (see table below) v_rating String required valid rating in {'g','pg','pg-13','r','xxx'} v_flv_url String required valid url v_title String required short string, no newlines. v_description String optional multiline Text v_override_clickback Integer optional boolean in {1,0} v_page_url String required if v_override_clickback is "1" valid url v_override_playback Integer optional boolean in {1,0} v_autostart Integer required if v_override_playback is "1" boolean in {1,0} v_show_preroll_image Integer required if v_override_playback is "1" boolean in {1,0} v_preroll_image_url String required if v_show_preroll_image is "1" valid url v_show_play_button_not Integer required if v_override_playback is "1" boolean in {1,0} v_embed_override_global Integer optional boolean in {1,0} v_show_preroll_image_embed Integer required if v_embed_override_global is "1" boolean in {1,0} v_preroll_image_url_embed String required if v_show_preroll_image_embed is "1" valid url v_show_play_button_embed_not Integer required if v_embed_override_global is "1" boolean in {1,0} v_width Integer optional positive integer v_height Integer optional positive integer v_show_ads Integer optional boolean in {1,0} keywords Multiline String required if v_show_ads is "1" One keyword phrase per line Note:All parameters should be url encoded. Note:Omitting a boolean parameter is equivalent to setting it to 0. Example URI https://www.adbrite.com/video/add_video_api.php?username=YOUR_USERNAME&password=YOUR_PASSWORD&category_id=VALID_ID&v_rating=VALID_RATING&v_flv_url=VALID_URL&v_title=TITLE_STRING&v_description=DESCRIPTION_STRING&v_override_clickback={1,0}&v_page_url=VALID_URL&v_override_playback={1,0}&v_autostart={1,0}&v_preroll_image_url=VALID_URL&v_show_play_button_not={1,0}&v_show_preroll_image={1,0}&v_embed_override_global={1,0}&v_show_preroll_image_embed={1,0}&v_preroll_image_url_embed=VALID_URL&v_show_play_button_embed_not={1,0}&v_width=POSITIVE_INTEGER&v_height=POSITIVE_INTEGER&v_show_ads={1,0}&keywords=KEYWORDS_STRING https://www.adbrite.com/video/add_video_api.php?username=YOUR_USERNAME&password=YOUR_PASSWORD&category_id=412&v_rating=pg&v_flv_url=http%3A//www.mywebserver.com/video%3Fid%3Ds177Ys41t&v_title=My%20Summer%20Vacation&v_description=This%20is%20what%20I%20did%20last%20summer.%20What%20a%20trip%21&v_override_clickback=1&v_page_url=http%3A//www.mywebserver.com/pages%3Fpid%3D%20wps177Ys41t&v_override_playback=1&v_autostart=0&v_preroll_image_url=http%3A//www.mywebserver.com/images%3Fid%3Dwis177Ys41t&v_show_play_button_not=0&v_show_preroll_image=1&v_embed_override_global=1&v_show_preroll_image_embed=1&v_preroll_image_url_embed=http%3A//www.mywebserver.com/images%3Fid%3Dwis177Ys41t&v_show_play_button_embed_not=0&v_width=468&v_height=400&v_show_ads=1&keywords=summer%0Avacation%0Asummer%20vacation%0Atravel%0A Expected Return Values The general format of the return is an xml document with the following structure: <addvideo> <type><!-- error | success --></type> <message><!-- any message --></message> <!-- more message nodes --> </addvideo> The specific return values (as of now) are: <addvideo> <type>error</type> <message>User must save their global settings before using the api.</message> </addvideo> <addvideo> <type>error</type> <message>Invalid username or password</message> </addvideo> <addvideo> <type>success</type> <message><![CDATA[<!-- html code for your page. -->]]></message> <message><!-- video_id --></message> </addvideo> *********************************************************