You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: X-Pilot

Basic information

Registered Mar 12, 2010
Last login May 18, 2010
Forum posts 3
Direct URL http://www.flowplayer.org/forum/users/24506

Latest forum posts

Posts:

Registered:

Some Flash plugin develompent tips?

Posted: Mar 16, 2010

I've realised where some of my mistakes are. However I did not manage to find all of them. Basically I come from a Adobe Flash AS2 developement environment and it's a bit tricky to get the plugins to work.

So here's where I am stuck:

I create an "actions" layer with the following code:

import org.flowplayer.model.Plugin;
import org.flowplayer.view.Flowplayer;

In the compiler classpath I specify the path to the swc object.

I open up the main org.flowplayer.model.Plugin class and under the onLoad event I have the code:

var txt:TextField = new TextField;
txt.text = "Something";
addChild(txt);

Problem is: Nothing shows up when I load the plugin in flowplayer. Any help, suggestions, tips?

Posts:

Registered:

Flash plugin development

Posted: Mar 15, 2010

Is there any other way to access the flowplayer class: "org.flowplayer.model.Plugin" in Flash CS4 (AS3)? What I am looking for is a way to code in the timeline frames without using a master class include. I've been looking at some examples (specially at the content plugin) and it seems that the close button has a class included.

What I am looking for is a way to specify on the same frame with the button the import statement and the ability to access flowplayer methods.

In a nutshell:

Plugin as SWF -> import flash.display.DisplayObject
-> import org.flowplayer.model.Plugin

Be able to access flowplayer methods directly from the actionscript of that flash.

Any ideas, suggestions?

Posts:

Registered:

» Patch to handle RTMPE/RTMPTE switch

Posted: Mar 12, 2010

Can you please explain how to use this patch? Where do you include that AS file?