PDA

View Full Version : upliading camtasia flash files


etrev
01-20-2005, 07:11 PM
Uploading Camtasia flash files.

I am using a trial version of Camtasia 2.1.1.
It all works well ! I made my flash files and used the web menu maker in camtasia theatre to make the menu for the web – this produces the html file, flash files as well as other files. Although this works on the LOCAL directory when I try to upload it to the server the Flash files do seem to be connected to the html file. I just get the empty shell of the html file. I have checked my remote server and it appears the files are all there.
This is a link to what I get

http://www.al-media.com/chemwatchtut.html

Am I doing something wrong?

Please help

Trevor Almeida
trevor@al-media.com
[?]

TSC2
01-24-2005, 12:59 PM
Hello,

Please open and find the "%5C" string in the config.xml file, and change it to a forward slash ("/"). This allows the file to play locally, but when uploaded to a server it will not work. Editing the XML file to change the "%5C" to a "/" resolves the problem.

Regards,

TechSmith Support

etrev
01-24-2005, 08:21 PM
hello support

Thanks for your reply. Unfortunately I do not seem to have the "%5C" string in my xlm file.

below is what i have.on my xml file.

Please help



<config>
<movie>
<controls>
<AutoStart>1</AutoStart>
<MovieWidth>641</MovieWidth>
<MovieHeight>481</MovieHeight>
<BackgroundColor>FFFFFF</BackgroundColor>
<MovieURL>
</MovieURL>
<ShowLoadingMov>1</ShowLoadingMov>
<LoadingMovURL>movies/preload.swf</LoadingMovURL>
<ScaleLoadingMov>1</ScaleLoadingMov>
<LoadingMovPercentToLoad>20</LoadingMovPercentToLoad>
<LoadingMovMinDuration>2</LoadingMovMinDuration>
<ControllerColor>808000</ControllerColor>
<ShowFFRW>1</ShowFFRW>
<ShowAbout>1</ShowAbout>
<AboutBoxText>the is a demo help tutorial produced by al media productions

www.al-media.com

trevor@al-media.com

</AboutBoxText>
<ShowPercentLoadedText>1</ShowPercentLoadedText>
<PercentTextPosition>bottom</PercentTextPosition>
<HideTextWhenLoaded>1</HideTextWhenLoaded>
<ShowTimer>1</ShowTimer>
<TimeDisplayFormat>MM:SS</TimeDisplayFormat>
<ShowDuration>1</ShowDuration>
<ShowElapsedTime>1</ShowElapsedTime>
<TimeDisplayFont>Arial</TimeDisplayFont>
<TimeDisplayFontColor>000000</TimeDisplayFontColor>
</controls>
<menuproperties>
<position>left</position>
<background_color>FFFFFF</background_color>
<title>chemwatchtut</title>
<title_color>000000</title_color>
<title_fontsize>14</title_fontsize>
<item_fontsize>12</item_fontsize>
<maintext_color>000099</maintext_color>
<maintexthilite_color>030303</maintexthilite_color>
<subtext_color>000099</subtext_color>
<play_in_sequence>1</play_in_sequence>
</menuproperties>
</movie>
<menutree>
<item>
<main>
<text>the search screen</text>
<url>movies/Search.swf</url>
<fps>15</fps>
<width>641</width>
<height>481</height>
</main>
</item>
<item>
<main>
<text>languages</text>
<url>movies/languages.swf</url>
<fps>14</fps>
<width>641</width>
<height>481</height>
</main>
</item>
</menutree>
<Validation>a3167a58d5eeb5ab0ef10b1dc854c1bf</Validation></config>