Im using the dynamically publishing method to display my flex content
on my page.  In result i am seeing a large box in the bottom left hand
corner of my screen, in ie6/ie7, safari and crome.

Heres a screen shot

http://stage.idesiremusic.co.uk/largebox.jpg


Heres my code

      <script type="text/javascript" src="/js/swfobject.js"></script>
         <script type="text/javascript" src="/js/FABridge.js"></
script>
          <script type="text/javascript" src="/js/history.js"></
script>

    <script type="text/javascript">
          var flashvars = {};
          flashvars.ServerUrl = "***"
          flashvars.WebService = "****"
          flashvars.BasketId = "***"
          flashvars.Date = "***"
          var params = {};
          params.play = "true";
            params.loop = "false"
            params.quality = "high";
            params.allowscriptaccess = "sameDomain";
          var attributes = {};
          attributes.id = "PlaylistPlayer";
          attributes.name = "PlaylistPlayer";

        swfobject.embedSWF("/flash/PlaylistPlayer.swf",
"myPlayercontent", "100%", "100%", "9.0.0", "/flash/
expressInstall.swf", flashvars, params, attributes);
        swfobject.addLoadEvent(loadEventHandler);

          function loadEventHandler()
{      BrowserHistory.flexApplication = swfobject.getObjectById
("PlaylistPlayer");  }

    </script>


Any ideas?


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