can you view the view with the following url? http://localhost/cake/playlist.swf
*I assume mod rewrite is working & cake is set up correct eg the styles are applied.* * * Is the content of mp3 replaced? If so - when you right click it doe the context menu say "movie not loaded"? - S On 24 August 2010 02:56, Anderson Valongueiro < [email protected]> wrote: > this is not the problem =// > i try it. > > On 23 ago, 22:46, Sam Sherlock <[email protected]> wrote: > > this should sort it > > var playlist = new SWFObject("/playlist.swf", "playlist", "900", "260", > > 8"); > > playlist.useExpressInstall('/js/expressinstall.swf'); > > > > - S > > > > On 24 August 2010 02:39, Anderson Valongueiro < > > > > > > > > [email protected]> wrote: > > > my file is the root diretory(webroot) > > > i try load my swf with a JS function, see: > > > > > <div id="mp3">Playlist</div> > > > <script type="text/javascript"> > > > var playlist = new SWFObject("playlist.swf", "playlist", "900", "260", > > > 8"); > > > playlist.useExpressInstall('js/expressinstall.swf'); > > > playlist.addParam("quality", "high"); > > > playlist.addParam("wmode", "transparent"); > > > playlist.addParam("salign", "t"); > > > playlist.write("mp3"); > > > </script> > > > </div> > > > > > how can i use the absolute or relative path? > > > > > On 23 ago, 22:24, Sam Sherlock <[email protected]> wrote: > > > > Where is the swf? > > > > > > Are you using absolute or relative paths to the swf? use absolute. > > > > > > - S > > > > > > +44 (0)7507 48 38 74 > > > > > > On 24 August 2010 02:18, Anderson Valongueiro < > > > > > > [email protected]> wrote: > > > > > guys, > > > > > > > i got a problem to load SWF files. > > > > > When i use my swf file and acess the main > host(localhost/cake/pages, > > > > > for ex.) it's function, but when i acess the diretly > function(index, > > > > > for example, localhost/cake/pages/index) my swf file don't loaded. > =// > > > > > > > so, what's the diferent to acess localhost/cake/pages/ and > localhost/ > > > > > cake/pages/index ? > > > > > Why in the first case i can loaded it, but in second case a can't > load > > > > > it? > > > > > > > i will need to create more functions on the pages_controller, so i > > > > > will don't load my swf files. > > > > > > > localhost/cake/pages/ - load > > > > > > > localhost/cake/pages/index - dont load > > > > > localhost/cake/pages/about - dont load > > > > > localhost/cake/pages/test - dont load > > > > > > > why in the first case just i loaded the swf files? > > > > > > > somebody can help me? > > > > > > > Check out the new CakePHP Questions sitehttp://cakeqs.organdhelp > > > others > > > > > with their CakePHP related questions. > > > > > > > You received this message because you are subscribed to the Google > > > Groups > > > > > "CakePHP" group. > > > > > To post to this group, send email to [email protected] > > > > > To unsubscribe from this group, send email to > > > > > [email protected]<cake-php%[email protected]> > <cake-php%[email protected] om> > > > <cake-php%[email protected] om>For more options, visit this > > > group at > > > > >http://groups.google.com/group/cake-php?hl=en > > > > > Check out the new CakePHP Questions sitehttp://cakeqs.organd help > others > > > with their CakePHP related questions. > > > > > You received this message because you are subscribed to the Google > Groups > > > "CakePHP" group. > > > To post to this group, send email to [email protected] > > > To unsubscribe from this group, send email to > > > [email protected]<cake-php%[email protected]> > <cake-php%[email protected] om>For more options, visit this > group at > > >http://groups.google.com/group/cake-php?hl=en > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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/cake-php?hl=en
