Welcome Guest, Not a member yet? Register   Sign In
Can't get flash to show up in view
#3

[eluser]rvillalon[/eluser]
I have a very basic setup:

my view page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
&lt;html &gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /&gt;
&lt;link href="&lt;?=base_url()?&gt;/css/default.css" rel="stylesheet" type="text/css" /&gt;
&lt;link href="&lt;?=base_url()?&gt;/css/thickbox.css" rel="stylesheet" type="text/css" /&gt;

[removed][removed]
[removed][removed]
[removed]
$(document).ready(function(){

$('#example').each(function(){
var url = $(this).attr('href') + '?TB_iframe=true&height=549&width=884&modal=true';

$(this).attr('href', url);
});

});
[removed]
[removed]AC_FL_RunContent = 0;[removed]
[removed][removed]
&lt;title&gt;Test&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
[removed]
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
'width', '590',
'height', '440',
'src', 'file',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', 'file',
'bgcolor', '#000000',
'name', 'file',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 'file',
'salign', ''
); //end AC code
}
[removed]
<noscript>
&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="590" height="440" id="file" align="middle"&gt;
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="&lt;?=base_url()?&gt;player/file.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /> &lt;embed src="&lt;?=base_url()?&gt;player/file.swf" quality="high" bgcolor="#000000" width="590" height="440" name="gallery" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /&gt;
&lt;/object&gt;
</noscript>
&lt;/body&gt;
&lt;/html&gt;

Pretty straight forward, but there isn't anything showing. I've checked the source, and the paths are correct.

The flash I'm trying to load up is a photogallery--it uses a loader to extract image sources from an xml file.


Messages In This Thread
Can't get flash to show up in view - by El Forum - 08-25-2009, 04:46 AM
Can't get flash to show up in view - by El Forum - 08-25-2009, 04:58 AM
Can't get flash to show up in view - by El Forum - 08-25-2009, 05:09 AM
Can't get flash to show up in view - by El Forum - 08-25-2009, 05:18 AM
Can't get flash to show up in view - by El Forum - 08-25-2009, 05:22 AM
Can't get flash to show up in view - by El Forum - 08-25-2009, 05:26 AM
Can't get flash to show up in view - by El Forum - 08-25-2009, 05:29 AM
Can't get flash to show up in view - by El Forum - 08-25-2009, 05:37 AM
Can't get flash to show up in view - by El Forum - 08-25-2009, 05:43 AM
Can't get flash to show up in view - by El Forum - 08-25-2009, 05:44 AM
Can't get flash to show up in view - by El Forum - 08-25-2009, 05:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB