citcit / autoembed

Automatically exported from code.google.com/p/autoembed
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Bebo #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Doesn't work.

New Test URL
http://www.bebo.com/FlashBox.jsp?FlashBoxId=8249832626

Old Test URL
http://bebo.161.download.videoegg.com/gid329/cid1124/LC/D8/1211993690XyKXuBnaZtd
9ZRftvoVo

...doesn't work for either

Original issue reported on code.google.com by phpu...@gmail.com on 8 Jan 2009 at 5:15

GoogleCodeExporter commented 8 years ago

Original comment by phpu...@gmail.com on 8 Jan 2009 at 6:23

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Old test URL is invalid.

For the new test URL: http://www.bebo.com/FlashBox.jsp?FlashBoxId=8249832626

will require parsing out the HTML or the URL... Can't determine the flashparams 
from
the URL.

Embed code for test URL
<object id="ooyalaPlayer_d6bo52_kasc19" 
        height="269" 
        width="480" 
        codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" 
        classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">                

  <param name="movie" value="http://www.ooyala.com/player.swf"/>                
  <param name="quality" value="high"/>                
  <param name="bgcolor" value="#000000"/>                
  <param name="allowScriptAccess" value="always"/>                
  <param name="allowFullScreen" value="true"/>                
  <param name="flashvars"
value="embedCode=5ndWE2OjMt-oDuEnet0h7nJjr7YabPBS&width=480&height=269"/>       

  <embed allowscriptaccess="always" 
         pluginspage="http://www.adobe.com/go/getflashplayer" 
         flashvars="embedCode=5ndWE2OjMt-oDuEnet0h7nJjr7YabPBS&width=480&height=269" 
         width="480" align="middle" 
         allowfullscreen="true" 
         play="true" 
         type="application/x-shockwave-flash" 
         bgcolor="#000000" 
         height="269" 
         name="ooyalaPlayer_e029y5_kasc19" 
         quality="high" 
         loop="false" 
         src="http://www.ooyala.com/player.swf">                
   </embed>              
</object>

Original comment by phpu...@gmail.com on 8 Jan 2009 at 6:28

GoogleCodeExporter commented 8 years ago
Embed's media from various sources... will be difficult

Original comment by phpu...@gmail.com on 19 Jan 2009 at 12:49