Yes as Kyle stated the location of your copy of swfobject has no bearing on where you keep your flash content.
you can use an absolute path for your expressInstall in the following example testing index_player.php tests the content. you could use either static/dynamic - I would set the base param to ./player http://www.tvmeubrasil.com <http://www.tvmeubrasil.com/player/swfobject.js> /index.php /index_player.php /js ... /player /player.swf /expressinstall.swf /playlist.xml if you set up something along the lines of the above on you server and post a link page using swfobject - if you use firefox with firebug check the net tab when expressinstall etc files can not be found they show in red - S 2009/12/25 Jhonatan Oliveira <[email protected]> > Okay so I can have my swfobject in one folder and my flash.swf and > expressINstall in another folder? > > > On Tue, Dec 22, 2009 at 4:09 PM, Getify Solutions, Inc. > <[email protected]>wrote: > >> The location of the swfobject.js file doesn't have any bearing on where >> you >> keep your SWF content. You just specify the location of the .js file using >> the script tag you include in your HTML. >> >> For the SWF, the location is controlled by the SWF URL you: >> 1) set in the data params in the static object embed code; OR >> 2) pass to the embedSWF()/createSWF() calls for dynamic embedding >> >> The "expressInstall.swf" file location is controlled by the expressInstall >> parameter for embedSWF() or registerObject(). >> >> --Kyle >> >> >> >> >> >> -------------------------------------------------- >> From: "Jhonatan Oliveira" <[email protected]> >> Sent: Tuesday, December 22, 2009 2:50 PM >> To: "SWFObject" <[email protected]> >> Subject: swfobject.js >> >> > Hello, I am reorganizing my website and putting files into certain >> > folders, now my swfobject.js file i want in a js folder but like I am >> > confused, does that affect my player.swf and expressinstall.swf? >> > I opened it up on flash and dreamweaver but couldn't find anywhere to >> > change the folder's direct link! >> > >> > Please help me this is the file: >> > http://www.tvmeubrasil.com/player/swfobject.js >> > http://www.tvmeubrasil.com/player/player.swf >> > http://www.tvmeubrasil.com/player/expressInstall.swf >> > >> > but I only want my player.swf and expressINstall.swf in the player >> > folder, I want the swf object.js file in another folder called js >> > which I've created and uploaded. >> > >> > Thanks >> > >> > -- >> > >> > 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]<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 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.
