Hello, When I use the normal object tags to embed a swf file, the flash file turns out blank by using the ajax.updater function to load a swf file (both IE and FF). With swfobject nothing comes up at all. Is this a bug or is there another (better) way to load a flash file by using updater? Thanks in advance! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
I don''t think you can load a swf file in this way (if I understand you correctly). Anyway, you need to a live sample up of this somewhere, your description is a bit too vague. Best, Thomas Am 19.06.2007 um 12:52 schrieb Ruben:> > Hello, > When I use the normal object tags to embed a swf file, the flash file > turns out blank by using the ajax.updater function to load a swf file > (both IE and FF). With swfobject nothing comes up at all. > > Is this a bug or is there another (better) way to load a flash file by > using updater? > > Thanks in advance! > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
It can be done, but the only way I got it to work is to have a DIV container that holds the object element and use a script to overwrite the whole object including all the param values. See it in action here: http://www.multi-contact-usa.com/swf/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Sorry for my bad explanation.. On my website I use the ajax.updater function to load my content in with div''s. But when I place an swf file in a div, it doesnt show up. The website is www.rubenrekker.nl and if you go to "Art > Concept Art" you should see the same swf in the div as you see below. Hope this is more clear :) Thank you heaps! Ruben On Jun 19, 2:05 pm, Thomas Fuchs <t.fu...-moWQItti3gBl57MIdRCFDg@public.gmane.org> wrote:> I don''t think you can load a swf file in this way (if I understand > you correctly). > > Anyway, you need to a live sample up of this somewhere, your > description is a bit too vague. > > Best, > Thomas > > Am 19.06.2007 um 12:52 schrieb Ruben: > > > > > > > Hello, > > When I use the normal object tags to embed a swf file, the flash file > > turns out blank by using the ajax.updater function to load a swf file > > (both IE and FF). With swfobject nothing comes up at all. > > > Is this a bug or is there another (better) way to load a flash file by > > using updater? > > > Thanks in advance!- Hide quoted text - > > - Show quoted text ---~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
What script did you use? On Jun 20, 6:08 pm, collideous <collide...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> It can be done, but the only way I got it to work is to have a DIV > container that holds the object element and use a script to overwrite > the whole object including all the param values. See it in action > here:http://www.multi-contact-usa.com/swf/--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Maybe Matching Threads
- Prototype doesn't work if we have swf content on the same page
- Using Prototype - Getting Javascript Error - "Object doesn't support this property or method"
- RE: [Prototype] onSuccess Event and, Ajax.Updater bug in IE
- Checkbox array and Ajax.updater
- Making new Ajax.Updater within a previous Ajax.Updater call