FLV Audio questions

Greetings folks,


I have a bunch of questions about using audio within lessons.


I have audio for each page of my lessons and I wish to offer user control over the audio on each page.


Question 1:


Is it possible to create an inherited button to toggle the player skin on/off? If so, how can this be accomplished?


Currently, I successfully created an inherited speaker control to mute sound as follows:

Btn_speaker

....On Click

.......Action: Mute FLV Media

....Condition

.......Variable: Mute_On_Off, Relationship: Equal To, Value: 0

..UnMuteFLV

....On: Mouse Click

.......Action: Unmute FLV Media

....Condition

.......Variable: Mute_On_Off, Relationship: Equal To, Value: 1

..MuteToggle

....On: Mouse Click

....Action: Modify Variable

....Target: Mute_On_Off

....Value: 1

....Modification Type: Set Variable Contents

....Condition

....... Variable: Mute_On_Off, Relationship: Equal To, Value: 0

..........Else

............Action: Modify Variable

............Target: Mute_On_Off

............Value: 0

............Modification Type: Set Variable Contents


However, I no longer wish to simply toggle mute while the audio is playing. Rather, I want to hide/show the player skin.


Reason: I do not what to clutter the learning material with the player skin... unless the learner must re-play a portion of audio.


I mention 'inherited' because I want to minimize code or instructions. I am hoping I can set this up once at the top of an AU and reuse it on every page.



Question 2:


Is it possible to add new skins to Lectora?

The folder location is: D:Program FilesTrivantisLectora Enterprise EditionSupport FilesPlayerSkins


I added a new custom skin into this folder but the Lectora skin selection did not change. The only available selections are None, Black, Blue, Red, Silver. I replaced one of the skins with my own but it refused to work. I wonder if there is something 'special' about these Lectora skins. If I had the source fla file, I could simply modify an existing skin.



Question 3:


I am disappointed that Lectora did not include the source code for these skins. I wonder if it is possible to obtain the source code?

Discussions have been disabled for this post