bkarttas
Posts: 0
Joined: Sat Aug 06, 2011 4:32 pm

Flash Stream - Embed Code to Java

How i can insert EMBED Codes for Flash Streams like Justiv.tv in my app ?
I have converted the EMBED HTML Code to Java with a online converter.
If iam testing the app in the Browser it works great. But if I generate the .apk and test it on my smartphone, there is no player. There is only a empty Screen with Header and footer.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Flash Stream - Embed Code to Java

Can you give a little bit more information on what exactly you embedded and how you did it? If you can tell us how to reproduce this problem that would also help.

bkarttas
Posts: 0
Joined: Sat Aug 06, 2011 4:32 pm

Flash Stream - Embed Code to Java

i have copied the embed code from justin.tv.

code

<object type="application&#47;x-shockwave-flash" height="300" width="400" id="live_embed_player_flash" data="http:&#47;&#47;de&#46;justin&#46;tv&#47;widgets&#47;live_embed_player&#46;swf?channel=hmt59" bgcolor="#000000"><param name="allowFullScreen" value="true" &#47;><param name="allowScriptAccess" value="always" &#47;><param name="allowNetworking" value="all" &#47;><param name="movie" value="http:&#47;&#47;de&#46;justin&#46;tv&#47;widgets&#47;live_embed_player&#46;swf" &#47;><param name="flashvars" value="hostname=de&#46;justin&#46;tv&channel=hmt59&auto_play=false&start_volume=25" &#47;><&#47;object><a href="http:&#47;&#47;de&#46;justin&#46;tv&#47;hmt59#r=-rid-&s=em" class="trk" style="padding:2px 0px 4px; display:block; width:345px; font-weight:normal; font-size:10px; text-decoration:underline; text-align:center;">Watch live video from www&#46;CineStream&#46;cc on de&#46;justin&#46;tv<&#47;a>

/code

and converted with http://accessify.com/tools-and-wizard...

in java code.

and put it in my app as "Run Custom Java Script"

When iam testing it in browser it works fine. but on my smartphone there is a empty screen.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Flash Stream - Embed Code to Java

Just to confirm, it works in desktop browser, mobile browser but not when you install as .apk on your device, correct?

bkarttas
Posts: 0
Joined: Sat Aug 06, 2011 4:32 pm

Flash Stream - Embed Code to Java

yes. its correct.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Flash Stream - Embed Code to Java

Thanks..we'll check why it's not working.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Flash Stream - Embed Code to Java

This appears to be a PhoneGap issue: https://github.com/phonegap/phonegap-...

Return to “Issues”