Hello,

I am a newbie in this Drupal world. I really love it and want to learn it. Is there anyone who can give me a suggestion/solution of my problem?

I need a form which will contain only two things:

1. A text field (for video title)
2. An embedded swf file (With this swf one can record video using his web cam and then send it to youtube. I have red5 integrated in my server. This is functional one. So, basically this swf has two screens. In first screen there is a record button. Once user clicked the record button it starts video recording. After certain period of time (30 seconds) it stops and second screens comes with a button for 'send this to youtube'. When user clicks on this button the video is send to youtube and the youtube video id is collected and saved into db for further use.)

To create such a form, I have created a content type 'movie'. Usually when a content type is created a title field is automatically created with some other fields (I don't need them, I just need the title filed. Well I can remove the other fields using CSS). Also I created another text field named 'vid' is using CCK for this content type so that I can keep the video id taken from youtube in this field. Now when I go to the 'Add Content' page I see my custom fields as well as other default fields. But I need to embed a swf file in this form. I don't know how to do this. Could you please help me?

Another question, say i am able to embed the above recorder (the mentioned swf), how I will save the video id in my custom field. I do not want the typical 'Save' & 'Preview' button because I have the 'Sent this to youtube' button inside the swf file. I want to redirect the user after clicking on this button and create a movie type content which will be unpublished. Finally admin will publish it.

Thanks in advance because I need quick help.
Mafiz