Non-Flash Audio Plugins for CKeditor - audio

I am looking to find a non-flash based audio plugin for ckeditor. I tried making my own custom plugin but was unsuccessful..I would much rather prefer to find a pre-made plugin.
Ideally, I would like to upload an mp3 and be able be able to place on page with a non- flash based player ( js,jquery, ect.. ).
I am trying to move away from flash as much as possible for optimum mobile compatibility.
Current setup = ckeditor + ckeditor

http://ckeditor.com/addon/Audio
check this out if you still need it

Related

How can I remove Un-used CSS, Images & JS codes in Sublime Text 3

How can I remove un-used CSS, Images & JS codes from my project?
If a project is bigger; usually there are lots of trash codes specifically if the project is built based on another similar project.
May be its late for this answer but, i have the same thinking an i can just tell you to few options.
There is NodeJS powered libraries doing the cleaning unused css selectors. Some of them really smart even if you used merged class name parts in javascript.
You can find those just by google it like "remove unused css"
And, i find the few videos on youtube about same topic. One of them using Visual Studio for this job but i dont tried this. Link here: Youtube Link
Another option is Chrome Dev Tool. Just use chrome developer tools audits tab.
Sorry for little confusing text but i have only those.
I hope it will fix your problem or satisfy expectations.

Disable copy function in PDFTRON for Android

Is it possible to disable the copy option of the lib when selecting a text in the PDF using the PDFTron lib for Android?
I tried to search for the string, but also have not found it.
If you are using one of the mobile SDK's, or using our PDFViewWPF control for .Net 4+, then this is possible by modifying the tools code that is provided. There will one or two text selection tools, for which you can just comment out. Plus you would want to disable ctrl-c, and right click and select copy abilities. Exact code changes depends on platform. If you are using our older C++ PDFViewCtrl class this is harder to do, but I suspect you are not on this anyway.
Be aware though, there is no real way to prevent a user from extracting text from a PDF, since they can always open it in another PDF viewer and do it there.
See this form post for more info, including how to scramble the unicode values of text.
https://groups.google.com/forum/#!searchin/pdfnet-sdk/disable$20text/pdfnet-sdk/luWQmyhRDTw/z7UIGuu9uYkJ
Note, you will probably be interested in the PDFTron WebViewer technology, which provides much greater control over content. In particular, the original PDF file is never exposed to anyone for download. You can also encrypt the XOD file, so it cannot be opened in an XPS viewer, and you have full control over the UI, including disabling text search/extraction.
https://www.pdftron.com/webviewer/showcase/
https://www.pdftron.com/webviewer/index.html

How to select a SKRoute on a single tap in iphone sdk

I'm working in SKMaps. I'm new to maps. Please give me idea to highlight a route when tapping anywhere on the route.
The current SDK is not supporting this.
You can highlight the route (if this would be a good option for you) via a GPX track or a polyline.
Here you'll find how to deal this on iOS. The demo projects contains also examples of both GPX track drawing and polylines/polygons: http://developer.skobbler.com/support#download

More customizable flash mp3 player for website?

the only mp3 flash player I've see has been the Google Audio widget which is limited in its appearance.
http://www.widgetbox.com/widget/mp3
For my wordpress, I like the player I use 1 Pixel Out's, which is great:
http://www.1pixelout.net/code/audio-player-wordpress-plugin/
Anyway I could use this without much coding on a regular, non-wordpress, php page?
In a three step process you could add it to any webpage you like; in my book that is not too much coding at all. It's actually rather nice. The tutorial for how to do that can be found here: http://www.macloo.com/examples/audio_player/
I hope this helps.
I'd recommend A2 mp3 player - http://flashstall.com/7. It has a standalone version that can be used in general html/php pages and a wordpress plugin version that can be used in WP blogs.
I ended up using the standalone version of pixelone.

MP3 playback with dynamic tempo adjustment

I need to whip up a quickie app, something quick and dirty, on windows that lets a user control the tempo of a playing mp3 file with a slider.
Any recommendations on libraries/programming languages/controls that can make this easy?
I don't have control over the media choice (has to be mp3) or the platform (has to be windows)
Edit: Actually, I can convert the files to whatever format is necessary.
Windows Media Player v10+ has this built in. Take a look here. Isn't that what you need?
So far this is what I have found:
2xAV™ Plug-In For Windows Media Player®
Ideally, I would prefer something open source but if I can't find other options I'll give this a go.
You might take a look at this.
Edit: The WinMM.dll has a function called waveOutSetPlaybackRate (P/Invoke) which might be helpful as this DLL (which has been included with windows since Win 9x) can play MP3's. Here is some basic info on how to play the sounds using C#.

Resources