Rewrites do work as long as you are redirecting to an actual swf binary file.
Can you post a link to a live swf location? Basically, I would be checking the request/response in a http traffic debugger (like Charles / Service capture) to check if the file is actually being delivered like you think it is. Aran On Mon, Apr 26, 2010 at 9:40 PM, doctor <[email protected]> wrote: > I'm sorry that I make a mistake here. > For flv files, I use flowplayer and works fine. I have trouble on swf > files. > > The code should be > swfobject.embedSWF("http://localhost/ssf/s/readFile/folderEntry/ > 143/402880a6282ddf4901282f0278cd00ef/1272099010000/last/ > barsandtone.swf", "myContent", "300", "120", "9.0.0", > "expressInstall.swf"); > > Best regards, > Doctor > > On Apr 26, 9:11 am, Aran Rhee <[email protected]> wrote: > > You cannot point to an FLV (flash video file) directly. You need t load > the > > FLV through a swf (Flash file) based video player. You can either author > > this file yourself, or look at some of the prebuilt projects such as JW > > media player or Flowplayer. > > > > Cheers, > > Aran > > > > On Sun, Apr 25, 2010 at 3:03 PM, doctor <[email protected]> wrote: > > > I get a problem to load the swf if the swf url is pointing to a url > > > which is a re-write and not an absolute url. > > > > > My line is like the following: > > > > > swfobject.embedSWF("http://localhost/ssf/s/readFile/folderEntry/ > > > 143/402880a6282ddf4901282f0278cd00ef/1272099010000/last/ > > > barsandtone.flv", "myContent", "300", "120", "9.0.0", > > > "expressInstall.swf"); > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "SWFObject" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<swfobject%[email protected]> > <swfobject%[email protected]<swfobject%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/swfobject?hl=en. > > > > -- > > You received this message because you are subscribed to the Google Groups > "SWFObject" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]<swfobject%[email protected]> > . > > For more options, visit this group athttp:// > groups.google.com/group/swfobject?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "SWFObject" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<swfobject%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/swfobject?hl=en. > > -- You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.
