Go Back   CodingForums.com > :: Client side development > Graphics and Multimedia discussions

Before you post, read our: Rules & Posting Guidelines

Closed Thread
 
Thread Tools Rating: Thread Rating: 31 votes, 3.42 average.
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-30-2008, 09:45 PM   PM User | #721
lse123
Regular Coder

 
Join Date: Dec 2005
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
lse123 is infamous around these parts
this you say is for wmp ? what about qt ? and what about flash ? I mean classid + codebase ... These attributes depend on player version ?
lse123 is offline  
Old 05-01-2008, 01:08 PM   PM User | #722
ntoo
New to the CF scene

 
Join Date: Apr 2008
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
ntoo is an unknown quantity at this point
Quote:
Originally Posted by lse123 View Post
this you say is for wmp ? what about qt ? and what about flash ? I mean classid + codebase ... These attributes depend on player version ?
hmmm lse123...

WMP does more 'stuff' in IE.

QT adds QTtask.exe.

Flash player has the advantages of being available in +98% of browsers and is nearly OS and browser independant. But it still does less 'stuff' in Linux (9 vs 7 the last time I looked).

classid and codebase??? "This attribute may be used to specify the location of an object's implementation via a URI" and "This attribute specifies the base path used to resolve relative URIs specified by the classid, data, and archive attributes". (w3.org)

What, exactly, are you saying/questioning?

ntoo
ntoo is offline  
Old 05-22-2008, 06:36 AM   PM User | #723
WHO__DEY
New to the CF scene

 
Join Date: May 2008
Location: Cincinnati
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
WHO__DEY is an unknown quantity at this point
Please Help


Hi. I have read through this sticky some and I didn't see what I was looking for. It could have been there so I apologize if someone has to repeat themself. I am looking to add visualization to my wmp embed code. Please help. My code is as follows..

<center>
<object type="application/x-mplayer2" classid="6BF52A52-394A-11d3-B153-00C04F79FAA6" allowScriptAccess="never" allowNetworking="internal" height="200" width="560">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="InvokeURLs" value="0" />
<param name="fileName" value="http://www.drumnbasstv.com/128.m3u" />
<param name="URL" value="http://www.drumnbasstv.com/128.m3u" />
<param name="src" value="http://www.drumnbasstv.com/128.m3u" />
<param name="showstatusbar" value="true" />
</object>
</center>
WHO__DEY is offline  
Old 05-29-2008, 09:01 PM   PM User | #724
jboyerv
New to the CF scene

 
Join Date: Apr 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
jboyerv is an unknown quantity at this point
Question Windows Media Player for PDA


Quick Question:

Does somebody know how I can code my embedded windows media player for playing songs from .m3u playlist with Windows Media Player for PocketPC?

Thanks for your help.
jboyerv is offline  
Old 05-30-2008, 03:53 AM   PM User | #725
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
Quick Answer:
Read this thread. There are some solutions that involve m3u playlists.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline  
Old 06-02-2008, 11:45 PM   PM User | #726
jboyerv
New to the CF scene

 
Join Date: Apr 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
jboyerv is an unknown quantity at this point
Hi Aerospace,

I've already read all of this thread and I've already created my own webpage using your helpful embedded code and it is working with IE and Firefox but I don't know how I could play the m3u playlist using windows media player for pocket PC.

Just in case you need it, my page is http://mypages.no-ip.info/radiojb/index.html

Thanks for your help again.
Juan

Last edited by jboyerv; 06-02-2008 at 11:55 PM..
jboyerv is offline  
Old 06-03-2008, 12:00 AM   PM User | #727
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
You need to create your m3u playlist. There are examples of how to do so in this thread. Then make the src and filename values the location of the playlist. On a site note, flash would be a much better choice for playing audio files. I use the one found here: http://www.*******************/?item=JW_FLV_Media_Player
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline  
Old 07-05-2008, 09:24 AM   PM User | #728
WARDOG
New to the CF scene

 
Join Date: Aug 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
WARDOG is an unknown quantity at this point
Quote:
Originally Posted by WHO__DEY View Post
I am looking to add visualization to my wmp embed code. Please help.
add this to your code,

Code:
<param name="uiMode" value="mini">
and this at the bottom area of code,

Code:
uimode="mini"
How tall your media player is, will determine how tall the visual window is.

I made mine small to go with my music interface, came out nice thanks to _Aerospace_Eng_ and this forum thread.

Last edited by WARDOG; 07-05-2008 at 09:59 AM..
WARDOG is offline  
Old 07-11-2008, 04:24 PM   PM User | #729
Dark Knight
New to the CF scene

 
Join Date: Jul 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Dark Knight is an unknown quantity at this point
hi

i want to do some thing like this to but i will like to have it linked to my itunes or winamp. is there a programe that can do this
Dark Knight is offline  
Old 07-15-2008, 05:59 PM   PM User | #730
Epistemologist
New Coder

 
Join Date: Jul 2008
Posts: 10
Thanks: 2
Thanked 0 Times in 0 Posts
Epistemologist is an unknown quantity at this point
Hey I read about 10 pages in to the site and tried out various coding but I couldn't seem to find the right combination for what I am looking for- in the image below you'll see what I am trying to do.

Basically I want to be able to link multiple song files to the embedded player that will be played on click (and no song auto-starting)- The look of the embedded player doesn't have to be what it is, though if there is a way to keep it dark and somewhat polished that would be great asthetically.

I hope someone can help me out on this, thanks!

Last edited by Epistemologist; 07-17-2008 at 01:07 AM..
Epistemologist is offline  
Old 07-15-2008, 08:19 PM   PM User | #731
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
WMP doesn't have much ability to be customized. There is the player here which is flash, which might suffice.

http://www.*******************/?item=JW_FLV_Media_Player

then there is the WMV player but requires SilverLight to be installed. Not many people have this yet.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline  
Users who have thanked _Aerospace_Eng_ for this post:
Epistemologist (07-17-2008)
Old 07-17-2008, 12:35 AM   PM User | #732
Epistemologist
New Coder

 
Join Date: Jul 2008
Posts: 10
Thanks: 2
Thanked 0 Times in 0 Posts
Epistemologist is an unknown quantity at this point
Okay new edit lol, I got it set-up on my sample page and I am going to pick up the license once I figure out how to link the hyper-links to the player, if you could give me some direction on how to go about it that'd be awesome I am kind of looking through the readme but haven't found the information I need- will I need to make a linked script page or something?


Last edited by Epistemologist; 07-17-2008 at 01:09 AM..
Epistemologist is offline  
Old 07-17-2008, 01:17 AM   PM User | #733
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
I think the best you will get is displaying the playlist. I don't know if you can have it show up on the top or not. You will need an xml file that stores the locations of the tracks. You could put a prefix in the flash file that "hides" the actual path to the audio files so people can't really take them.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline  
Old 07-17-2008, 01:47 AM   PM User | #734
Epistemologist
New Coder

 
Join Date: Jul 2008
Posts: 10
Thanks: 2
Thanked 0 Times in 0 Posts
Epistemologist is an unknown quantity at this point
Hmm, well is there anyway you can help me figure out how to make the playlist- I guess I can try it to see what it looks like.
Epistemologist is offline  
Old 07-17-2008, 05:15 AM   PM User | #735
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
No I don't have the time sorry. Unless you are willing to hire me at 40 an hour.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline  
Closed Thread

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:53 PM.


Advertisement
Log in to turn off these ads.