magicspon Posted November 24, 2006 Posted November 24, 2006 Hi The whole of my homepage is a flash movie, with the catergory buttons running along the top in the header. However in IE the flash movie will not load until it has been activated by the user. :'( Does anyone know how to stop this from happening. I've been reading about how to fix it in a HTML page but can't find any about php. Thanks Dave
jdvb Posted November 24, 2006 Posted November 24, 2006 there is no difference between php en html for as far a a webbroser is concerned. Valid php generates valid html.
boxtel Posted November 24, 2006 Posted November 24, 2006 there is no difference between php en html for as far a a webbroser is concerned. Valid php generates valid html. eh, valid php can just as easily generate crappy html. Treasurer MFC
jdvb Posted November 24, 2006 Posted November 24, 2006 if make it do so yeah, but then you probably can't code html either. but that was not my point, lol.
magicspon Posted November 24, 2006 Author Posted November 24, 2006 if make it do so yeah, but then you probably can't code html either.but that was not my point, lol. if you go to here http://www.gumproductions.co.uk/cocoshop a flash movie should load into the main area. It works fine in slimbrowser but just doesn't work in IE. do you know how i can fix this. I have found details about fixing this for HTML pages and have put those changes into my index.php but it doesn't work. if i create a html file for my homepage will it cause any problems with the site.. thanks dave
boxtel Posted November 24, 2006 Posted November 24, 2006 if you go to here http://www.gumproductions.co.uk/cocoshop a flash movie should load into the main area. It works fine in slimbrowser but just doesn't work in IE. do you know how i can fix this. I have found details about fixing this for HTML pages and have put those changes into my index.php but it doesn't work. if i create a html file for my homepage will it cause any problems with the site.. thanks dave this: <param name="movie" value="file:///H|/My Documents/Gum Productions/Web Site/public_html/cocoshop/images/homepage.swf" /> and this: <embed src="file:///H|/My Documents/Gum Productions/Web Site/public_html/cocoshop/images/homepage.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="835" height="490"></embed> does not look very good. Treasurer MFC
magicspon Posted November 24, 2006 Author Posted November 24, 2006 this: <param name="movie" value="file:///H|/My Documents/Gum Productions/Web Site/public_html/cocoshop/images/homepage.swf" /> and this: <embed src="file:///H|/My Documents/Gum Productions/Web Site/public_html/cocoshop/images/homepage.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="835" height="490"></embed> does not look very good. argh! where can you see this. I've tried viewing this in IE and i can't see the text which you say doesn't look very good. what browser do you use
boxtel Posted November 24, 2006 Posted November 24, 2006 argh! where can you see this. I've tried viewing this in IE and i can't see the text which you say doesn't look very good. what browser do you use view source, any browser. Treasurer MFC
user99999999 Posted November 24, 2006 Posted November 24, 2006 You can use this mod to work around the activation requiremet. http://www.oscommerce.com/community/contributions,4161
Recommended Posts
Archived
This topic is now archived and is closed to further replies.