ActiveDen

Please Help!!? How do i embed youtube into the flash player?

54 posts
  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
JamesMoran says
here’s the embed code: <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8” Video Player V3 – Examples 4 link href=”assets/css/style.css” rel=”stylesheet” type=”text/css” script type=”text/javascript” src=”assets/js/VideoPlayerV3.js script type=”text/javascript”> VideoPlayerV3.attributes({ data:’assets/swf/videoPlayerV3.swf’ }); VideoPlayerV3.flashvars({ spacebar:true, align:”strech” }); VideoPlayerV3.embed(‘my_video’, ready); var controller; function ready(e) { controller = e; } <div id=”border <div id=”player <source src=”../vid/example.flv” type=”video/flv”

Where do i put the youtube url in the player so i can embed it? thank you for ur time

1663 posts
  • Sold between 50 000 and 100 000 dollars
  • Author had a Free File of the Month
  • Bought between 1 and 9 items
  • Exclusive Author
  • Europe
  • Has been a member for 3-4 years
  • Referred between 10 and 49 users
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
Tean says
JamesMoran said
here’s the embed code:
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" 
        <title>Video Player V3 - Examples 4

        link href="assets/css/style.css" rel="stylesheet" type="text/css" 

        script type="text/javascript" src="assets/js/VideoPlayerV3.js
        script type="text/javascript">

            VideoPlayerV3.attributes({
                data:'assets/swf/videoPlayerV3.swf'
            });

            VideoPlayerV3.flashvars({
                spacebar:true,
                align:"strech" 
            });

            VideoPlayerV3.embed('my_video', ready);

            var controller;

            function ready(e)
            {
                controller = e;
            }

    </title></head>
    <body>

        <div id="border
            <div id="player
                <video poster="assets/img/preview.png" id="my_video" height="300" width="400">
                    <source src="../vid/example.flv" type="video/flv" 
                </video>

    </body></html>
Where do i put the youtube url in the player so i can embed it? thank you for ur time

I dont know what kind of player you are using but I can see src and type parameter at the bottom. Have you tried those?

54 posts
  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
JamesMoran says

I dont know what kind of player you are using but I can see src and type parameter at the bottom. Have you tried those?

Hi, thanks for ur reply, i dont know where to the put the youtube url it doesnt work when i put it in the source any ideas?

1663 posts
  • Sold between 50 000 and 100 000 dollars
  • Author had a Free File of the Month
  • Bought between 1 and 9 items
  • Exclusive Author
  • Europe
  • Has been a member for 3-4 years
  • Referred between 10 and 49 users
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
Tean says

What player are you talking about?

by
by
by
by
by