Re: Problem to load .swf file
this is not the problem =//
i try it.
On 23 ago, 22:46, Sam Sherlock <sam.sherl...@gmail.com> 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 <
>
>
>
> anderson.valongue...@gmail.com> 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 <sam.sherl...@gmail.com> 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 <
>
> > > anderson.valongue...@gmail.com> 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 cake-php@googlegroups.com
> > > > To unsubscribe from this group, send email to
> > > > cake-php+unsubscribe@googlegroups.com<cake-php%2Bunsubscribe@googlegroups.c om>
> > <cake-php%2Bunsubscr...@googlegroups.c 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 cake-php@googlegroups.com
> > To unsubscribe from this group, send email to
> > cake-php+unsubscribe@googlegroups.com<cake-php%2Bunsubscribe@googlegroups.c 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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home