Is there some parameter you have to pass to the swf in order for the
controller to show up? 

Or is there some spate swf which is the controller? (e.g. the FLV (flash
video) player has a separate skin swf which needs to be loaded to show the
controller) 

Perhaps you can post up a working version of the page using the standard
embed code generated from camtasia, and people can help to convert it to
swfobject notation.


Aran

-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of greentree
Sent: Monday, 16 February 2009 5:15 AM
To: SWFObject
Subject: Controller bar/Menu don´t show up


A beginner with a problem:
The problem is: the controller for my swf-file don´t show up.

I created a swf-file (short capture film in camtasia) and then created
a html file with the online "SWFObject 2 HTML and JavaScript generator
v1.2".

The html/swf work fine (meaning the film is displayed) but no
controller bar / Menu shows up.

The menu-parameter ist set on "true".

So what have I made wrong?

thx

here the html-file I used:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
        <head>
                <title></title>
                <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
                <script type="text/javascript" src="swfobject.js"></script>
                <script type="text/javascript">
                        swfobject.registerObject("myFlashContent", "9.0.0");
                </script>
        </head>
        <body>
                <div>
                        <object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="800" height="600" id="myFlashContent">
                                <param name="movie" value="test01.swf" />
                                <param name="menu" value="true" />
                                <!--[if !IE]>-->
                                <object type="application/x-shockwave-flash"
data="test01.swf"
width="800" height="600">
                                        <param name="menu" value="true" />
                                <!--<![endif]-->
                                        <a
href="http://www.adobe.com/go/getflashplayer";>
                                                <img
src="http://www.adobe.com/images/shared/download_buttons/
get_flash_player.gif" alt="Get Adobe Flash player" />
                                        </a>
                                <!--[if !IE]>-->
                                </object>
                                <!--<![endif]-->
                        </object>
                </div>
        </body>
</html>




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to