Re: [Radiant] Page_attachment extension with Flash files?

2008-07-13 Thread john muhl
On Sun, Jul 13, 2008 at 2:24 PM, Sean Cribbs <[EMAIL PROTECTED]> wrote: Is SWFObject available on Google's JS cache (like Prototype and jQuery)? If so, that could be an option. It certainly doesn't look like they have SWFObject in the caches. On 2008/07/13, at 13:32, Nate Turnage wrot

Re: [Radiant] Page_attachment extension with Flash files?

2008-07-13 Thread Nate Turnage
On Sun, Jul 13, 2008 at 2:24 PM, Sean Cribbs <[EMAIL PROTECTED]> wrote: > Is SWFObject available on Google's JS cache (like Prototype and jQuery)? If > so, that could be an option. > I don't know. I do know that SWFObject will soon become the official way from Adobe to place Flash files. If Casp

Re: [Radiant] Page_attachment extension with Flash files?

2008-07-13 Thread Sean Cribbs
Is SWFObject available on Google's JS cache (like Prototype and jQuery)? If so, that could be an option. Sean Steven Southard wrote: I'm with Casper in using SWFObject to bring in all my Flash. I think if you don't use JavaScript like that to bring in Flash you'll have problems with Interne

Re: [Radiant] Page_attachment extension with Flash files?

2008-07-13 Thread Steven Southard
I'm with Casper in using SWFObject to bring in all my Flash. I think if you don't use JavaScript like that to bring in Flash you'll have problems with Internet Explorer. /Steven On Jul 13, 2008, at 1:53 PM, john muhl wrote: On 2008/07/12, at 12:41, Sean Cribbs wrote: If there's a pretty

Re: [Radiant] Page_attachment extension with Flash files?

2008-07-13 Thread john muhl
On 2008/07/12, at 12:41, Sean Cribbs wrote: If there's a pretty standard way to insert a SWF, I'd love to see an implementation of and I'd be happy to merge it in. http://github.com/johnmuhl/radiant-page-attachments-extension/tree/swf Seemed to me that is the simplest way to do it. If

Re: [Radiant] Page_attachment extension with Flash files?

2008-07-12 Thread Sean Cribbs
If there's a pretty standard way to insert a SWF, I'd love to see an implementation of and I'd be happy to merge it in. Sean Casper Fabricius wrote: I have it in the lib dir of a custom extension, in a file called extra_tags.rb inside a module called ExtraTags. Then, in the init file of the

Re: [Radiant] Page_attachment extension with Flash files?

2008-07-12 Thread Casper Fabricius
I have it in the lib dir of a custom extension, in a file called extra_tags.rb inside a module called ExtraTags. Then, in the init file of the extension, I have this line: Page.send :include, ExtraTags You can also just add the module to the standard Radiant lib dir and put the line above

Re: [Radiant] Page_attachment extension with Flash files?

2008-07-12 Thread Nate Turnage
On Sat, Jul 12, 2008 at 10:59 AM, Casper Fabricius <[EMAIL PROTECTED]> wrote: > Hi Nate, > > I use SWFObject (http://code.google.com/p/swfobject/) and have a custom > tag to insert flash elements: > http://pastie.org/232639 > Which model do you add this to? And do you use it with the page_attachm

Re: [Radiant] Page_attachment extension with Flash files?

2008-07-12 Thread Casper Fabricius
Hi Nate, I use SWFObject (http://code.google.com/p/swfobject/) and have a custom tag to insert flash elements: http://pastie.org/232639 Cheers, Casper Fabricius On 12/07/2008, at 17:47, Nate Turnage wrote: Has anybody ever used the page attachment extension with Flash files? If so, how

[Radiant] Page_attachment extension with Flash files?

2008-07-12 Thread Nate Turnage
Has anybody ever used the page attachment extension with Flash files? If so, how do you place them on the page? I was able to upload the files no problem, but when trying to use SWFobject the quotation marks used for the r:attachment tag throw things out of whack. Anybody have any ideas? Code call