This is a discussion on "Flash form does not appear in IE7!!!" within the Flash & Multimedia Forum section. This forum, and the thread "Flash form does not appear in IE7!!! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Flash form does not appear in IE7!!!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
hy. i have created a flash form using xml and Ie7 is not showing it. Mozzila and Netscape are doing good. can you please tell me what to do? http://www.tanicos-webbdesign.com/webdesign.html
|
|
|
|
#2
|
|||
|
|||
|
Re: Flash form does not appear in IE7!!!
Hi,
In your code try adding the full path to your flash form: AC_FL_RunContent( 'codebase','http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','450','height ','368','id','coffeexml','align','middle','src','m yform','flashvars','xmlfile=myform.xml&w=450&h=368 ','quality','high','bgcolor','#ffffff','name','cof feexml','scale','noscale','salign','lt','pluginspa ge','http://www.macromedia.com/go/getflashplayer','movie','myform' ); //end AC code</script><noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="450" height="368" id="coffeexml" align="middle"><param name="movie" value="http://www.tanicos-webbdesign.com/myform.swf"/><param name="quality" value="high" /><param name="FlashVars" VALUE="xmlfile=myform.xml&w=450&h=368"/><param name="scale" value="noscale" /><param name="salign" value="lt" /><param name="bgcolor" value="#ffffff" /><embed src="myform.swf" FlashVars="xmlfile=myform.xml&w=450&h=368" quality="high" bgcolor="#ffffff" width="450" height="368" name="coffeexml" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object></noscript> regards p shah - www.dcpweb.co.uk |
|
#3
|
|||
|
|||
|
thank you for your response but still not working
|
|
#4
|
|||
|
|||
|
Re: Flash form does not appear in IE7!!!
hi,
can you see the form if you type in the full path in IE? http://www.tanicos-webbdesign.com/myform.swf regards p shah - www.dcpweb.co.uk |
|
#5
|
|||
|
|||
|
yes of course...without the colors which are in hTML
|
|
#6
|
|||
|
|||
|
Re: Flash form does not appear in IE7!!!
Hi
try adding the full path here as well: <param name="movie" value="<A href="http://www.tanicos-webbdesign.com/myform.swf"/">http://www.tanicos-webbdesign.com/myform.swf"/> <param name="quality" value="high" /> <param name="FlashVars" VALUE="xmlfile=myform.xml&w=450&h=368"/> <param name="scale" value="noscale" /> <param name="salign" value="lt" /> <param name="bgcolor" value="#ffffff" /> <embed src="http://www.tanicos-webbdesign.com/myform.swf" FlashVars="xmlfile=myform.xml&w=450&h=368" quality="high" bgcolor="#ffffff" width="450" height="368" regards p shah - www.dcpweb.co.uk |
|
#7
|
|||
|
|||
|
Re: Flash form does not appear in IE7!!!
still nothing...i guess the Ac_run active content script is messing something there
|
![]() |
| Tags |
| browser, flash |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| contact form using flash and php | ahwell | Flash & Multimedia Forum | 6 | Sep 17th, 2007 18:28 |
| Can't seem to get this php/flash form to work. | Toby1979 | Flash & Multimedia Forum | 1 | Jun 30th, 2007 22:06 |
| Contact form in Flash 8 for CD-Rom? | Laakvand | Flash & Multimedia Forum | 2 | Jun 13th, 2007 15:37 |
| Flash login form? | bob_visualefx | Flash & Multimedia Forum | 7 | Nov 8th, 2006 03:33 |
| flash & php form help please | benjamin | PHP Forum | 2 | Jun 26th, 2006 10:07 |