Yeah, this is definitely the place for REOPS questions. You've got the
creators of REOPS and people who work heavily with it watching the
forums.
You shouldn't need to worry about that warning, but if you do want to
make it go away, one thing to do is to right click the symbol in the
library, and go to Properties. In there, make sure the Base Class is
set to com.realeyes.osmfplayer.controls.ClosedCaptionButton and that
the clip's class is set to a non-existent class, such as
com.realeyes.osmfplayer.controls.ClosedCaptionButtonDisplay. This
makes Flash generate a class for the symbol that is based off of the
base class, but incorporates any frame scripts. My convention in doing
this is just to add Display to the end of the base class path and use
that as the symbol's class path.
On the matter of getting it to work in HTML, are you testing locally
or on a server? If I had to venture a guess, it sounds like it may be
looking for a config file that it can't find. If you're testing in
Flash and it is working, it is using the default config name that is
hard-coded in. In HTML, the config path is being drawn from the
FlashVars in the HTML. Check to make sure that value is the correct
path to your config. Also, if for some reason Javascript is turned
off, that would do it too. You might check to see if there are any
requests being made that are resulting in a 404. If you use a tool
like Firebug or TamperData you can see the requests being made by the
browser and see if any are erroring out. Chances are, something is
missing or is in the wrong place.
I hope that helps!
Nils
On Jan 12, 5:39 am, Jeremy Markowitz <
deltad...@gmail.com> wrote:
> Thanks, Nils...
>
> First of all, I wanted to make sure -- is this the best arena for questions
> about the REOPS Player?
>
> Regarding the skins -- I'm having trouble getting an altered skin to work
> properly after changing the Closed Captioning Text Field.
>
> When compiling the altered fla, I get an error... I haven't added any
> actionscript to any frames:
>
> _code_ (Compiled Clip), Line 1 Warning: 5002: The frame scripts of the
> symbol 'ClosedCaptionButton' have been ignored because a compiled clip
> contains a definition for
> com.realeyes.osmfplayer.controls.ClosedCaptionButton. To override the
> com.realeyes.osmfplayer.controls.ClosedCaptionButton definition, place a
> custom class file within your classpath.
>
> I have a larger problem in that I can export a REOPS player sitting in an
> .fla file with the example PlayerConfig_Streaming.xml and it works fine, but
> I can't seem to embed it so it works on an html page.
>
> I can't get any of the REOPS/SAMPLE folder's html files to work either.
> They just come up as blank pages.
>
> Cheers,
> Jeremy
>
> On Tue, Jan 11, 2011 at 11:35 AM, turbidity <
nils.thingv...@gmail.com>wrote:
>
>
>
>
>
>
>
> > Hi Jeremy,
>
> > You certainly can modify it. If you open up the skin FLA for the skin
> > SWF you're using in the config, you can edit the closed captioning
> > component on the stage and increase the font size there. Then export a
> > SWF and use that.
>
> > Nils
>
> > On Jan 11, 7:00 am, Jeremy <
deltad...@gmail.com> wrote:
> > > Can I customize the closed captioning display on a REOPS player with
> > > the XML config file or otherwise -- specifically, can I make the font
> > > size bigger?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "reops" group.
> > To post to this group, send email to
re...@googlegroups.com.
> > To unsubscribe from this group, send email to
> >
reops+un...@googlegroups.com <
reops%2Bunsu...@googlegroups.com>.