Hi Steve.

A little more info on what exactly is / is not happening in IE/Safari would
be helpful.

A couple of other suggestions:

1) do the example pages in the SWFObject test suite show for you in
IE/Safari - http://code.google.com/p/swfobject/wiki/test_suite

This will determine if the Flash player(s) in those browsers are working as
intended


2) Try using the SWFObject code generator -
http://code.google.com/p/swfobject/wiki/generator

This way you can ensure your code is as it should be (e.g. you are not
passing in the attributes object into your embedSWF call, you have
erroneous <br>, <tr>, <th> tags in your code)

3) Read the FAQ on how to get the 100% sizing happening (noticed the
commented out 100% values) - http://code.google.com/p/swfobject/wiki/faq


Cheers,
Aran



On Thu, Dec 1, 2011 at 2:17 PM, [email protected] <
[email protected]> wrote:

> <script type="text/javascript" src="/deploy/js/swfobject.js"></
> script><br />
>          <script type="text/javascript"><!--
>          // JAVASCRIPT VARS
>
>      var swfPath = "/deploy/preview.swf";
>                        var stageW = 560;//560//"100%"; // minimum is 450
>                        var stageH = 300;//400;//"100%"; // minimum is 260
>
>                        // ATTRIBUTES
>                    var attributes = {};
>                    attributes.id = 'FlashComponent';
>                    attributes.name = attributes.id;
>                        // PARAMS
>                        var params = {};
>                        params.bgcolor = "#333333";
>                        params.allowfullscreen = "true";
>                        params.allowScriptAccess = "always";
>                        //params.wmode = "transparent";
>                    /* FLASH VARS */
>                        var flashvars = {};
>                        flashvars.componentWidth = stageW;
>                        flashvars.componentHeight = stageH;
>                        flashvars.pathToFiles = "/deploy/mp3gallery/";
>                        flashvars.xmlPath = "xml/settings.xml";
>                        flashvars.contentPath = "xml/mp3gallery.xml";
>                        /** EMBED THE SWF**/
>                        swfobject.embedSWF("/deploy/preview.swf",
> attributes.id, stageW,
> stageH, "9.0.124","/deploy/js/expressInstall.swf", flashvars, params);
>                </script>
>
> <div id="FlashComponent">
>  In order to view this object you need Flash Player 9+ support!
>  <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></div> </h1></th>
>        </tr>
>        <tr>
>
> --
> 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.
>
>

-- 
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