IE 6 passing Parameters to flash through query string

  • classified
  • Expert
  • Expert
  • User avatar
  • Joined: Dec 23, 2005
  • Posts: 540
  • Loc: Bahrain
  • Status: Offline

Post December 7th, 2006, 2:17 pm

iI tried every goddamin script available to make it work with flash , but i cant make it work in IE 6 GRRRRRRR

i got this in my HTML
Code: [ Select ]
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="780" height="530" id="all INF" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="all INF.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="all INF.swf?speed=90&fuel=60&bonet=21&belt=30" quality="high" bgcolor="#000000" width="780" height="530" name="all INF" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
  1. <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="780" height="530" id="all INF" align="middle">
  2. <param name="allowScriptAccess" value="sameDomain" />
  3. <param name="movie" value="all INF.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="all INF.swf?speed=90&fuel=60&bonet=21&belt=30" quality="high" bgcolor="#000000" width="780" height="530" name="all INF" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
  4. </object>


okay thats too much but watch this clearly

PHP Code: [ Select ]
 
<embed src="all INF.swf?speed=90&fuel=60&bonet=21&belt=30"
  1.  
  2. <embed src="all INF.swf?speed=90&fuel=60&bonet=21&belt=30"


It works find in FireFox but not In IE , i think its due IE Active X where it usually say ( click here to activate this window " ...
now i eliminated that but i still cant get it to pass the values to flash in IE 6 ... *&^@*@&E^*@! Microsoft ...

Any idea , ny one ? :?:
m0o , where <<Less is More>>
http://www.zainals.com
http://www.zainals.com/blog
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post December 7th, 2006, 2:17 pm

  • ScienceOfSpock
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Jul 06, 2004
  • Posts: 1890
  • Loc: Las Vegas
  • Status: Offline

Post December 7th, 2006, 8:15 pm

IE disregards the embed tag. It's a Netscape tag.
Add the query string to your movie param tag.

Also, you should probably remove the space from your movie name. Not good form for the web.
  • classified
  • Expert
  • Expert
  • User avatar
  • Joined: Dec 23, 2005
  • Posts: 540
  • Loc: Bahrain
  • Status: Offline

Post December 8th, 2006, 2:26 am

i hear ya ...
will try it now .
thanks for the tip bud :)
m0o , where <<Less is More>>
http://www.zainals.com
http://www.zainals.com/blog
  • IceCold
  • Guru
  • Guru
  • User avatar
  • Joined: Nov 05, 2004
  • Posts: 1254
  • Loc: Ro
  • Status: Offline

Post December 8th, 2006, 3:20 am

to be sure it will always work, add it to both, the param tag and the embed tag.
The embeded tag is also used in Firefox
“True mastery transcede any particular art. It stems from mastery of oneself - the ability, developed throgh self-discipline, to be calm, fully aware, and complety in tune with oneself and the surroundings. Then, and only then, can a person know himself. ”
  • classified
  • Expert
  • Expert
  • User avatar
  • Joined: Dec 23, 2005
  • Posts: 540
  • Loc: Bahrain
  • Status: Offline

Post December 8th, 2006, 4:15 am

Thanks Icey & ScienceOfSpock that Worked perfect .
m0o , where <<Less is More>>
http://www.zainals.com
http://www.zainals.com/blog

Post Information

  • Total Posts in this topic: 5 posts
  • Users browsing this forum: No registered users and 78 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
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.