active questions tagged media - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T07:55:24Z http://stackoverflow.com/feeds/tag/media http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1792703/how-can-wordpress-easily-provide-a-voting-and-commenting-view-for-5-page-layout-p 0 How Can Wordpress Easily Provide A Voting and Commenting View For 5 Page Layout Possibilities? peter 2009-11-24T20:26:29Z 2009-11-25T00:48:48Z <p>Right now, when I create a media item, I can view it as admin by going through the Media then clicking on view, eventually I end up at [mysite]/blog/?attachment_id=31 which is a nice reduced version of the image (which can be clicked to appear large), and which has the nice feature that there is a place to leave comments at the bottom.</p> <p>This is great - for administrators. But I want anonymous users to be able to look at 5 different, fairly similar images, and make comments on the pages separately. So I'd like for the anonymous users who navigate to [mysite]/blog/?attachment_id=31 to find the same page the way it looks to admins. But when going to that URL as an anonymous user, I get "Sorry, no posts matched your criteria" instead of the image with comment form.</p> <p>So, how can I enable this permission for anonymous users? If this is not possible, please rephrase the question as, "What is the best way to use Wordpress to get a bunch of anonymous people to vote on 5 different layouts and also to be able to comment on each of them separately, as I am trying to do at <a href="http://christian-filipina.com/blog/" rel="nofollow">http://christian-filipina.com/blog/</a> ? (None of these are public URLs, please don't link to them.)</p> <p>Do I need to create a page for each of those separate layouts and then use HTML to link to the variously-sized versions of the images?</p> <p>Thanks very much. </p> http://stackoverflow.com/questions/1791273/is-designing-dvd-covers-and-cd-covers-and-other-media-prints-interactive-media 0 Is designing DVD covers and CD covers and other media prints interactive media? [closed] tgsx 2009-11-24T16:37:53Z 2009-11-24T16:40:48Z <p>i'm looking into Alevel courses and i dont know what sort of course is right for me.. i enjoy my media studies class at them moment, but thats only GCSE, and im not sure what part of the media designing things like DVD covers, and other advertising prints goes under. What career would you call someone who designs media posters and CD covers etc.?</p> http://stackoverflow.com/questions/59936/slowing-down-the-playback-of-an-audio-file-without-changing-its-pitch 7 Slowing down the playback of an audio file without changing its pitch? Joe Cannatti 2008-09-12T20:56:53Z 2009-11-24T14:55:30Z <p>I am working on an application for college music majors. A feature i am considering is slowing down music playback without changing its pitch. I have seen this done in commercial software, but cannot find any libraries or open source apps that do anything like this. </p> <ol> <li>Are there libraries out there?</li> <li>How could this be done from scratch from various file formats?</li> </ol> <p>Note: I am working in java but am not oppossed to changing languages. </p> http://stackoverflow.com/questions/1778207/adding-mrss-media-to-syndicationfeed 0 Adding MRSS (media) to SyndicationFeed. Craig 2009-11-22T08:47:15Z 2009-11-22T08:47:15Z <p>Hi,</p> <p>I have a Syndication Feed. When serializing using Rss20FeedFormatter I get xmlns:cf and xmlns:cfi namespaces declared in the xml. The media element remains inline.</p> <pre><code>&lt;media:thumbnail media:url="http://arwen.palantir.za:8080/signate/thumbnail/dXVpZDoxNjlkMzIyOS0zYjk5LTQ2NDctOTc5MS00OTJiYmJmNGM0MTkvUEdTMDkwMC5QREY=" media:width="200" media:height="200" xmlns="http://www.w3.org/2005/Atom" xmlns:a="http://search.yahoo.com/mrss" xmlns:media="http://search.yahoo.com/mrss"&gt;&lt;/media:thumbnail&gt; </code></pre> <p>I am sure this is why the thumbnails are not displaying correctly. How do I add media:thumbnail and have it work properly. I am using Windows 7 search to view, so it definitely supports the thumbnail.</p> <p>I would like the media declared in the xml header as it should be.</p> <p>This is my code:</p> <pre><code> item.ElementExtensions.Add( new XElement(mrss + "thumbnail", new XAttribute(XNamespace.Xmlns + "media", mrss), new XAttribute(mrss + "url", url + Convert.ToBase64String(Encoding.ASCII.GetBytes(item.Id))), new XAttribute(mrss + "width", 200), new XAttribute(mrss + "height", 200) ).CreateReader()); </code></pre> http://stackoverflow.com/questions/1729051/django-uploadto-outside-of-mediaroot 1 Django upload_to outside of MEDIA_ROOT Toby 2009-11-13T12:51:06Z 2009-11-13T13:59:54Z <p>My deployment script overwrites the media and source directories which means I have to move the uploads directory out of the media directory, and replace it after the upload has been extracted.</p> <p>How can I instruct django to upload to /uploads/ instead of /media/?</p> <p>So far I keep getting django Suspicious Operation errors! :(</p> <p>I suppose another solution might be a symlink?</p> <p>Many thanks, Toby.</p> http://stackoverflow.com/questions/1724605/wav-file-data-recovery 0 WAV file data recovery ct 2009-11-12T19:09:13Z 2009-11-12T19:18:27Z <p>I have a situation where there is a corrupt WAV file from which I'm trying to recover data.</p> <p>My colleagues have sliced up the large WAV file into smaller WAV files with proper headers. This has produced some interesting results.</p> <p><strong>Sliced into 1MB segments we get these results:</strong> </p> <ul> <li>The first wave file segment is all noise.</li> <li>The second wave file segment is distorted.</li> <li>The third wave file segment is clear.</li> </ul> <p>This pattern is repeated for the entire length of the file (after it's been broken into smaller files).</p> <p><strong>For 20MB slices:</strong></p> <ul> <li>The first wave file segment is all noise.</li> <li>The second wave file segment is clear.</li> <li>The third wave file segment is distorted.</li> </ul> <p>Again, this pattern is repeated for the entire length of the file (after it's been broken into smaller files).</p> <p>Would anyone know why this is occurring?</p> http://stackoverflow.com/questions/1714377/how-to-deploy-windows-media-encoder 0 how to deploy Windows Media Encoder ? Aruna Tennakoon 2009-11-11T10:40:02Z 2009-11-11T10:42:51Z <p>Hi All,</p> <p>I have created a small screen capture application using .NET. </p> <p>How can i deploy Windows Media Encoder 9 (WMEncoder.exe) setup with the installation. ?</p> <p>I tried by registering DLLs using regsvr32, but didn't workout very well. </p> <p>is there anyway that i could do this using installshield or another package ?</p> <p>Thanks -Aruna</p> http://stackoverflow.com/questions/164/embedding-windows-media-player-for-all-browsers 2 Embedding Windows Media Player for all Browsers Michael Stum 2008-08-01T18:02:22Z 2009-11-08T06:21:20Z <p>Hello,</p> <p>we are using WMV Videos on an internal sites, and we are embedding them into web sites. Now, this works quite good on Internet Explorer, but not on Firefox. I've found ways to make it work in Firefox, but then it stops working in Internet Explorer.</p> <p>We do not want to use Silverlight just yet, especially we can be sure that all clients will be Windows XP with installed Windows Media Player. I just wonder: Is there some sort of Universal Code that embeds WMP into both IE and Firefox, or do we need to implement some user-agent-detection and deliver different HTML for different Browsers?</p> http://stackoverflow.com/questions/1686244/problem-in-playing-mp4-video-file-in-android 0 problem in playing mp4 video file in android mudit 2009-11-06T08:39:28Z 2009-11-06T17:45:40Z <p>hello..</p> <p>i am trying to play a mp4 video file from remote url in android media player.but i am getting an error code --</p> <p>Command PLAYER_PREPARE completed with an error or info PVMFErrNoResources error (1, -15) </p> <p>i hv searched for the error code and found that this error is returned if the resource required in processing of a request is not being available. A typical example is, a socket node connection not available for streaming.</p> <p><a href="http://www.netmite.com/android/mydroid/cupcake/external/opencore/doc/pvmf%5Freturn%5Fcodes.pdf" rel="nofollow">link text</a></p> <p>any help would be appreciated...</p> http://stackoverflow.com/questions/1310673/how-to-embed-a-wave-file-in-html-cross-platform 0 How to embed a wave file in html (cross platform) stanleyxu2005 2009-08-21T08:19:44Z 2009-11-06T15:50:40Z <p>I want to embed a wave file (or mp3) in html. There is no problem for windows platforms. User can install a windows media player plugin. But WMP does not support linux. Is there any way to do that besides using Flash?</p> http://stackoverflow.com/questions/1528986/jmf-replacement 2 JMF replacement shipmaster 2009-10-07T01:02:34Z 2009-11-06T06:24:01Z <p>JMF is old, and doesn't support a lot of codecs properly. I get by these days by using FFMPEG in the background, but I would like to switch to a native java solution if one exists, does anyone know of a current open source Java project that has media manipulation functionality? </p> http://stackoverflow.com/questions/1681917/on-iphone-how-can-i-stream-several-videos-one-after-one 0 on iphone, how can i stream several videos one after one? donodare 2009-11-05T16:44:42Z 2009-11-05T16:59:13Z <p>Right now i am use using mpmovieplayercontroller, but i need to close mpmovieplayercontroller for play another video. Is there a way to play several videos without closing the mpmovieplayercontroller?</p> <p>thx</p> http://stackoverflow.com/questions/1675402/efficient-way-to-update-mmss-from-a-playing-mp3-file 0 Efficient way to update mm:ss from a playing MP3 file Chris 2009-11-04T17:29:09Z 2009-11-04T18:04:46Z <p>I'm re-inventing the wheel here, but as I'm a beginner programmer I'm curious as to the best way to do this...</p> <p>As part of an Android app, I'm developing a very simple media player. It plays the file, and I want a m:s timer, so the user can see how far into the file they are (e.g. "04:56"). I'm probably missing the obvious, but what's the best way to do this?</p> <p>One way would be to generate a new thread which sleeps for 1000ms, then calls MediaPlayer.getCurrentPosition() and updates the UI. However, this seems slightly ridiculous - my thread isn't guaranteed to come back every second, so I'm going to be displaying an inaccurate time. There must be a better way of doing this?</p> <p>Educate me (or link for me).</p> http://stackoverflow.com/questions/765921/how-to-simply-stream-video-from-adobe-flash-media-server-linux 0 How to simply stream video from Adobe Flash Media Server? (Linux) JDrago 2009-04-19T19:14:28Z 2009-11-04T04:04:24Z <p>Hello,</p> <p>I'm stumped on how to get started with Adobe Flash Media Server. On Linux.</p> <p>All I need to do is:</p> <ol> <li>Accept a request for rtmp://myserver.com:1935/stream/static/abcdef0123456789</li> <li>Tell FMS that $filename is located at /var/media/ab/cd/ef/abcdef0123456789</li> <li>Have FMS send /var/media/ab/cd/ef/abcdef0123456789 to the client.</li> <li>Handle seeking if necessary.</li> </ol> <p>I know that this is probably 99% of what people want to use FMS for. However, I'm having a hard time finding a working example.</p> <p>Can you tell me something like "Put filename.asc in $foldername and enter the following code" please?</p> <p>Thanks!</p> http://stackoverflow.com/questions/1659079/how-to-detect-silence-in-audio-files 0 How to detect silence in audio files? pat 2009-11-02T01:46:53Z 2009-11-02T01:46:53Z <p>I'm working on a tool to edit <code>.srt</code> (subtitle) files within the browser (the tool is to be used for linguistic annotation). In desktop tools that are used for similar purposes, the user has access to the wave form, and can "see" where silences are in the signal, and thus select a particular phrase for transcription.</p> <p>Such a tool might be buildable in-browser down the road (using Web Workers and Canvas, say), but for now it's not feasible to do the sort of signal processing it would take to find those silences. </p> <p>So, I'm thinking about the next-best approach: what free tool could I use to produce a list of timestamps of where silences (below some given threshold) start and stop? If I produce such a list offline, and upload it with the audio file, then I can at least make it possible to navigate through the "phrases" (defined as periods of non-silence). I think that would still be a win for in productivity for doing the transcription.</p> <p>Audacity can sort of do this, but AFAICT, only if you install Nyquist, which seems to have some patent issues. </p> <p>Are there any alternatives? </p> <p>It would be nice if the tool could handle as many as possible of ogg, mp3, and wav files.</p> http://stackoverflow.com/questions/493069/wmencoder-issue 0 WMEncoder issue rahulchandran 2009-01-29T19:38:04Z 2009-11-02T01:00:01Z <p>I have an instance of a WMEncoder class THis is .NET so basic interop , what I mean is the WMEncoder is actually generated by the runtime like so namespace WMEncoderLib { [Guid("632B6081-BBC6-11D2-A329-006097C4E476")] [CoClass(typeof(WMEncoderClass))] public interface WMEncoder : IWMEncoder2, _IWMEncoderEvents_Event { } }</p> <p>anyway on release builds only and on Vista only</p> <p>When I do this encoder = new WMEncoder(); ta da the application crashes and dies I have the code wrapped in a try catch but to no avail Anyone seen anything like this This is media series 9</p> http://stackoverflow.com/questions/1081596/django-serving-admin-media-files 2 Django: serving ADMIN media files Adrian Liem 2009-07-04T05:43:16Z 2009-11-01T10:28:37Z <p>Hi all,</p> <p>I've been successfully serving media files for the normal MEDIA files, but when I tried serving admin media files, I failed. please kindly help me locating the problem, as I've tried to troubleshoot the problem for several hours already with no luck (been googling too and read the django doc about serving static files as well).</p> <p>The error as I tried to access localhost:8000/media/a.gif is as following:</p> <blockquote> <p>Page not found: f:\python25\lib\site-packages\django/contrib/admin/media\a.gif</p> </blockquote> <p>I put the admin media files in directory named "media", while I put the normal media files in directory named "static". I'm on Windows, too.</p> <p>Here's how I serve the ordinary media files in urls.py:</p> <pre><code># serve static files from django.conf import settings if settings.ENVIRONMENT==settings.ENV_DEVELOPMENT: urlpatterns += patterns("django.views", url(r"%s(?P&lt;path&gt;.*)$" % settings.MEDIA_URL[1:], "static.serve", {"document_root": settings.MEDIA_ROOT,}) ) </code></pre> <p>And my settings.py (only the important pieces):</p> <pre><code>import project_path MEDIA_ROOT = project_path.MEDIA.replace('\\','/') MEDIA_URL = '/static/' ADMIN_MEDIA_PREFIX = '/media/' TEMPLATE_DIRS = ( project_path.TEMPLATE.replace('\\','/'), ) </code></pre> <p>And my project_path.py:</p> <pre><code>import sys from os.path import dirname, join ROOT = dirname(__file__) APP = join(ROOT, "apps") TEMPLATE = join(ROOT, "templates") MEDIA = join(ROOT, "static") ADMIN_MEDIA = join(ROOT, "media") </code></pre> <p>Any hints?</p> <p>or maybe at least please share how do you serve your admin media files (without changing any files from the web server, but only via the django source code)</p> <p>Thanks in advance :)</p> http://stackoverflow.com/questions/579704/how-can-i-have-two-instances-of-rhythmbox-running-or-how-to-program-rhythmbox-to 0 How can I have two instances of rhythmbox running or how to program rhythmbox to start playing at previous position in a mp3 file? Ingen 2009-02-23T22:41:37Z 2009-10-30T11:00:11Z <p>I like to alternate between listening to internet radio and other things e.g. a podcast, but don't like to lose my place in the podcast file. And oddly, sometimes in the process of fast forwarding in an audio file, rhythmbox just quits.</p> <p>Or instead of having two instances of rhythmbox, would I be able to write a program so that it can automatically return to the previous position in the mp3 file I was listening to (i.e. when I go back to the podcast section).</p> <p>Edit: I would also like to be able to open rhythmbox and automatically or easily return to a position in an audio file that I was listening to before closing it.</p> http://stackoverflow.com/questions/1617088/embed-quicktime-movie-a-play-again-button-at-the-end 0 Embed quicktime movie. a "Play again" button at the end? Gos9 2009-10-24T05:50:05Z 2009-10-24T06:15:17Z <p>Forgive me if this was a silly question that I missed in the documentation, but I have no idea how this is done (having a "replay" button at the end of a video). I am guessing it's a callback to a javascript function when the movie ends? And load some new markup (with the replay button) in the function. </p> <p>Any thoughts?</p> http://stackoverflow.com/questions/1610784/run-tools-without-dll-files-visual-basic-2008 0 Run Tools without DLL Files - Visual Basic 2008 Kevin 2009-10-23T00:24:10Z 2009-10-23T00:38:42Z <p>Hello,</p> <p>I have a Windows Media Player with my application. And when I debug, it gives me someother dll files with the program, and it would be a pain in the butt to carry those files around with me. How would I get rid of these but keep my Windows Media Player implemeted to the program? Is their a way I can add this to the project files or something? If not does anyone know any othe good media players?</p> <p>Thanks,</p> <p>Kevin</p> http://stackoverflow.com/questions/1582927/looking-for-a-net-version-of-phpmotion 0 Looking for a .NET version of PHPMotion rockinthesixstring 2009-10-17T18:48:33Z 2009-10-17T18:56:34Z <p>I realize that there is not .NET "Version" but I'm looking for an app similar to PHPMotion that runs in ASP.NET. Does anyone know of something like this?</p> http://stackoverflow.com/questions/869725/what-are-good-sites-that-provide-free-media-resources-for-hobby-game-development 41 What are good sites that provide free media resources for hobby game development? m_oLogin 2009-05-15T16:44:41Z 2009-10-15T19:48:22Z <p>Please redirect me if this is a duplicate. I haven't been able to find a suitable question.</p> <p>I really suck at graphics / music / 3D modeling / animation and it's a must-have when you have a hundred hobby game development projects you're working on. I'm looking for different quality sources on the web that provide <strong>free</strong> resources.</p> <p><strong>[EDIT]</strong> Some resources given by the answers: (I'll complete it with time)</p> <p><strong>MUSIC</strong></p> <ul> <li><a href="http://www.jamendo.com" rel="nofollow">Jamendo</a> (need to ask for permission for uses)</li> <li><a href="http://www.opsound.org/index.php" rel="nofollow">OpSound</a></li> </ul> <p><hr /></p> <p><strong>SOUND EFFECTS</strong></p> <ul> <li><a href="http://www.freesound.org/" rel="nofollow">FreeSound</a> </li> <li><a href="http://www.stonewashed.net/sfx.html" rel="nofollow">StoneWashed</a></li> </ul> <p><hr /></p> <p><strong>SPRITES</strong></p> <ul> <li><a href="http://lostgarden.com/labels/free%20game%20graphics.html" rel="nofollow">LostGarden</a></li> <li><a href="http://www.freewebs.com/teh%5Fpro/sprites.htm" rel="nofollow">The protagonist domain</a></li> <li><a href="http://reinerstileset.4players.de/englisch.html" rel="nofollow">Reiner's Tilesets</a> (also contains a couple of 3D models</li> <li><a href="http://opengameart.org/" rel="nofollow">OpenGameArt</a> (beta, not many resources but promising)</li> <li><a href="http://www.flyingyogi.com/fun/spritelib.html" rel="nofollow">Flying Yogi</a></li> </ul> <p><hr /></p> <p><strong>ANIMATED SPRITES</strong> </p> <ul> <li><a href="http://www.spriters-resource.com/" rel="nofollow">The Spriters Resource</a></li> </ul> <p><hr /></p> <p><strong>MODELS</strong> </p> <ul> <li><a href="http://archive3d.net" rel="nofollow">archive3d</a></li> <li><a href="http://www.turbosquid.com/" rel="nofollow">TurboSquid</a></li> <li><a href="http://www.3dvia.com/" rel="nofollow">3Dvia</a></li> <li><a href="http://sketchup.google.com/3dwarehouse/" rel="nofollow">Google Sketchup</a></li> <li><a href="http://www.sharecg.com" rel="nofollow">ShareCG</a></li> <li><a href="http://www.gamasutraexchange.com" rel="nofollow">Gamasutraexchange.com</a></li> </ul> <p><hr /></p> <p><strong>ANIMATED MODELS</strong></p> <ul> <li><a href="http://www.turbosquid.com/" rel="nofollow">TurboSquid</a></li> </ul> <p><hr /></p> <p><strong>TEXTURES</strong></p> <ul> <li><a href="http://cgtextures.com/" rel="nofollow">CG Textures</a></li> <li><a href="http://openfrag.org/" rel="nofollow">OpenFrag</a></li> </ul> <p><hr /></p> <p><strong>Other precompiled lists</strong></p> <ul> <li><a href="http://wiki.freegamedev.net/index.php/Free%5F3D%5Fand%5F2D%5Fart%5Fand%5Faudio%5Fresources" rel="nofollow">FreeGameDev.net</a></li> </ul> http://stackoverflow.com/questions/1566968/developing-a-fullscreen-media-player-on-linux 1 Developing a fullscreen "media player" on linux Pyttroll 2009-10-14T15:12:34Z 2009-10-14T15:24:15Z <p>Hi all,</p> <p>I'm a Windows developer and I need to develop a Linux application. The goal is to have a fullscreen application being able to display different media types (images, videos, flash). There might be multiple media files being displayed at the same time on the screen (if the screen is split in multiple zones).</p> <p>Can someone point me in the right direction as to what is the most appropriate technology/tools/frameworks to use?</p> <p>I have experience with C#, C++ and Objective C.</p> <p>Thanks,</p> <p>Pyt</p> http://stackoverflow.com/questions/1476975/extract-frame-from-vobdvd-file 0 Extract frame from VOB(DVD) file Firoz 2009-09-25T12:14:57Z 2009-10-14T02:03:35Z <p>I need to generate thumbnail from video files, i m using IMediaDet to get frame from video, it not working for (*.vob) file DVD, how can i get thumbnail from DVD in C# ..</p> http://stackoverflow.com/questions/1466250/could-you-suggest-a-good-media-streaming-server-for-mobile-phone-clients 2 Could you suggest a good media streaming server for mobile phone clients? iamrohitbanga 2009-09-23T14:13:18Z 2009-10-09T15:42:33Z <p>I am looking for an open source media streaming server. </p> <p>It should have an API. I want to be able to stream videos to a mobile phones. Could you tell me the relative advantages and disadvantages of the software. Currently I am experimenting with <a href="http://osflash.org/red5" rel="nofollow">red5</a></p> http://stackoverflow.com/questions/446026/django-how-do-you-serve-media-stylesheets-and-link-to-them-within-templates 4 Django: how do you serve media / stylesheets and link to them within templates Josh Smeaton 2009-01-15T08:35:50Z 2009-10-07T15:32:19Z <p>Variations of this question have been asked, but I'm still unable to get my stylesheets to load correctly when my templates are rendered.</p> <p>I'm attempting to serve static media from the Django process during development - which is strongly discouraged in production, I'm aware. I'll post my configuration and my template, and hopefully someone can help me to understand where I'm going wrong.</p> <p>Note that I did try to follow the example on the Django project website, however it doesn't mention how to refer to your stylesheets from a template. I've also tried many different variations of the same thing, so my code/settings may be a little off from what's described.</p> <p>settings.py</p> <pre><code>MEDIA_ROOT = 'D:/Dev Tools/django_projects/dso/media' MEDIA_URL = '/media/' ADMIN_MEDIA_PREFIX = '/media/' </code></pre> <p>urls.py</p> <pre><code>from django.conf.urls.defaults import * from django.conf import settings from django.contrib import admin admin.autodiscover() urlpatterns = patterns('', (r'^admin/(.*)', admin.site.root), (r'^ovramt/$', 'dso.ovramt.views.index'), ) if settings.DEBUG: urlpatterns += patterns('', (r'^media/(?P&lt;path&gt;.*)$', 'django.views.static.serve', {'document_root': settings.MEDIA_ROOT}), ) </code></pre> <p>Within my template:</p> <pre><code>&lt;head&gt; &lt;title&gt; {% block title %} DSO Template {% endblock %} &lt;/title&gt; &lt;meta http-equiv="Content-Type" content="text/html;charset=utf-8" &gt; &lt;link rel="stylesheet" type="text/css" href="../media/styles.css"&gt; &lt;/head&gt; </code></pre> <p>I assure you, the files (templates/media) are in the correct directory on my file system. If there's any extra information I need to provide, please post a comment.</p> <p><hr /></p> <p>Edit: </p> <p>One of the problems I was having was the use of a '/' prepending my links. If the forward slash is prepended, the link is opened from the level below. If there is no forward slash, the link is opened in the current level. An example:</p> <p>www.example.com/application/ has a link "/app2/ and a link "app3/".<br /> app2 will open at www.example.com/app2/ and app3 will open at www.example.com/application/app3/. This was confusing me I think.</p> http://stackoverflow.com/questions/56478/how-to-interact-with-windows-media-player-in-c 2 How to interact with Windows Media Player in C# oreon 2008-09-11T13:02:32Z 2009-10-07T09:22:35Z <p>Hello,</p> <p>I am looking for a way to interact with a standalone full version of Windows Media Player.<br /> Mostly I need to know the Path of the currently played track.</p> <p>The iTunes SDK makes this really easy but unfortunately there really isn't any way to do it with Windows Media Player, at least not in .Net(C#) without any heavy use of pinvoke, which I am not really comfortable with.</p> <p>Thanks</p> <p>Just to clearify: I don't want to embedded a new instance of Windows Media Player in my app, but instead control/read the "real" full version of Windows Media Player, started seperatly by the user</p> http://stackoverflow.com/questions/1517934/how-can-i-play-the-songs-one-after-another-in-windows-media-player 0 how can I play the songs one after another in windows media player yayayokoho3 2009-10-05T01:50:36Z 2009-10-05T02:02:51Z <p>I'm developing a VS 2008 C# coded Windows media player using axWindows media player control available in Visual Studio. I have stored the song paths in a SQL server 2005 database and I'm able to play one song at a time now. I want my application to play the songs from the database continuously without asking anything. How can I achieve this task , please suggest me the way to do so.</p> http://stackoverflow.com/questions/1260854/media-sharing-cms-site 0 Media Sharing CMS Site Raj G 2009-08-11T14:47:52Z 2009-10-02T04:59:32Z <p>We are trying to build a media sharing site. I want to use existing commercial or open source frameworks if they are available. </p> <p>I saw some sites like:</p> <ol> <li><a href="http://www.phpmotion.com/" rel="nofollow">http://www.phpmotion.com/</a></li> <li><a href="http://www.jamroom.net" rel="nofollow">http://www.jamroom.net</a></li> <li><a href="http://www.clip-share.com/" rel="nofollow">http://www.clip-share.com/</a></li> <li><a href="http://www.videoscript.us" rel="nofollow">http://www.videoscript.us</a></li> <li><a href="http://www.vidiscript.com/" rel="nofollow">http://www.vidiscript.com/</a></li> <li><a href="http://www.alstrasoft.com/videoshare.htm" rel="nofollow">http://www.alstrasoft.com/videoshare.htm</a></li> </ol> <p>Are there any good open source (or) commercial packages that I am missing out? I want the media site to stream normal as well as HD content and integrate with a payment gateway when the user wants to view HD.</p> http://stackoverflow.com/questions/1507359/iam-creating-a-poker-game-in-flash-as3-what-are-the-best-design-patterns-i-can-u 2 Iam creating a poker game in Flash AS3, what are the best design patterns I can use? Sumit Ghosh 2009-10-02T01:24:05Z 2009-10-02T01:54:12Z <p>Iam creating a Flash AS3 based Poker game for my company. Some like zynga poker, what are the best design patterns that I can use in my game.</p> <p>All suggestions are welcome, I am looking to create a good designed game which can support huge number of players.</p>