- Joined
- Apr 12, 2011
- Location
- Sydney, Australia
I added a module to the forum which allows a greater range of sources for the Media Page and embedded audio/video. The only problem is, I have no idea what it does, but I'm hoping it enables MP3 sharing to be embedded. There is no user manual provided! :confused:
I'm posting some goobledygook here, so that anyone with a technical brain can maybe work out how to use the new "Enter Media URL" capability for mp3 etc.
I have a strange feeling this may only work in the Media Page, and not within a forum post.
Then simply use "video:filename.ext" as the media submission URL.
-Audio- MP3 audio:{serviceVAL} audio - (.*\.(mp3|mp2|aac|m4a))$
-Audio- XML audio:{serviceVAL} audio - (.*\.(xml))$
-Video- FLV video:{serviceVAL} video - (.*\.(flv|f4v|m4v|mp4|3gp|3g2))$
-Video- WMV video:{serviceVAL} video - (.*\.(wmv))$
Vimeo http://www.vimeo.com/{serviceVAL} http://[\w\.]*?vimeo\.[a-z] /(\d )
YouTube http://www.youtube.com/watch?v={serviceVAL} http://[a-z\.]*?youtube\.[a-z] /watch\?v=([\w-] )
So, what does it all mean?
I'm posting some goobledygook here, so that anyone with a technical brain can maybe work out how to use the new "Enter Media URL" capability for mp3 etc.
I have a strange feeling this may only work in the Media Page, and not within a forum post.
- With the premium edition expansion, you get LOCAL video hosting
- Local HTML5/Flash Video (FLV, F4V, M4V, MP4)
- Local HTML5/Flash Audio (MP3, MP2, AAC, M4A)
- Local HTML5/Flash Audio Playlist (mRSS XML)
- Local Silverlight Video (WMV)
Then simply use "video:filename.ext" as the media submission URL.
-Audio- MP3 audio:{serviceVAL} audio - (.*\.(mp3|mp2|aac|m4a))$
-Audio- XML audio:{serviceVAL} audio - (.*\.(xml))$
-Video- FLV video:{serviceVAL} video - (.*\.(flv|f4v|m4v|mp4|3gp|3g2))$
-Video- WMV video:{serviceVAL} video - (.*\.(wmv))$
Vimeo http://www.vimeo.com/{serviceVAL} http://[\w\.]*?vimeo\.[a-z] /(\d )
YouTube http://www.youtube.com/watch?v={serviceVAL} http://[a-z\.]*?youtube\.[a-z] /watch\?v=([\w-] )
So, what does it all mean?