procod3R / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

swfobject cannot load swf that includes flash component player and the flv #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
i see "transfering from localhost...." and then if i keep it up like that
firefox loads very slow on refresh

What version of the product are you using? On what operating system?
/*  SWFObject v2.0 <http://code.google.com/p/swfobject/>
and Windows XP sp3

Please provide any additional information below.
i have attached the files if someone wants to test, and if it works for you
please tell me how to do it.

if i load just "video_davias.swf" in the browser, it works... but it doesnt
work for this code:

==========================================
<script tyle="text/javascript" src="/js/swfobject.js"></script>
<script type="text/javascript">{literal}var flashvars = {}; var params =
{}; var attributes = {};{/literal}</script>
</head>
<body>
        <script type="text/javascript">
            flashvars.link1 = "test1";
            flashvars.link2 = "test2";

            params.quality = "high";
            params.salign = "lt";
            params.menu = "false";
            params.scale = "noscale";

            swfobject.embedSWF("/media/video/video_davias.swf", "flash", "580",
"205", "9.0.0", "/flash/expressInstall.swf", flashvars, params, attributes);
        </script>
        <div id="flash">
            <b>{$trans->no_flash}</b><br/><br/>
            <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>
==========================================

Original issue reported on code.google.com by highstr...@gmail.com on 10 Jun 2008 at 12:25

Attachments:

GoogleCodeExporter commented 9 years ago
ok, im sorry, nevermind this... it was a coding error. you can delete this 
issue.

Original comment by highstr...@gmail.com on 10 Jun 2008 at 2:01

GoogleCodeExporter commented 9 years ago

Original comment by bobbyvandersluis on 10 Jun 2008 at 2:42