March 9, 2009
Localizing play-bar tool tips
Comments
(12)
March 9, 2009
Localizing play-bar tool tips
(12)

,,

Consider a scenario where you want to create content in some different language, say German or Hindi. You created the content properly, but then you discover that the play-bar shows its tool-tips in English. Did you know that you can localize the play-bar tooltips to match your content? This post shows you how…

Img 1. English tool-tips

Img 2. Italian tool-tips

For Localizing play-bar you will need to have Adobe Flash.

Adobe captivate 4 comes with fla files for the play-bars. Typically installation folder for captivate 4 is “C:Program FilesAdobeAdobe Captivate 4”.

 

Locating tool-tip strings in AS2

Fla files for AS2 are located at “installation folderTemplatesPlaybackFLAAS2”.

Open the play-bar fla file which for which you want to change the tool-tips and open the actions window for the main time line.

 

Locating tool-tip strings in AS3

Fla files for AS3 are located at “installation folderTemplatesPlaybackFLAAS3”.

Notice a movie clip with name as “Localization” in the library window. Double click on the Localization movie clip in library to open it and open the actions window.

 

Changing play-bar tool-tips

You will notice few array definitions on the time line of the fla file. Name of those arrays are pbcBtnTips_ENU (English), pbcBtnTips_CHT (Chinese Traditional), pbcBtnTips_FRA (French), pbcBtnTips_DEU (German), pbcBtnTips_ITA (Italian), pbcBtnTips_JPN (Japanese), pbcBtnTips_ESP (Spanish) and pbcBtnTips_KOR (Korean). And then you will find the last line as

var pbcBtnTips:Array = pbcBtnTips_ENU;

 

If you want to have German tool-tips, you will just have to change the last line to

var pbcBtnTips:Array = pbcBtnTips_DEU;

 

But if you want to have tool-tip for a different language say Hindi, you’ll have to create a new array say pbcBtnTips_HIN before the last line as

 

var pbcBtnTips_HIN:Array = new

Array(“Rewind “, //rewind button Tool-tip

       “Back “, //back button tool-tip

       “Play “, //play button Tool-tip

       “Pause “, //pause button Tool-tip

       “Forward “, //forward button Tool-tip

       “Closed Captioning “, //CC button Tool-tip

       “Audio On “, //Audio on button Tool-tip

       “Audio Off “, //audio off button Tool-tip

       “Exit “, //exit button Tool-tip

       “Information “, //info button Tool-tip

       “dummy for scratch bar “, //this is a dummy entry

       “Table of Contents “, //TOC button Tool-tip

       “2x Fast Forward Speed “, //2xFF button Tool-tip

       “4x Fast Forward Speed “, //4xFF button Tool-tip

       “Normal Speed “, //1x button Tool-tip

       “Print”); //print button Tool-tip

 

And change the last line to

var pbcBtnTips:Array = pbcBtnTips_HIN;

Here you will have to make sure that the order of the elements in the array remains the same.

 

Save these changes and publish the swf file to “installation FoldergalleryplaybackControlsswfBarsas2” folder for as2 play-bar and to “installation FoldergalleryplaybackControlsswfBarsas3” for As3 playbar.

After doing this, start the captivate

Go to skin dialog, you should see name of the swf file, which was published, in the play-bar dropdown box. When this entry is selected, the tool-tip text s/he entered in the array will be shown.

12 Comments
2014-10-14 01:36:00
2014-10-14 01:36:00

Any idea where we get the string for “Bookmark” or How we can add new array to the AS?

Like
2014-01-09 21:38:00
2014-01-09 21:38:00

How does that work in Capitvate 6? There is no folder GalleryPlaybackControlsSwfBars

Like
2011-06-01 23:03:16
2011-06-01 23:03:16

I get the same error message as Denise, when I try to open the .fla file I get an “Unexpected file format”.

Any advise?

Like
2010-12-09 03:28:03
2010-12-09 03:28:03

I was able to change the tooltips, but how do I change the text around the TOC in Captivate 4? ..ie, Slide Title, Duration, Find…

Like
2010-11-11 01:06:16
2010-11-11 01:06:16

Hello,
I don’t have a file by the name of play-bar fla. The files I do have is; cpPlaybar.fla and I cannot open the Captivate 4 file. However, I can open the cpPlaybar.fla in Captivate 3 (not much help to me though since I am using version4.

When I try to open cpPlaybar.fla in version 4, I receive an message, Unexpected file format. I have Flash Pro 8. Please advise. Thank you

Like
2010-05-10 17:03:32
2010-05-10 17:03:32

Thanks for the nice post, I enjoyed reading it. Keep it up.

Like
2009-04-24 11:16:03
2009-04-24 11:16:03

@Rod,No, you can not change the order of the icons along the playbar.

Like
2009-04-16 22:42:30
2009-04-16 22:42:30

How can you change the order of the icons along the playbar?

Like
2009-04-01 11:54:21
2009-04-01 11:54:21

@HarryAs far as i know, exit button works.I would like to know more about the issue. It will be great if you can send a demo file to me, so that I can analyse it and give you some pointers.you can send me it on my mail ID, muthiyan@adobe.com

Like
2009-04-01 06:57:21
2009-04-01 06:57:21

hi sunil..my exit button on the playbar nevers seems to work. any suggestions

Like
2009-03-12 14:30:10
2009-03-12 14:30:10

@Chris,Adobe Flash is a product from Adobe.the latest version is Adobe Flash CS4please follow this link to know more about it.http://www.adobe.com/products/flash/?promoid=BPDEE

Like
2009-03-10 19:56:32
2009-03-10 19:56:32

Hi Sunil,You mention:For Localizing play-bar you will need to have Adobe Flash.Do you mean the software to create a flash video or just the flash player?I don’t have an Adobe Flash creator… :(Cheers,Chris

Like
Add Comment