Sounds like you will want to put it in a WebView and enable JavaScript.



On Sunday, October 28, 2012 11:39:54 AM UTC-5, albazi wrote:
>
> hello how are you today?
>  
> i'm new here  i don't know nothing about  how to make App for Android
> i just download/installed (eclipse juno) i'm runing windows 7
> i like to make playlist App for Android
> can any one help me tell me how?
> here what i need i have make it for the website but idon't know how to 
> make it for the App for Android
>  
> here is the code i'm useing for my website
> player  code
>
>> <script type="text/javascript" src="swfobject.js"></script>
>>
>> <div id="video">This text will be replaced</div> <script 
>> type="text/javascript">*var* so = *new* SWFObject('video.swf','mpl','660'
>> ,'450','8');
>> so.addParam('allowscriptaccess','always');
>> so.addParam('allowfullscreen','*false*');
>> so.addVariable('height','450');
>> so.addVariable('width','660');
>> so.addVariable('file','list1.xml&backcolor=0x000000&frontcolor=0xffffff&
>> lightcolor=0xffffff&logo=logo.gif&displayheight=450&displaywidth=660&
>> searchbar=*false*&autostart=*true*&shuffle=*true**"/>');*
>> so.addVariable('backcolor','0x000000');
>> so.addVariable('frontcolor','0xffffff');
>> so.addVariable('lightcolor','0xffffff');
>> so.addVariable('shuffle','*true*');
>> so.addVariable('autostart','*true*');
>> so.addVariable('displayheight','450');
>> so.addVariable('displaywidth','660');
>> so.addVariable('searchbar','*false*');
>> so.*write*('player');</script>
>>
>>>  
>  
>  & here is the  list1.xml code 
>
>> <playlist version=
>> "1" xmlns="http://xspf.org/ns/0/";>
>> <title>Playlist</title>
>> <info>video Playlist 1</info>
>> <annotation>video Playlist 1t</annotation>
>> <trackList>
>> <track>
>> <title>video 1</title>
>> <creator>video Playlist 1</creator>
>> <location>https://www.youtube.com/watch?v=T9Je8CFcfo8</location>
>> </track>
>> <track>
>> <title>video 2</title>
>> <creator>video Playlist 1</creator>
>> <location>https://www.youtube.com/watch?v=Dy6DRsm2VaM</location>
>> </track>
>> <track>
>> <title>video 3</title>
>> <creator>video Playlist 1</creator>
>> <location>https://www.youtube.com/watch?v=791Dr-VH-Zw</location>
>> </track>
>> <track>
>> <title>video 4</title>
>> <creator>video Playlist 1</creator>
>> <location>https://www.youtube.com/watch?v=Zy3I8Ql1ZKk</location>
>> </track>
>> <track>
>> <title>video 5</title>
>> <creator>video Playlist 1</creator>
>> <location>https://www.youtube.com/watch?v=V8dDzk3vDzw</location>
>> </track>
>> <track>
>> <title>video 6</title>
>> <creator>video Playlist 1</creator>
>> <location>https://www.youtube.com/watch?v=kPU3Cg7LdTU</location>
>> </track>
>> </trackList>
>> </playlist>
>>
>>>  
> so what the best  way i can make it look like this ? 
>  
>  
>  
>  
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to