I have tried to put a flash movie inside of my RoR page and it shows up with nothing on IEPC. It does very well on every other type of browser but does not work with IEPC. I made a folder - "flash" in my public directory and have had the one instance of it point there. Thus my flash directory is www.rails-app.com/flash/flash.swf Is there anything that anyone knows to help out? Is there some problem with IEPC? Is it right of me to create a ''flash'' folder like there are ''images'' ''javascript'' and ''stylesheets''? please have a look http://2006.pygmalionmusicfestival.com -- Posted via http://www.ruby-forum.com/.
Rimantas Liubertas
2006-Jul-24 01:09 UTC
[Rails] Flash problem with RoR? missed something?
> I have tried to put a flash movie inside of my RoR page and it shows up > with nothing on IEPC. > Thus my flash directory is www.rails-app.com/flash/flash.swf>From page source:<param name="movie" value="introhome.swf" /> Try to change that <param name="movie" value="/flash/introhome.swf" /> Also, keep in mind that IE6 may not play your flash upon loading. This has to do with changes made to the browser as the consequence of the infamous "EOLAS" case. More info here: http://blog.deconcept.com/2005/12/15/internet-explorer-eolas-changes-and-the-flash-plugin/ Regards, Rimantas -- http://rimantas.com/
Mason Kessinger
2006-Jul-24 01:33 UTC
[Rails] Re: Flash problem with RoR? missed something?
hey, thanks. it worked very well. i had figured my problem was with ROR. I am a bit embarrased to have looked over a flash error, but atleast it still keeps RoR untainted in my eyes. I sincerely appreciate your help and that you take the time to help out people like myself. I dont know how you find the time to do it, but your help is very awesome. mk Rimantas Liubertas wrote:>> I have tried to put a flash movie inside of my RoR page and it shows up >> with nothing on IEPC. >> Thus my flash directory is www.rails-app.com/flash/flash.swf > >>From page source: > > <param name="movie" value="introhome.swf" /> > > Try to change that <param name="movie" value="/flash/introhome.swf" /> > > Also, keep in mind that IE6 may not play your flash upon loading. This > has to do with > changes made to the browser as the consequence of the infamous "EOLAS" > case. > More info here: > http://blog.deconcept.com/2005/12/15/internet-explorer-eolas-changes-and-the-flash-plugin/ > > Regards, > Rimantas > -- > http://rimantas.com/-- Posted via http://www.ruby-forum.com/.