My Flash Website - NEED HELP! (need a master at flash)

Discussion in 'HTML & Website Design' started by CamChop, Mar 4, 2012.

  1. #1
    Hey guys,

    I'm currently building a website in flash, and I'm stuck on a couple of things.

    1. I want two leader board sized ads placed at the top of the website and every 5 seconds or so, I want them to flip to the next one.
    -Help? :)

    2. At the bottom of the website, they want about 10-20 thumbnail type ads constantly scrolling across the screen, and have them clickable/linkable to the websites they are referencing.
    -Is this possible?

    3. They also want a local google search widget put onto the flash website on a bar at the bottom of the screen.
    -Is this possible?

    If anyone here can help and wants to work with me, I will compensate you for your help in the form of money. :p
    Best place to get a hold of me is here, or PM me.

    Thank you.

    Cam
     
    CamChop, Mar 4, 2012 IP
  2. ApocalypseXL

    ApocalypseXL Notable Member

    Messages:
    6,095
    Likes Received:
    103
    Best Answers:
    5
    Trophy Points:
    240
    #2
    #1 and #2 are easy peasy . Except .... that you need to use asynchronous action script so you can extract those from a DB or else you'll have to recreate both every single dam time you want to change one add . As for the Google search box it's shouldn't be very hard but it's not something i've done before . However the code should be something like :

    on (release) {
    	getURL("http://www.google.com/search?q=" + _root.strSearch, "_blank");
    	trace(_root.strSearch);
    }
    Code (markup):
    If you want to display the results in a Flash box without changing pages you're one again gonna have to call to asynchronous action script (our version of AJAX) and that's something I'm not very familiar with .
     
    ApocalypseXL, Mar 5, 2012 IP
  3. Jocaziggg

    Jocaziggg Greenhorn

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    All that is posible, but it need a lot of work...
    If you want i can do that fore you... just e-mail me...
     
    Jocaziggg, Mar 6, 2012 IP