Questions tagged [smf]

SMF can refer to either Silverlight Media Framework or Simple Machines Forum or a Solaris service manager or Standard MIDI File. For disambiguation, please use the MMPPF tag for the Silverlight Media Framework questions, as it's the new official name.

This tag is ambiguous.

For Simple Machines Forum

Simple Machines Forum is at https://www.simplemachines.org/.

For Silverlight Media Framework

Please use the tag for the Silverlight Media Framework questions, as it's the new official name.

Description from the official Wiki for Microsoft's SMF: https://archive.codeplex.com/?p=smf

Microsoft's open source media player framework - a component of the Microsoft Media Platform.

This project was formerly known as the Silverlight Media Framework (SMF). enables developers to quickly deploy a robust, scalable, customizable media player for IIS Smooth Streaming delivery. The MMPPF builds on the core functionality of the Smooth Streaming Client (formerly known as the "Smooth Streaming Player Development Kit") and adds a large number of additional features, including an extensibility API that allows developers to create plugins for the framework. The MMPPF also now includes full support for Windows Phone 7 so developers can incorporate high-end video playback experiences in their Windows Phone 7 applications.

For Service Management Facility

A feature of the Solaris operating system. See https://en.wikipedia.org/wiki/Service_Management_Facility.

For Standard MIDI File

See https://en.wikipedia.org/wiki/MIDI#Standard_files.

81 questions
1
vote
0 answers

MySql + PHP + SMF

by using SSI.php i am accessing user's list of forums. suppose i have 3 registered users in my forums user1, user2, user3 require('SSI.php'); global $context, $settings, $options, $scripturl, $txt; file_get_contents($context); $username =…
code83
  • 21
  • 1
  • 6
1
vote
0 answers

Select smooth streaming bitrate while playing csm-files

There are examples for switching bitrates: Load higher quality smooth streaming bitrate on start, IIS Smooth streaming low quality on start for SmoothStreamingMediaElement and SMFPlayer. They work fine for .ism files. But they don't for .csm…
0
votes
1 answer

find most popular tag

Is there a way to find the most popular tag in forum posts? For example, I have a tag called [card=x]cardname[/card]. I want to find all [card] tags sorted by the number of times x occurs. Also note that there can be multiple [card] tags in a single…
LordZardeck
  • 7,953
  • 19
  • 62
  • 119
0
votes
1 answer

Simplemechine forum Rss link

I am using simplemechine forum script(SMF) old version(1.1.6). I want to rss to my facebook page.when I search in google,the rss type for my forum is http://example.com/index.php?action=.xml;type=rss. This rss link is only work in old version…
Wai Yan
  • 427
  • 2
  • 6
  • 23
0
votes
1 answer

creating a play / pause toggle switch

I am using silverlight 4 with smf and I want to create a play , pause toggle button. So if the media is playing and if the button is clicked it will pause the video. But if the media is paused, it will restart playing video. How can I do that …
Asim Zaidi
  • 27,016
  • 49
  • 132
  • 221
0
votes
1 answer

How do I parse/ignore unspecified commands in a Standard MIDI File?

I'm trying to parse MIDI files, but my parser can't parse most MIDI files from the internet because its keeps stumbling on command bytes not specified in the SMF specifications. MIDI files exported with FL Studio work fine, but pretty much every…
VDZ
  • 3
  • 1
0
votes
0 answers

SMF forum issue

I have moved the SMF forum to another server and I cannot run repair_settings.php on the new server. In the database engine section, I get an error message that the value is not found even though mysql is selected. Does anyone have any ideas how I…
0
votes
0 answers

SMF Forum Special character issues: Mixed database latin1 + utf8

I recently recovered from a backup an SMF forum which has half its database in latin1 and the other half in utf8 encoding. I edit Settings.php ''' Code Select ######### Legacy Settings ######### # UTF-8 is now the only character set supported in…
divinem
  • 9
  • 3
0
votes
2 answers

SMF forum login for iPhone

I've google quite a lot but I can't find an example or tutorial, so guys can you help me think of a code which would log in smf forum? My guess is that I should use ASIIHTTPRequest?
vburojevic
  • 1,666
  • 5
  • 24
  • 34
0
votes
1 answer

C# SMF Authentication (Licensing)

I'd like to use C# to authenticate a username and password through SMF (Simple Machines Forum). I was wondering if there is a secure way to send a username and password string through HTTPWebRequest that can be easily combined with SMF's…
Kevin Wang
  • 3,290
  • 1
  • 28
  • 40
0
votes
0 answers

How do I fix this SQL Syntax error concerning blobs?

i have a new forum up using SMF, and i’m trying to convert the database to UTF-8 now. SMF provides an easy way to do this, but upon doing so, i get this strange sounding error: you have an error in your sql syntax; check the manual that corresponds…
eskie
  • 1
  • 1
0
votes
1 answer

how can I sync the database of SMF and Joomla?

I have a Joomla and SMF forum.., I want to sync the data.., when the a user from joomla will register, automatically, it is also register in the SMF forum.., tnx for the replies.,
rekcah101
  • 27
  • 2
  • 10
0
votes
2 answers

Solaris SMF for Oracle DB is ok but not for the Listener. How can an SMF method work under svcadm but not to restart the service when it has failed?

I have 2 questions about Solaris SMF. (I am an SMF newbie.) I set up the Oracle RDBMS service in SMF as per https://docs.oracle.com/cd/E37838_01/html/E61677/odbstartstop.html The database part works entirely as expected, so I added a listener as…
Alex M
  • 13
  • 4
0
votes
2 answers

how to sync smf forun and joomla databases?

I need to sync data from Joomla to SMF database dynamically. If someone logs in or registers in Joomla, something will happen in the SFM forum. Any idea how?
rekcah101
  • 27
  • 2
  • 10
0
votes
1 answer

Show image above SMFPlayer issue

An image (Image class) is placed above a SMFPlayer (both elements are created in code-behind). Z-index of the image is the Z-Index of SMFPlayer + 1. The image is resized (adjusting the width) according to the playing progress of SMFPlayer. …
Raptor
  • 53,206
  • 45
  • 230
  • 366