kanber Posted May 30, 2013 Share Posted May 30, 2013 Hi, I want to use media player in daqfactory. there must be play list, play, pause, stop, volume control. I searched daqfactory can play wav files in windows media folder. but I want to play mp3 files. How can I do? with media player dll or is there other way to do? NOTE: I dont want to open directly media player. I want to show on daqfactory page all control functions, Link to comment Share on other sites More sharing options...
AzeoTech Posted May 30, 2013 Share Posted May 30, 2013 The beta of the next release of DAQFactory supports an embedded browser control. From there you could put a media player into the browser with some simple HTML. The initial push for the browser control was to actually allow a video player, so its basically the same thing. If you are interested in trying the beta, please email us direct at support @. Link to comment Share on other sites More sharing options...
kanber Posted June 1, 2013 Author Share Posted June 1, 2013 Hi, I am also beta tester. It works but there is small thing to fix, Link to comment Share on other sites More sharing options...
AzeoTech Posted June 3, 2013 Share Posted June 3, 2013 Maybe the rest of your message was cut off? Link to comment Share on other sites More sharing options...
kanber Posted June 4, 2013 Author Share Posted June 4, 2013 I add media player to dq. But I want also show playlist on right side. also I want to make this playlist automaticly from a folder like "C:\Muzik" Link to comment Share on other sites More sharing options...
AzeoTech Posted June 4, 2013 Share Posted June 4, 2013 You can use the File.GetFileNameList() along with File.GetFilePathList() to get a list of the files in that folder. Then you could use that to populate a tree list component to create a playlist. You'll want the event on the tree list to take the path and feed it to the browser component. But I have to ask: why do you want to do this? What is the application? It is rather unusual. Link to comment Share on other sites More sharing options...
kanber Posted June 6, 2013 Author Share Posted June 6, 2013 I am doing for in room touch controller.(Temperature control, lighing control etc.) Customers want to play music on it also. I write a html code. and I am calling from seq. component.deneme.setURL("c:\test.html") . media player is opening in browser. But also I want to add playlist. I dont understand to associate with tree list. Link to comment Share on other sites More sharing options...
AzeoTech Posted June 6, 2013 Share Posted June 6, 2013 To connect the tree list with the media player, you would have to use parameters in the URL: c:\test\html?song=c:\media\mysong.wav and then in your html you'd have to process that and pass it to the media player plugin. Note, you might need to escape out your parameter. I'm not sure a URL can have colon or backslash in it. Just use the replace() function on the path before creating the URL Link to comment Share on other sites More sharing options...
tplcfan Posted August 22, 2013 Share Posted August 22, 2013 I see this conversation about the embedded browser control from May/June, when it was in Beta testing. Is it available now? I have an application which requires video, which we are currently doing by using the shell execute to call an external app, but the implementation is a little clunky. What version of DF do you think will have this new control? Link to comment Share on other sites More sharing options...
AzeoTech Posted August 22, 2013 Share Posted August 22, 2013 5.90 will have this. I expect it will be released in the next few weeks, maybe 4 weeks. You can also email us if you'd like to beta test it. Link to comment Share on other sites More sharing options...
kanber Posted January 18, 2016 Author Share Posted January 18, 2016 Hi, I am trying run a video on daqfactory. In Internet explorer it is working fine. But when I add to daqfactory video is not showing. can you help me? Link to comment Share on other sites More sharing options...
AzeoTech Posted January 19, 2016 Share Posted January 19, 2016 Its hard to say. First, can you view a normal page with just some html text? Remember, when DAQFactory is in Edit mode, it will not display any browser content. You must be in Operate mode to view browser content. Second, if it will display other pages, but not the video portion, then its probably a plugin issue. The best thing to do is install Chrome, then go to that video page. It will likely want to install a plug in, which you should do. Once you can view it in chrome, you will likely be able to view it in DAQFactory. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.