1
riclanders
Why doesn't this html display
  • 2006/2/15 10:45

  • riclanders

  • Just popping in

  • Posts: 60

  • Since: 2005/11/7


The html below doesn't display in a XOOPS html block. Oddly enough, though, the sound plays in IE.

It's a flash swf file that DOES display as a seperate html page. So what's stopping it from displaying in an html block. And all the files are in the right folder.

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#4,0,0,0" WIDTH=25HEIGHT=25%><PARAM name=movie VALUE="bba3/bba3.swf"><PARAM NAME=menu VALUE=false>       <PARAM NAME=quality VALUE=autohigh> <PARAM NAME=scale VALUE=exactfit> <PARAM NAME=wmode VALUE=opaque> <EMBED WIDTH=50HEIGHT=50src="bba3.swf" menu=false quality=autohigh scale=exactfit wmode=opaque TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>"></object>

2
seventhseal
Re: Why doesn't this html display

You have one path here...

<PARAM name=movie VALUE="bba3/bba3.swf">


and a different path here...

<EMBED WIDTH=50HEIGHT=50src="bba3.swf" menu=false quality=autohigh scale=exactfit wmode=opaque TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">


I typically try to keep the paths the same - see VALUE in first example and src in second. Hope that helps.
John Horne - a.k.a. - VelocityWebDev, Seventhseal, CreepingDeath
**********************************
VelocityWebDev Tech BLOG
VelocityWebHost Hosting and Design

3
Liger
Re: Why doesn't this html display
  • 2006/2/15 14:26

  • Liger

  • Just popping in

  • Posts: 77

  • Since: 2006/1/26


There is also a pretty nice module that works well with Flash .swf files its called SmartMedia 0.85. You can view your video content right in your XOOPS site or have a link to open in another window if you choose. I have it installed on my site and it works well.

Regards,
JP
Americans for Fair Taxationhttp://www.fairtax.org

4
riclanders
Re: Why doesn't this html display
  • 2006/2/15 15:09

  • riclanders

  • Just popping in

  • Posts: 60

  • Since: 2005/11/7


Quote:

seventhseal wrote:
You have one path here...

<PARAM name=movie VALUE="bba3/bba3.swf">


and a different path here...

<EMBED WIDTH=50HEIGHT=50src="bba3.swf" menu=false quality=autohigh scale=exactfit wmode=opaque TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">


I typically try to keep the paths the same - see VALUE in first example and src in second. Hope that helps.


Thanks, but I fixed this and still had the problem -- sound but no flash video.

Ric

5
tvepsorg
Re: Why doesnt this html display
  • 2006/5/11 14:47

  • tvepsorg

  • Quite a regular

  • Posts: 276

  • Since: 2004/5/18


I have the same issue. Flash embed code works perfect in standalone html page, soon as I try and put it in a block... nothing.

I noticed though that when I take the "www" out of the url to the standalone it causes the same error. don't know if this has anything to do with it, but it's very annoying.

This is a flash that has an .xml file it referrs to, is yours the same or is it just a simple standalone .swf?

6
tvepsorg
Re: Why doesnt this html display
  • 2006/5/11 15:03

  • tvepsorg

  • Quite a regular

  • Posts: 276

  • Since: 2004/5/18


I think it has something to do with the permissions in flash. For example...

I had the block on "http://www.mysite.com" but I had the flash in "http://www.mysite.com/flash/flash.swf" soon as I moved it to the root "http://www.mysite.com" so that the code would read "flash.swf" instead of "flash/flash.swf" for some reason it worked. But I only have this issue with flash that has a config.xml file that it refers to.

hope this helps.

7
tvepsorg
Re: Why doesnt this html display
  • 2006/5/11 15:27

  • tvepsorg

  • Quite a regular

  • Posts: 276

  • Since: 2004/5/18


alternatively you could alwasy put the standalone .html page into an iframe.

Login

Who's Online

268 user(s) are online (174 user(s) are browsing Support Forums)


Members: 0


Guests: 268


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits