• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

hide forward button from flash playbar

Community Beginner ,
Mar 20, 2020 Mar 20, 2020

Copy link to clipboard

Copied

Hi,

So i have a customized playbar which works fine in swf and html5, and in html5 using advance actions i can hide the forward button if i need to. but the same script dont seem to work (entirely) on the flash (swf) version of the content. Unfortunatelly i still need to have the flash version active :(.

 

Here´s the advance action in using:

 

$("#" + "playbarSliderThumb").css("visibility","hidden");
$("#" + "Forward").css("visibility","hidden");
$("#" + "playbarSlider").css("pointer-events","none");
$("#" + "playbarSlider").click(function() { return false; });

 

Now, question is, how can i send a command for example " pbcBtnForward_mc.visible = false;" to flash, from the advance actions menu, so the forward button of the playbar hides or is shown as needed. 

Its weird because part of the code works ok, but the playbarSlider is also in the CSS file of the project so im wondering if that has something to do with it still working even in the flash version. The Forward button is not in the css, and the code doesnt do anything.  

 

Any idea? How to pass an as3 command in captivate using JS?

Thanks

Views

134

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Resources
Help resources