pasber
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: pb-embedFlash] Using LinksTinyMCE is the WYSIWYG editor you can enable in your profile settings.
Forum: Plugins
In reply to: [Plugin: pb-embedFlash] Using Linksto 1) Using the TinyMCE popup, set “linktext” to the text you want to use as link =).
to 2) You could try to replace the mediaplayer.swf with flowplayer.swf (rename it to mediaplayer.swf), but I cannot give any support for it. Flashvars may/will not work properly, or even the video won’t load.
Forum: Plugins
In reply to: [Plugin: pb-embedFlash] Where are uploads stored?How and where did you upload the file to?
Forum: Plugins
In reply to: [Plugin: pb-embedFlash] Automatically open on page loadI was just about to tell you that you forgot those two parameters, then I saw the sceon page on this thread :D. Good that it’s working now.
Anyways, I still suggest to call Shadowbox.open directly:
getURL("javascript:Shadowbox.open({content:'https://www.kickersjunior.it/pe-09/girl.htm',type:'iframe',title:'Girl',width:'200',height:'200');");
It’s worth a try ;).
Forum: Plugins
In reply to: [Plugin: pb-embedFlash] Automatically open on page loadWell, I guess your code will work as I posted, as of you’re giving parameters to openShadowbox(), but tht function does not accept parameters and just does what it should: call Shadowbox.open() with the predefined values.
To the
rel
attribute problem: I don’t know flash that good, sorry.Forum: Plugins
In reply to: [Plugin: pb-embedFlash] Automatically open on page loadHmm you’re messing lots of things up.
First of all, you define a function twice (openShadowbox). In the snippet I wrote for for martinbennett, openShadowbox was just a placeholder to call Shadowbox.open [no need to write the whole part twice so I put it into a variable].
Then, you keep the onload functions, but you don’t need them – via flash, you can open the Shadowbox “whenever you want” easily.
So I suggest you delete all the HTML/JavaScript you’ve posted above and call
Shadowbox.open({content:'https://www.kickersjunior.it/pe-09/girl.htm',type:'iframe',title:'Girl'})
directly in getURL().
Forum: Plugins
In reply to: [Plugin: pb-embedFlash] waste of bandwidth?Well, you could just comment the respective line out:
pb-embedFlash/inc/inc.functions.php:84
As of I’m working on version 1.6, it’ll take some time to the next version.
Forum: Plugins
In reply to: [Plugin: pb-embedFlash] rtmp-streams and pb-embed flash: how to?The flashvar “file” is set to the “URL” from the insert tab :).
The rtmp settings are missing because when I wrote the plugin, I did (and still) don’t have any possibility of testing such streams. They are in the admin panel code, but not active. Maybe you want to check the source code and uncomment some parts.
Forum: Plugins
In reply to: [Plugin: pb-embedFlash] Script text visible in RSSHmm it seems that the function parsing the posts doesn’t apply as filter if excerpts are used. I’ll check that within the next week.
Forum: Fixing WordPress
In reply to: [Plugin: pb-embedFlash] WidgetVery strange… I could not reproduce it yet. I’m using the same code for widgets like WordPress.
Forum: Fixing WordPress
In reply to: [Plugin: pb-embedFlash] One Shadowbox multiple flash- pb-flashembedHmm I think the class is named “fbPreview”.
But you could also define
linktext
:
linktext={<img src="img/thumb/movie.gif" class="classnamehere" alt="Shadowbox" />}
Forum: Plugins
In reply to: [Plugin: pb-embedFlash] playlist and google videosYou could create a playlist with mediums linking directly to the .flv instead of the browser url.
Forum: Plugins
In reply to: [Plugin: pb-embedFlash] flashvars in the admin-field “edit medium”attributes
is for everything you would use in[flash ...]
, except the options that are given in the edit frame.Should be like this:
f={linkfromdisplay=true&showstop=false}
Forum: Plugins
In reply to: [Plugin: pb-embedFlash] How do I specify a buffer length?Maybe the player (or the version I use?) cannot handle to (pre-)buffer that file format or the format does not support this. MP4s work for me.
Forum: Plugins
In reply to: [Plugin: pb-embedFlash] Pb Embed Flash not workingSpaces are not allowed in URIs. Try to escape them:
[flash https://gmwebvideo.s3.amazonaws.com/Dec%2001%202008%20-%20tip%202.FLV w=480 h=320]