Show all posts by user
Use this forum to discuss any issues regarding JC Player v1.
Re: Removing JCPLayer Instance with AS3 - 2 years ago
This seems like an incredibly easy fix: add an Event.REMOVED_FROM_STAGE listener to kill the timer and/or all the event listeners. Shouldn't take more than a couple of minutes really.by bartpop - JC Player 1 (discontinued version)
Re: Full screen mode - 2 years ago
I revisited the FULL_SCREEN event issue again, but still no luck. I followed the instructions exactly as indicated in the PDF manual: import JCPlayerEvent; myJCPlayer.addEventListener(JCPlayerEvent.FULL_SCREEN,fullScreenHandler); private function fullScreenHandler(event:JCPlayerEvent):void { myJCPlayer.highlightColor = 0x00FF00; } (I'm testing in my browser so am changing the videoby bartpop - JC Player 1 (discontinued version)
Re: Full screen mode - 3 years ago
Has anyone been able to detect the JCPlayerEvent.FULL_SCREEN event?by bartpop - JC Player 1 (discontinued version)
Re: Full screen mode - 3 years ago
I'm still looking for a solution to the FULL_SCREEN event issue. Currently, when the viewer exits full screen mode, the JC Player instance positions itself with the top-left corner in the center of the monitor -- not the center of the browser. I would like to write a script to handle the re-positioning but that's only possible if I can detect when the JC Player is firing the FULL_SCREEN event. Anby bartpop - JC Player 1 (discontinued version)
Re: Full screen mode - 3 years ago
I've come across a new problem. I'm listening for the JCPlayerEvent.FULL_SCREEN but it doesn't appear to be firing. I'm able to successfully listen for the other JCPlayer events. Also, attempting to call myPlayer.setFullScreen(true); results in an error (A term is undefined and has no properties.) Any ideas?by bartpop - JC Player 1 (discontinued version)
Re: Full screen mode - 3 years ago
That's it! Thank you! I'm using SWFobject to place a container SWF on my HTML page. The container SWF later loads a child SWF with a JC Player instance. Including the following code on the original SWFObject call did the trick. params.allowFullScreen ="true"; I learn something new every day... I hope!by bartpop - JC Player 1 (discontinued version)
Re: Full screen mode - 3 years ago
I tried opening the example files (Flash_CS3_CS4 folder) and publishing the SWF and HTML and viewing in my browser, but the movie won't go to full screen mode. I then opened the sample files that came in the HTML_NO_Flash folder and those files would enter full screen mode. As a test I opened one of those FLA files (Default Skin/jcplayer.fla) and published the file without making any changes.by bartpop - JC Player 1 (discontinued version)
Full screen mode - 3 years ago
I've started working with JC Player and had a question regarding the full screen button. Is that button there to allow users to write the AS to implement the full screen functionality? The full screen button doesn't change the player on any of the sample files provided, at least not for me.by bartpop - JC Player 1 (discontinued version)






