Welcome to Geeklog, Anonymous Thursday, November 28 2024 @ 12:38 pm EST
Geeklog Forums
Having Flash in a story
I'm trying to put flash in a story and have added the tags in the right place in config.php like this:
'p' => array('class' => 1, 'id' => 1, 'align' => 1),
'div' => array('class' => 1, 'id' => 1),
'span' => array('class' => 1, 'id' => 1),
'table' => array('class' => 1, 'id' => 1, 'width' => 1, 'border' => 1,
'cellspacing' => 1, 'cellpadding' => 1),
'tr' => array('class' => 1, 'id' => 1, 'align' => 1, 'valign' => 1),
'th' => array('class' => 1, 'id' => 1, 'align' => 1, 'valign' => 1,
'colspan' => 1, 'rowspan' => 1),
'td' => array('class' => 1, 'id' => 1, 'align' => 1, 'valign' => 1,
'colspan' => 1, 'rowspan' => 1),
'object' => array('classid' => 1, 'id' => 1, 'codebase' => 1,
'width' => 1, 'height' => 1),
'param' => array('name' => 1, 'value' => 1),
'embed' => array('src' => 1, 'quality' => 1, 'bgcolor' => 1, 'width' => 1,
'height' => 1, 'name' => 1, 'align' => 1, 'type' => 1, 'pluginspage' => 1)
This I can see others here have asked about and all the tags appear in the generated page when I look at the source.
This is the code I add to the story:
<PARAM NAME="movie" VALUE="http://www.reneboe.dk/downloads/flash/12_Days_Of_Christmas_Farting_Elves.swf">
<PARAM NAME="quality" VALUE="high">
<PARAM NAME="bgcolor" VALUE="#FFFFFF">
<PARAM NAME="loop" VALUE="false">
<PARAM NAME="play" VALUE="true">
<PARAM NAME="menu" VALUE="false">
<EMBED src="http://www.reneboe.dk/downloads/flash/12_Days_Of_Christmas_Farting_Elves.swf" quality="high" bgcolor="#FFFFFF" WIDTH="550" HEIGHT="400" NAME="12_Days_Of_Christmas_Farting_Elves" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
<br>
Fundet på <a href="http://www.jibjab.com/">JibJab.Com</a>
But when I view it in IE6 the page just show a lowered down area like the area here where I edit this text, just with nothing in it, click here to see how it looks.
It looks OK in FireFox, where it uses the EMBED tag, which makes me think the problem lies in the OBJECT tag.
When I save the generated page as HTML and open it in Frontpage the inline preview there look fine and when I ask it to "preview in browser" it also looks fine, I asked it to preview it in IE6 1024x768.
When I ad the same code to a static page it displays fine so right now I'm very confused in where the problem is.
I hope someone can help me:
ProsperoDK
Text Formatted Code
$_CONF['admin_html'] = array ('p' => array('class' => 1, 'id' => 1, 'align' => 1),
'div' => array('class' => 1, 'id' => 1),
'span' => array('class' => 1, 'id' => 1),
'table' => array('class' => 1, 'id' => 1, 'width' => 1, 'border' => 1,
'cellspacing' => 1, 'cellpadding' => 1),
'tr' => array('class' => 1, 'id' => 1, 'align' => 1, 'valign' => 1),
'th' => array('class' => 1, 'id' => 1, 'align' => 1, 'valign' => 1,
'colspan' => 1, 'rowspan' => 1),
'td' => array('class' => 1, 'id' => 1, 'align' => 1, 'valign' => 1,
'colspan' => 1, 'rowspan' => 1),
'object' => array('classid' => 1, 'id' => 1, 'codebase' => 1,
'width' => 1, 'height' => 1),
'param' => array('name' => 1, 'value' => 1),
'embed' => array('src' => 1, 'quality' => 1, 'bgcolor' => 1, 'width' => 1,
'height' => 1, 'name' => 1, 'align' => 1, 'type' => 1, 'pluginspage' => 1)
This I can see others here have asked about and all the tags appear in the generated page when I look at the source.
This is the code I add to the story:
Text Formatted Code
<OBJECT classid="D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" WIDTH="550" HEIGHT="400" id="12_Days_Of_Christmas_Farting_Elves"><PARAM NAME="movie" VALUE="http://www.reneboe.dk/downloads/flash/12_Days_Of_Christmas_Farting_Elves.swf">
<PARAM NAME="quality" VALUE="high">
<PARAM NAME="bgcolor" VALUE="#FFFFFF">
<PARAM NAME="loop" VALUE="false">
<PARAM NAME="play" VALUE="true">
<PARAM NAME="menu" VALUE="false">
<EMBED src="http://www.reneboe.dk/downloads/flash/12_Days_Of_Christmas_Farting_Elves.swf" quality="high" bgcolor="#FFFFFF" WIDTH="550" HEIGHT="400" NAME="12_Days_Of_Christmas_Farting_Elves" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
<br>
Fundet på <a href="http://www.jibjab.com/">JibJab.Com</a>
But when I view it in IE6 the page just show a lowered down area like the area here where I edit this text, just with nothing in it, click here to see how it looks.
It looks OK in FireFox, where it uses the EMBED tag, which makes me think the problem lies in the OBJECT tag.
When I save the generated page as HTML and open it in Frontpage the inline preview there look fine and when I ask it to "preview in browser" it also looks fine, I asked it to preview it in IE6 1024x768.
When I ad the same code to a static page it displays fine so right now I'm very confused in where the problem is.
I hope someone can help me:
ProsperoDK
11
7
Quote
All times are EST. The time is now 12:38 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content