google-code-export / swfobject

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

Opera`s 10 frame flash issue #504

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Page loading in frame (TinyMCE frame)

What is the expected output? What do you see instead?
White screen, but flash size is loaded.

What version of the product are you using? On what operating system?
1.5, Windows 7 Ultimate, Opera 10

Please provide any additional information below.
I`m using a new TinyMCE Image uploader, then i click: to open frame 
(upload.php) with flash object, i see white screen. Code that loads this plugin 
works on Ie 8 && firefox 3.x && Chrome but with Opera issue. Interesting that: 
if load upload.php directly from browser it works fine!
Code:
<script type="text/javascript" src="js/swfobject.js"></script>
    <div id="flashcontent"></div>
<script type="text/javascript">
    var so = new SWFObject("uploader.swf", "mymovie123", "100%", "340", "9", "#000000");
    so.addParam("allowScriptAccess", "always");
    so.addParam("type", "application/x-shockwave-flash");
    so.addVariable("folder", "<?php echo $uploadpath; ?>");
    so.addVariable("uptype", "<?php echo $typenow; ?>");
    so.write("flashcontent");
</script> 

Original issue reported on code.google.com by r.cir...@gmail.com on 28 Sep 2010 at 12:41

GoogleCodeExporter commented 9 years ago
Sorry, but SWFObject 1.x is no longer supported. SWFObject 2.x uses a 
completely different codebase.

If you'd like more help with this, I suggest posting to the SWFObject Google 
Group.

Original comment by platelu...@gmail.com on 8 Nov 2010 at 7:14