Problem in embedding a flash file!!!

  • mmraja
  • Newbie
  • Newbie
  • No Avatar
  • Joined: 16 Apr 2008
  • Posts: 12
  • Status: Offline

Post May 11th, 2008, 10:11 pm

Hi Pals,

i tried to embed a flash file in a php page. The following is the code to embed my flash file. It is working in Mozilla Firefox only not in Internet Explorer.
Is there any other code available to embed flash file in php page to work properly in all browsers.??

Please help me any one regarding this...


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="520" height="153" title="imgscroll">
<param name="movie" value="../image02.swf" />
<param name="quality" value="high" />
<embed src="../image02.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="520" height="153"></embed>
</object>
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post May 11th, 2008, 10:11 pm

  • roje0913
  • Beginner
  • Beginner
  • No Avatar
  • Joined: 08 Sep 2006
  • Posts: 42
  • Status: Offline

Post May 24th, 2008, 8:52 pm

I would say check your dimensions to be sure its correct then try absolute paths just to be sure there is no path error. Aside from that I would need to see the rest of the code to find error.
http://www.20milesnorth.com - Professional Website Design, Website Hosting and Photo Albums
  • Bogey
  • Ounce of 'Zu'
  • Web Master
  • User avatar
  • Joined: 14 Jul 2005
  • Posts: 4671
  • Loc: Ozzu
  • Status: Online

Post May 26th, 2008, 3:00 pm

mmraja wrote:
Hi Pals,

i tried to embed a flash file in a php page. The following is the code to embed my flash file. It is working in Mozilla Firefox only not in Internet Explorer.
Is there any other code available to embed flash file in php page to work properly in all browsers.??

Please help me any one regarding this...


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="520" height="153" title="imgscroll">
<param name="movie" value="../image02.swf" />
<param name="quality" value="high" />
<embed src="../image02.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="520" height="153"></embed>
</object>

That's because Firefox uses "<object...>" to embed flash and IE used "<embed...>"... You gotta use both.
My Developing Blog (7)
Wedevoy.com - In Development... should be done in about a week or so
  • spork
  • Born
  • Silver Member
  • User avatar
  • Joined: 22 Sep 2003
  • Posts: 3828
  • Loc: Rochester, NY
  • Status: Offline

Post May 26th, 2008, 4:08 pm

I'm pretty sure he is using both Bogey.
  • Bogey
  • Ounce of 'Zu'
  • Web Master
  • User avatar
  • Joined: 14 Jul 2005
  • Posts: 4671
  • Loc: Ozzu
  • Status: Online

Post May 26th, 2008, 8:51 pm

spork wrote:
I'm pretty sure he is using both Bogey.

:lol: Sorry, I didn't see it at the bottom. I'm usually used to seeing it like...

<object..>
<embed..>
<params..>
</embed>
</object>

Maybe if you tried it like that, than that would work.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="520" height="153" title="imgscroll">
<embed src="../image02.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="520" height="153">
<param name="movie" value="../image02.swf" />
<param name="quality" value="high" />
</embed>
</object>
My Developing Blog (7)
Wedevoy.com - In Development... should be done in about a week or so

Post Information

  • Total Posts in this topic: 5 posts
  • Moderators: joebert, katana
  • Users browsing this forum: No registered users and 60 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© Unmelted Enterprises 1998-2008. Driven by phpBB © 2001-2008 phpBB Group.

 
 
 
 

Need a pre-made web design for your website?

Check out our templates here: Ozzu Templates


400+ FREE Website Templates. Download Now!