Need to load a Youtube clip in a video instance

Hi guys,
I know it might be silly but i’m getting stuck here. I need to load a youtube clip into a “embed_video” instance. I have a input text box where i want people to type there youtube url and then press a play button and the video plays in the next frame in different windows which are moving.
I have attached a .fla file to see what i mean.
please can anybody help! :sen:

http://www.brax4your.net/#/topic=62/page=blog/
http://www.brax4your.net/#/topic=63/page=blog/
Try it! Maybe it will be helpful :slight_smile:

This is great but i need the user to be able to enter the url themselves in the input_text box and when they press play the video plays in my_video, which is inside the second keyframe on scene 1 and without the control bar from youtube.

Anyone can help please?

Try to use masks for youtube controls covering.
Give an instance name to Your input text for example: in_txt. Than assign it to function init(embed_video.in_txt);
Second You need to edit php code and flashcode there is path. Full path must be given from Your in_txt instance.
I didn’t try it in real but I would try to do these steps above.
Good luck!

Sorry i’m lost! :frowning:
I gave it a try but doesn’t seem to work.

Anybody can help?

I know it might be useful as a reference for all in the future.

What i’m trying to do is to allow a user to paste any youtube/google video URL into the input text field and when the user press play the video (fully loaded) plays in the second keyframe without any sound from the youtubeclip in a video instance without the youtube control panel. And the video instance is moving on the screen( resize,rotate, flip) while the video is still playing.

Anyone ever encountered this?

try this… this is the right way to do it…