Javascript API and Player Control
Spent hours the last few days digging through the forums, documentation, and WIKI to see if I could find some answers. Unofrtunately, thus far, the data is sparse. Can somebody direct me to some...
View ArticleRe: Javascript API and Player Control
Hi, The JavaScript API in Strobe Media Playback is exploratory. It will likely change in future releases. The best 'documentation' we have is our samples. You can find the samples in the html-template...
View ArticleRe: Javascript API and Player Control
You can also check this slightly outdated wiki page: http://sourceforge.net/adobe/smp/wiki/JavaScript%20API/ Or my presentation for some context around the jQuery plugin:...
View ArticleRe: Javascript API and Player Control
Incredibly helpful. Are the examples intended for 1.0, 1.5, or both? Getting some mixed results depending upon the SWF used. Thank you so much! I should have written in yesterday.
View ArticleRe: Javascript API and Player Control
Hi, Only 1.5 has the JavaScript API enabled. -Andrian
View ArticleRe: Javascript API and Player Control
One final question (for now): Is there somewhere that clearly illustrates the differences between 1.0 and 1.5? We did some significant customizations to 1.0 (network tolerance moduel, soundTransform...
View ArticleRe: Javascript API and Player Control
Hi, The only difference that might impact the speed at which you migrate to 1.5 is related to the configuration architectural changes. If you didn't add additional configuration settings you should not...
View ArticleRe: Javascript API and Player Control
Are there event listeners available in 1.0? For example, the following event listener exists in 1.5, but, we are unable to get it to work in 1.0:...
View ArticleRe: Javascript API and Player Control
Hi MR_FASTH, In Strobe Media Playback 1.0 we don't expose the JavaScript API at all. You won't be able to interact with the player or register events with the player unless you update your player to...
View ArticleRe: Javascript API and Player Control
One hundred percent. Thank you! Regards, Marc Ruskin, President FASTHockey, Inc. www.FASTHockey.com mruskin@fasthockey.com About FASTHockey FASTHockey (www.FASTHockey.com) is the premier online...
View ArticleRe: Javascript API and Player Control
I m not able to access this.http://sourceforge.net/adobe/smp/wiki/JavaScript%20API/ Can you please help me. Thanks & Regards Vishal Lad
View ArticleRe: Javascript API and Player Control
http://sourceforge.net/adobe/smp/wiki/JavaScript%20API/ recovered
View ArticleRe: Javascript API and Player Control
I've documented the full exploratory API of version 2.0.71... since I needed it. May be of use to someone out there... How can I make it publicly abailable?
View ArticleRe: Javascript API and Player Control
Masked Mushroom. About the API.... SURE IT WILL BE OF IMMENSE help to make it available to the community... CAN YOU PUT it on SourceForge and Post a Link Here....??? Thanks
View ArticleRe: Javascript API and Player Control
Put it somewhere. Anywhere. Pastebin, even Or how about the official people do it? Andrian?
View ArticleRe: Javascript API and Player Control
Ok, the file (full Javascript API doc) is up and availavle publicly at the following URL: https://drive.google.com/file/d/0B0Pbg36l8zqpNkdSOGZBMWRMODA/edit?usp=sharing Cheers
View ArticleRe: Javascript API and Player Control
I guess I should have put some "license" indication in the file, but feel free to do whatever you wish with it (host it where you please, rewrite it as you see fit).Same goes for anyone.
View ArticleRe: Javascript API and Player Control
Thank you for posting this info! Is there any way to get around keyboard commands being disabled in the FullScreen flash player? I was able to setup my player to be controlled how I need with JS, but...
View ArticleRe: Javascript API and Player Control
Hi everybody! I'm trying to get the control to the Strobe Media player by javaScript, could someone help me? I ' ve hosted my example here:...
View ArticleRe: Javascript API and Player Control
Could someone help me with this question? Thanks!
View ArticleRe: Javascript API and Player Control
<html> <head>{... $("#PlayerHolder").html("<span id='PlayerDiv'></span>"); x = x.replace(/&/g,'%26') var flashvars = {}; flashvars.verbose="true";...
View Article