Streaming

61 views
Skip to first unread message

Khadija FERJANI

unread,
Jun 20, 2011, 5:47:52 PM6/20/11
to google-we...@googlegroups.com
Hello everybody
Can someone help me with ideas or links about VideoStreaing over GWT please.
Thanks

--
Cordialement, Khadija FERJANI
Élève ingénieur à la faculté des sciences de Tunis.

Alain Ekambi

unread,
Jun 21, 2011, 12:38:35 PM6/21/11
to google-we...@googlegroups.com
May i suggest :


Best,

Alain

2011/6/20 Khadija FERJANI <ferjani...@gmail.com>
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.



--


mohamed salah

unread,
Jun 21, 2011, 1:31:12 PM6/21/11
to google-we...@googlegroups.com

salaam

create page html in webcontent and inside    <body>


<TABLE align="left" border="0" bordercolor="#CCCCCC">
    <tr>
        <td bordercolor="#CCCCCC">
        <div>

            <a
                href="http://download.siliconexpert.com/pdfs/Video/video2.flv"
                style="COLOR: #CCCCCC; display: block; width: 480px; height: 360px" id="player">
            <img src="images/previewbom-larg.jpg"
                style="width : 490px; border:5px;" /> </a>

        <script type="text/javascript">
    flowplayer(
            "player",
            "http://download.siliconexpert.com/pdfs/Video/flowplayer-3.1.5.swf",
            {
                clip : {
                    autoPlay : true
                }
            });
</script></div>
        </td>
    </tr>
</TABLE>




</body>

and inside <head>

<script src="js/jquery.js" language="javascript"></script>
<script type="text/javascript" src="js/jquery-logoslideshow.js"></script>

</head>


and create class extend composite
and create object


Frame frame = new Frame();

frame.setUrl(GWT.getHostPageBaseURL() + "content Html ");


and run


thanks
mohammad salah
------------------------------------------

Regard: Mohamed salah hasan
Mobile :+20106594094
tel     :+2024460320


--You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
--To post to this group, send email to google-we...@googlegroups.com.
--To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
--For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en
.


Khadija FERJANI

unread,
Jun 21, 2011, 4:46:26 PM6/21/11
to google-we...@googlegroups.com
Thanks for your solutions, i'd like to share the one i've found too.
I hope it'll be helpfull for someone
//here is an example

HTML html = new HTML ("<video src='http://127.0.0.1/truc.mp4' controls ='controls' poster='img.png'></video>"
, true);     
wind.add(html);

Here is a good and simple explication how to use HTML5, and the limits
http://www.youtube.com/watch?v=lZVFUQOCQWI


2011/6/21 mohamed salah <mohamedhas...@gmail.com>

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

Alain Ekambi

unread,
Jun 21, 2011, 4:50:58 PM6/21/11
to google-we...@googlegroups.com
Elegant and simple :)

2011/6/21 Khadija FERJANI <ferjani...@gmail.com>



--
Reply all
Reply to author
Forward
0 new messages