Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter bluejeans

    (@bluejeans)

    Phuckd

    I am still not having any luck.

    I have also downloaded the kimili pluggin from kimili.com and it still does not work.

    I’ll print the camtasia and kimili code here – would appreciate any input.

    ————————————————————
    camtasia htmls
    ———————————————————-
    <script type=”text/javascript” src=”flashobject.js”></script>
    <script type=”text/javascript”>
    <!– To load a movie other then the first one listed in the xml file you can specify a movie=# arguement. –>
    <!– For example, to load the third movie you would do the following: MyProjectName.html?movie=3 –>
    // <![CDATA[
    var args = new Object();
    var query = location.search.substring(1);
    // Get query string
    var pairs = query.split( “,” );
    // Break at comma
    for ( var i = 0; i < pairs.length; i++ )
    {
    var pos = pairs[i].indexOf(‘=’);
    if( pos == -1 )
    {
    continue; // Look for “name=value”
    }
    var argname = pairs[i].substring( 0, pos ); // If not found, skip
    var value = pairs[i].substring( pos + 1 ); // Extract the name
    args[argname] = unescape( value ); // Extract the value
    }
    // ]]>
    </script>

    <style type=”text/css”>
    body
    {
    background-color: #ffffff;
    font: .8em/1.3em verdana,arial,helvetica,sans-serif;
    text-align: center;
    }

    #noexpressUpdate
    {
    margin: 0 auto;
    font-family:Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #003300;
    text-align: left;
    background-image: url(amazontest_nofp_bg.gif);
    background-repeat: no-repeat;
    width: 210px;
    height: 200px;
    padding: 40px;
    }
    </style>
    </head>
    <body >
    <div id=”flashcontent”>
    <div id=”noexpressUpdate”>
    The Camtasia Studio video content presented here requires JavaScript to be enabled and the latest version of the Macromedia Flash Player. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Flash Player by downloading here.
    </div>
    </div>
    <script type=”text/javascript”>
    // <![CDATA[
    var fo = new FlashObject( “amazontest_controller.swf”, “amazontest_controller.swf”, “488”, “351”, “7”, “#FFFFFF”, false, “best” );
    fo.addVariable( “csConfigFile”, “amazontest_config.xml” );
    fo.addVariable( “csColor” , “FFFFFF” );
    fo.addVariable( “csPreloader” , ‘amazontest_preload.swf’ );
    if( args.movie )
    {
    fo.addVariable( “csFilesetBookmark”, args.movie );
    }
    fo.write(“flashcontent”);
    // ]]>

    </script>
    </body>
    </html>

    ———————————————————-
    what I did with the kimili pluggins
    ——————————————————–

    [kml_flashembed movie=”amazontest.swf” height=”250″ width=”400″ /]

    ———————————————————

    If anyone has succesfully embedded a camtasia screencast into wordpress, I would appreciate your help.

    thanks in advance

Viewing 1 replies (of 1 total)