>>  Site Map >>  Forums >>  Modules 7x

Forum module - topics in forum:



Modules 7x - Discussions regarding PHP-Nuke Modules. 7x



flash problem in an iframe

hope you guys can help.

I made a iframe module which i cannot get to work no matter what i try.I get a black screen when i open the page.
.
This is the code ive placed in the page i made.

Code: :
<?php
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="250" height="275" id="mp3player" align="middle">
   <param name="allowScriptAccess" wmode="transparent" value="sameDomain" />
   <param name="movie" value="http://www.podbean.com/podcast-audio-video-blog-player/mp3playerlightv2.swf?playlist=http://www.podbean.com/podcast-blog-embeddable-flash-player-playlist/11542/playlist/choonz33853.xml&autoStart=yes" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><param name="wmode" value="transparent" /><embed src="http://www.podbean.com/podcast-audio-video-blog-player/mp3playerlightv2.swf?playlist=http://www.podbean.com/podcast-blog-embeddable-flash-player-playlist/11542/playlist/choonz33853.xml" quality="high" bgcolor="#ffffff" width="250" height="275" name="mp3player" align="middle" allowScriptAccess="sameDomain" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </embed>
   </object>
?>







Would this do?

http://phpnuke-uk.net/modules.php?name=drewzimtest

I couldn't get the code to work as a module either, very strange.

Needed to do it with 2 files instead.

First create the index.php with

Code: :
<?php

if (!eregi("modules.php", $PHP_SELF)) {
    die ("You can't access this file directly...");
}


$query = stripslashes ($query);
include("header.php");
OpenTable();


print "<iframe width=\"100%\" height=\"500\" frameborder=\"no\" scrolling=\"yes\"
src=\"modules/drewzimtest/pod.html\"> </iframe>";

CloseTable();

?>


The create pod.html with

Code: :
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="250" height="275" id="mp3player" align="middle">
<param name="allowScriptAccess" wmode="transparent" value="sameDomain" />
<param name="movie" value="http://www.podbean.com/podcast-audio-video-blog-player/mp3playerlightv2.swf?playlist=http://www.podbean.com/podcast-blog-embeddable-flash-player-playlist/11542/playlist/choonz33853.xml&autoStart=yes" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><param name="wmode" value="transparent" /><embed src="http://www.podbean.com/podcast-audio-video-blog-player/mp3playerlightv2.swf?playlist=http://www.podbean.com/podcast-blog-embeddable-flash-player-playlist/11542/playlist/choonz33853.xml" quality="high" bgcolor="#ffffff" width="250" height="275" name="mp3player" align="middle" allowScriptAccess="sameDomain" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </embed>
</object>


Upload them both to the folder called whatever in your modules directory, remember to just change modules/drewzimtest in the index.php to reflect whatever you called the folder it is in.






A simple thanks would've been nice considering you used my suggestion. Confused oh well.

http://www.goffal.com/nuke/modules.php?name=goffalradio




Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS