views:

15

answers:

1

I'm trying to make a flash form to freeze somewhere at the middle of the page even if the client scrolls down or up the page . Something similar with the left side "feedback" rectangle from http://uservoice.com/ . The flash form which I'm trying to integrate can also be found here http://www.macromediahelp.com/flash/php_flash_contact_form/ . I have a little experience with javascript and flash AS but unfortunately I don't so good to create such animation/events. Any help would be highly appreciated.

A: 

I would try the method described at this SO post. I would then replace the form code in the sample with the code to embed the Flash. I haven't tried hiding flash like that so I'm not sure if it'll work. I would personally just do the whole thing in HTML, but give that a shot and see if it works.

Chris Thompson