FLV plugin

View: New views
11 Messages — Rating Filter:   Alert me  

FLV plugin

by Matthew Prose :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I am having the worst time getting plugins installed after installing  
a project.

I followed the directions on this page: http://code.google.com/p/farcry-jcfarcryflvplayer/wiki/JcFarcryFlvPlayer_1_1_documentation_FC5

And it will not show up in the webtop. I have the plugin name in the  
constructor file and the folder in the web root.   Why is this not  
showing up?  Is there a mapping that I need to create?
I added the cfimage plugin and I dont think it is working either...


Thanks
Matt

--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---


Re: FLV plugin

by Jeff Coughlin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Did you update the application scope to reflect the changes?

--
Jeff Coughlin
Web Application Developer
http://jeffcoughlin.com

On Nov 2, 2009, at 11:04 AM, Matthew Prose wrote:

>
> I am having the worst time getting plugins installed after installing
> a project.
>
> I followed the directions on this page: http://code.google.com/p/farcry-jcfarcryflvplayer/wiki/JcFarcryFlvPlayer_1_1_documentation_FC5
>
> And it will not show up in the webtop. I have the plugin name in the
> constructor file and the folder in the web root.   Why is this not
> showing up?  Is there a mapping that I need to create?
> I added the cfimage plugin and I dont think it is working either...
>
>
> Thanks
> Matt
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---


Re: FLV plugin

by Matthew Prose :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for a quick reply, Jeff.

I did update the app.

I had to change these links in my project constructor file:
<!--- 
THE VIRTUAL WEBSERVER PROJECT FOLDER
 --->
<cfset THIS.projectURL = "/pearlTechnology" />
<cfset THIS.webtopURL = "/webtop" />


Would this screw up the plugin links?  

Note: I installed the google plugin during the install of the project and it works great.  This makes me think that farcry did something on the install that I am missing here.
 
Matt


On Nov 2, 2009, at 10:05 AM, Jeff Coughlin wrote:


Did you update the application scope to reflect the changes?

--
Jeff Coughlin
Web Application Developer
http://jeffcoughlin.com

On Nov 2, 2009, at 11:04 AM, Matthew Prose wrote:


I am having the worst time getting plugins installed after installing
a project.

I followed the directions on this page: http://code.google.com/p/farcry-jcfarcryflvplayer/wiki/JcFarcryFlvPlayer_1_1_documentation_FC5

And it will not show up in the webtop. I have the plugin name in the
constructor file and the folder in the web root.   Why is this not
showing up?  Is there a mapping that I need to create?
I added the cfimage plugin and I dont think it is working either...


Thanks
Matt








--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---


Re: FLV plugin

by Tomek Kott :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

just looking through Jeff's instructions, I found this:

Note: This feature is turned on by default, so to use the plugin out-of-the box, create a web mapping called "jcFarcryFlvPlayer". This can be disabled or configured

It's listed as optional, but if you're using it "out of the box" it might make things seem not to work...

just a thought.

I don't know that your projectURL and webtopURL settings should mangle anything.

Tomek

On Mon, Nov 2, 2009 at 11:05 AM, Jeff Coughlin <jeff@...> wrote:

Did you update the application scope to reflect the changes?

--
Jeff Coughlin
Web Application Developer
http://jeffcoughlin.com

On Nov 2, 2009, at 11:04 AM, Matthew Prose wrote:

>
> I am having the worst time getting plugins installed after installing
> a project.
>
> I followed the directions on this page: http://code.google.com/p/farcry-jcfarcryflvplayer/wiki/JcFarcryFlvPlayer_1_1_documentation_FC5
>
> And it will not show up in the webtop. I have the plugin name in the
> constructor file and the folder in the web root.   Why is this not
> showing up?  Is there a mapping that I need to create?
> I added the cfimage plugin and I dont think it is working either...
>
>
> Thanks
> Matt
>
> >





--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---


Re: FLV plugin

by Jeff Coughlin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Those settings should not have a problem working with the plugins you  
mentioned.

It sounds like you chose a sub-directory installation.  In that case,  
make sure the plugins exist in the "farcry/plugins" folder.

--
Jeff Coughlin
Web Application Developer
http://jeffcoughlin.com

On Nov 2, 2009, at 11:14 AM, Matthew Prose wrote:

> Thanks for a quick reply, Jeff.
>
> I did update the app.
>
> I had to change these links in my project constructor file:
> <!---
> THE VIRTUAL WEBSERVER PROJECT FOLDER
>  --->
> <cfset THIS.projectURL = "/pearlTechnology" />
> <cfset THIS.webtopURL = "/webtop" />
>
>
> Would this screw up the plugin links?
>
> Note: I installed the google plugin during the install of the  
> project and it works great.  This makes me think that farcry did  
> something on the install that I am missing here.
>
> Matt
>
>
> On Nov 2, 2009, at 10:05 AM, Jeff Coughlin wrote:
>
>>
>> Did you update the application scope to reflect the changes?
>>
>> --
>> Jeff Coughlin
>> Web Application Developer
>> http://jeffcoughlin.com
>>
>> On Nov 2, 2009, at 11:04 AM, Matthew Prose wrote:
>>
>>>
>>> I am having the worst time getting plugins installed after  
>>> installing
>>> a project.
>>>
>>> I followed the directions on this page: http://code.google.com/p/farcry-jcfarcryflvplayer/wiki/JcFarcryFlvPlayer_1_1_documentation_FC5
>>>
>>> And it will not show up in the webtop. I have the plugin name in the
>>> constructor file and the folder in the web root.   Why is this not
>>> showing up?  Is there a mapping that I need to create?
>>> I added the cfimage plugin and I dont think it is working either...
>>>
>>>
>>> Thanks
>>> Matt
>>>
>>>>
>>
>>
>>
>>
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---


Re: FLV plugin

by Matthew Prose :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I actually did the advanced config.  So the app is looking for them in  
the farcry/plugins folder and not the project root?

Matt


On Nov 2, 2009, at 10:21 AM, Jeff Coughlin wrote:

>
> Those settings should not have a problem working with the plugins you
> mentioned.
>
> It sounds like you chose a sub-directory installation.  In that case,
> make sure the plugins exist in the "farcry/plugins" folder.
>
> --
> Jeff Coughlin
> Web Application Developer
> http://jeffcoughlin.com
>
> On Nov 2, 2009, at 11:14 AM, Matthew Prose wrote:
>
>> Thanks for a quick reply, Jeff.
>>
>> I did update the app.
>>
>> I had to change these links in my project constructor file:
>> <!---
>> THE VIRTUAL WEBSERVER PROJECT FOLDER
>> --->
>> <cfset THIS.projectURL = "/pearlTechnology" />
>> <cfset THIS.webtopURL = "/webtop" />
>>
>>
>> Would this screw up the plugin links?
>>
>> Note: I installed the google plugin during the install of the
>> project and it works great.  This makes me think that farcry did
>> something on the install that I am missing here.
>>
>> Matt
>>
>>
>> On Nov 2, 2009, at 10:05 AM, Jeff Coughlin wrote:
>>
>>>
>>> Did you update the application scope to reflect the changes?
>>>
>>> --
>>> Jeff Coughlin
>>> Web Application Developer
>>> http://jeffcoughlin.com
>>>
>>> On Nov 2, 2009, at 11:04 AM, Matthew Prose wrote:
>>>
>>>>
>>>> I am having the worst time getting plugins installed after
>>>> installing
>>>> a project.
>>>>
>>>> I followed the directions on this page: http://code.google.com/p/farcry-jcfarcryflvplayer/wiki/JcFarcryFlvPlayer_1_1_documentation_FC5
>>>>
>>>> And it will not show up in the webtop. I have the plugin name in  
>>>> the
>>>> constructor file and the folder in the web root.   Why is this not
>>>> showing up?  Is there a mapping that I need to create?
>>>> I added the cfimage plugin and I dont think it is working either...
>>>>
>>>>
>>>> Thanks
>>>> Matt
>>>>
>>>>>
>>>
>>>
>>>
>>>
>>
>>
>>>
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---


Re: FLV plugin

by Tomek Kott :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

As far as I knew, FarCry always looked for the plugins in /farcry/plugins..., so yes, I'm pretty sure that's where the app is looking (though I have the simple install, so things might be different)...

Tomek

On Mon, Nov 2, 2009 at 12:08 PM, Matthew Prose <matthew.prose@...> wrote:

I actually did the advanced config.  So the app is looking for them in
the farcry/plugins folder and not the project root?

Matt


On Nov 2, 2009, at 10:21 AM, Jeff Coughlin wrote:

>
> Those settings should not have a problem working with the plugins you
> mentioned.
>
> It sounds like you chose a sub-directory installation.  In that case,
> make sure the plugins exist in the "farcry/plugins" folder.
>
> --
> Jeff Coughlin
> Web Application Developer
> http://jeffcoughlin.com
>
> On Nov 2, 2009, at 11:14 AM, Matthew Prose wrote:
>
>> Thanks for a quick reply, Jeff.
>>
>> I did update the app.
>>
>> I had to change these links in my project constructor file:
>> <!---
>> THE VIRTUAL WEBSERVER PROJECT FOLDER
>> --->
>> <cfset THIS.projectURL = "/pearlTechnology" />
>> <cfset THIS.webtopURL = "/webtop" />
>>
>>
>> Would this screw up the plugin links?
>>
>> Note: I installed the google plugin during the install of the
>> project and it works great.  This makes me think that farcry did
>> something on the install that I am missing here.
>>
>> Matt
>>
>>
>> On Nov 2, 2009, at 10:05 AM, Jeff Coughlin wrote:
>>
>>>
>>> Did you update the application scope to reflect the changes?
>>>
>>> --
>>> Jeff Coughlin
>>> Web Application Developer
>>> http://jeffcoughlin.com
>>>
>>> On Nov 2, 2009, at 11:04 AM, Matthew Prose wrote:
>>>
>>>>
>>>> I am having the worst time getting plugins installed after
>>>> installing
>>>> a project.
>>>>
>>>> I followed the directions on this page: http://code.google.com/p/farcry-jcfarcryflvplayer/wiki/JcFarcryFlvPlayer_1_1_documentation_FC5
>>>>
>>>> And it will not show up in the webtop. I have the plugin name in
>>>> the
>>>> constructor file and the folder in the web root.   Why is this not
>>>> showing up?  Is there a mapping that I need to create?
>>>> I added the cfimage plugin and I dont think it is working either...
>>>>
>>>>
>>>> Thanks
>>>> Matt
>>>>
>>>>>
>>>
>>>
>>>
>>>
>>
>>
>>>
>
>
> >





--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---


Re: FLV plugin

by Jeff Coughlin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


You did put the plugin in the farcry/plugins folder, right?

--
Jeff Coughlin

On Nov 2, 2009, at 12:08, Matthew Prose wrote:

>
> I actually did the advanced config.  So the app is looking for them in
> the farcry/plugins folder and not the project root?
>
> Matt
>
>
> On Nov 2, 2009, at 10:21 AM, Jeff Coughlin wrote:
>
>>
>> Those settings should not have a problem working with the plugins you
>> mentioned.
>>
>> It sounds like you chose a sub-directory installation.  In that case,
>> make sure the plugins exist in the "farcry/plugins" folder.
>>
>> --
>> Jeff Coughlin
>> Web Application Developer
>> http://jeffcoughlin.com
>>
>> On Nov 2, 2009, at 11:14 AM, Matthew Prose wrote:
>>
>>> Thanks for a quick reply, Jeff.
>>>
>>> I did update the app.
>>>
>>> I had to change these links in my project constructor file:
>>> <!---
>>> THE VIRTUAL WEBSERVER PROJECT FOLDER
>>> --->
>>> <cfset THIS.projectURL = "/pearlTechnology" />
>>> <cfset THIS.webtopURL = "/webtop" />
>>>
>>>
>>> Would this screw up the plugin links?
>>>
>>> Note: I installed the google plugin during the install of the
>>> project and it works great.  This makes me think that farcry did
>>> something on the install that I am missing here.
>>>
>>> Matt
>>>
>>>
>>> On Nov 2, 2009, at 10:05 AM, Jeff Coughlin wrote:
>>>
>>>>
>>>> Did you update the application scope to reflect the changes?
>>>>
>>>> --
>>>> Jeff Coughlin
>>>> Web Application Developer
>>>> http://jeffcoughlin.com
>>>>
>>>> On Nov 2, 2009, at 11:04 AM, Matthew Prose wrote:
>>>>
>>>>>
>>>>> I am having the worst time getting plugins installed after
>>>>> installing
>>>>> a project.
>>>>>
>>>>> I followed the directions on this page: http://code.google.com/p/farcry-jcfarcryflvplayer/wiki/JcFarcryFlvPlayer_1_1_documentation_FC5
>>>>>
>>>>> And it will not show up in the webtop. I have the plugin name in
>>>>> the
>>>>> constructor file and the folder in the web root.   Why is this not
>>>>> showing up?  Is there a mapping that I need to create?
>>>>> I added the cfimage plugin and I dont think it is working  
>>>>> either...
>>>>>
>>>>>
>>>>> Thanks
>>>>> Matt
>>>>>
>>>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>>
>>
>>
>>>
>
>
> >

--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---


Re: FLV plugin

by Matthew Prose :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


yeah, however I am confused because when you install a new project it  
will ask you to copy the plugin contents to the web root so you dont  
need a mapping.

So when installing a plugin after the project is completed should it  
only reside in farcry/plugins or should there also be a copy in the  
www/ of the project?

I am just thinking that there is a mapping missing somewhere.

Matt

On Nov 2, 2009, at 11:22 AM, Jeff Coughlin wrote:

>
> You did put the plugin in the farcry/plugins folder, right?
>
> --
> Jeff Coughlin
>
> On Nov 2, 2009, at 12:08, Matthew Prose wrote:
>
>>
>> I actually did the advanced config.  So the app is looking for them  
>> in
>> the farcry/plugins folder and not the project root?
>>
>> Matt
>>
>>
>> On Nov 2, 2009, at 10:21 AM, Jeff Coughlin wrote:
>>
>>>
>>> Those settings should not have a problem working with the plugins  
>>> you
>>> mentioned.
>>>
>>> It sounds like you chose a sub-directory installation.  In that  
>>> case,
>>> make sure the plugins exist in the "farcry/plugins" folder.
>>>
>>> --
>>> Jeff Coughlin
>>> Web Application Developer
>>> http://jeffcoughlin.com
>>>
>>> On Nov 2, 2009, at 11:14 AM, Matthew Prose wrote:
>>>
>>>> Thanks for a quick reply, Jeff.
>>>>
>>>> I did update the app.
>>>>
>>>> I had to change these links in my project constructor file:
>>>> <!---
>>>> THE VIRTUAL WEBSERVER PROJECT FOLDER
>>>> --->
>>>> <cfset THIS.projectURL = "/pearlTechnology" />
>>>> <cfset THIS.webtopURL = "/webtop" />
>>>>
>>>>
>>>> Would this screw up the plugin links?
>>>>
>>>> Note: I installed the google plugin during the install of the
>>>> project and it works great.  This makes me think that farcry did
>>>> something on the install that I am missing here.
>>>>
>>>> Matt
>>>>
>>>>
>>>> On Nov 2, 2009, at 10:05 AM, Jeff Coughlin wrote:
>>>>
>>>>>
>>>>> Did you update the application scope to reflect the changes?
>>>>>
>>>>> --
>>>>> Jeff Coughlin
>>>>> Web Application Developer
>>>>> http://jeffcoughlin.com
>>>>>
>>>>> On Nov 2, 2009, at 11:04 AM, Matthew Prose wrote:
>>>>>
>>>>>>
>>>>>> I am having the worst time getting plugins installed after
>>>>>> installing
>>>>>> a project.
>>>>>>
>>>>>> I followed the directions on this page: http://code.google.com/p/farcry-jcfarcryflvplayer/wiki/JcFarcryFlvPlayer_1_1_documentation_FC5
>>>>>>
>>>>>> And it will not show up in the webtop. I have the plugin name in
>>>>>> the
>>>>>> constructor file and the folder in the web root.   Why is this  
>>>>>> not
>>>>>> showing up?  Is there a mapping that I need to create?
>>>>>> I added the cfimage plugin and I dont think it is working
>>>>>> either...
>>>>>>
>>>>>>
>>>>>> Thanks
>>>>>> Matt
>>>>>>
>>>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>>
>>>
>>>
>>>>
>>
>>
>>>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---


Re: FLV plugin

by Tomek Kott :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

i think what it copies the plugin contents all it copies are files under the www/ folder of the plugin. This would include things like js or css meant for the plugin. I don't believe anything else is copied over. It certainly does sounds like there is a mapping missing somewhere...

On Mon, Nov 2, 2009 at 12:30 PM, Matthew Prose <matthew.prose@...> wrote:

yeah, however I am confused because when you install a new project it
will ask you to copy the plugin contents to the web root so you dont
need a mapping.

So when installing a plugin after the project is completed should it
only reside in farcry/plugins or should there also be a copy in the
www/ of the project?

I am just thinking that there is a mapping missing somewhere.

Matt

On Nov 2, 2009, at 11:22 AM, Jeff Coughlin wrote:

>
> You did put the plugin in the farcry/plugins folder, right?
>
> --
> Jeff Coughlin
>
> On Nov 2, 2009, at 12:08, Matthew Prose wrote:
>
>>
>> I actually did the advanced config.  So the app is looking for them
>> in
>> the farcry/plugins folder and not the project root?
>>
>> Matt
>>
>>
>> On Nov 2, 2009, at 10:21 AM, Jeff Coughlin wrote:
>>
>>>
>>> Those settings should not have a problem working with the plugins
>>> you
>>> mentioned.
>>>
>>> It sounds like you chose a sub-directory installation.  In that
>>> case,
>>> make sure the plugins exist in the "farcry/plugins" folder.
>>>
>>> --
>>> Jeff Coughlin
>>> Web Application Developer
>>> http://jeffcoughlin.com
>>>
>>> On Nov 2, 2009, at 11:14 AM, Matthew Prose wrote:
>>>
>>>> Thanks for a quick reply, Jeff.
>>>>
>>>> I did update the app.
>>>>
>>>> I had to change these links in my project constructor file:
>>>> <!---
>>>> THE VIRTUAL WEBSERVER PROJECT FOLDER
>>>> --->
>>>> <cfset THIS.projectURL = "/pearlTechnology" />
>>>> <cfset THIS.webtopURL = "/webtop" />
>>>>
>>>>
>>>> Would this screw up the plugin links?
>>>>
>>>> Note: I installed the google plugin during the install of the
>>>> project and it works great.  This makes me think that farcry did
>>>> something on the install that I am missing here.
>>>>
>>>> Matt
>>>>
>>>>
>>>> On Nov 2, 2009, at 10:05 AM, Jeff Coughlin wrote:
>>>>
>>>>>
>>>>> Did you update the application scope to reflect the changes?
>>>>>
>>>>> --
>>>>> Jeff Coughlin
>>>>> Web Application Developer
>>>>> http://jeffcoughlin.com
>>>>>
>>>>> On Nov 2, 2009, at 11:04 AM, Matthew Prose wrote:
>>>>>
>>>>>>
>>>>>> I am having the worst time getting plugins installed after
>>>>>> installing
>>>>>> a project.
>>>>>>
>>>>>> I followed the directions on this page: http://code.google.com/p/farcry-jcfarcryflvplayer/wiki/JcFarcryFlvPlayer_1_1_documentation_FC5
>>>>>>
>>>>>> And it will not show up in the webtop. I have the plugin name in
>>>>>> the
>>>>>> constructor file and the folder in the web root.   Why is this
>>>>>> not
>>>>>> showing up?  Is there a mapping that I need to create?
>>>>>> I added the cfimage plugin and I dont think it is working
>>>>>> either...
>>>>>>
>>>>>>
>>>>>> Thanks
>>>>>> Matt
>>>>>>
>>>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>>
>>>
>>>
>>>>
>>
>>
>>>
>
> >





--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---


Re: FLV plugin

by Jeff Coughlin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


The web mapping you're referring to should be explained in the docs.  
It is only used to reference client-side files under the plugin's www  
folder (like images, javascript, swf, and css).  Either setup the web  
mapping or copy the plugin's www folder contents into your project's  
www folder under a new subfolder with the same name as the plugin.

Regards,

--
Jeff Coughlin

On Nov 2, 2009, at 12:30, Matthew Prose wrote:

>
> yeah, however I am confused because when you install a new project it
> will ask you to copy the plugin contents to the web root so you dont
> need a mapping.
>
> So when installing a plugin after the project is completed should it
> only reside in farcry/plugins or should there also be a copy in the
> www/ of the project?
>
> I am just thinking that there is a mapping missing somewhere.
>
> Matt
>
> On Nov 2, 2009, at 11:22 AM, Jeff Coughlin wrote:
>
>>
>> You did put the plugin in the farcry/plugins folder, right?
>>
>> --
>> Jeff Coughlin
>>
>> On Nov 2, 2009, at 12:08, Matthew Prose wrote:
>>
>>>
>>> I actually did the advanced config.  So the app is looking for them
>>> in
>>> the farcry/plugins folder and not the project root?
>>>
>>> Matt
>>>
>>>
>>> On Nov 2, 2009, at 10:21 AM, Jeff Coughlin wrote:
>>>
>>>>
>>>> Those settings should not have a problem working with the plugins
>>>> you
>>>> mentioned.
>>>>
>>>> It sounds like you chose a sub-directory installation.  In that
>>>> case,
>>>> make sure the plugins exist in the "farcry/plugins" folder.
>>>>
>>>> --
>>>> Jeff Coughlin
>>>> Web Application Developer
>>>> http://jeffcoughlin.com
>>>>
>>>> On Nov 2, 2009, at 11:14 AM, Matthew Prose wrote:
>>>>
>>>>> Thanks for a quick reply, Jeff.
>>>>>
>>>>> I did update the app.
>>>>>
>>>>> I had to change these links in my project constructor file:
>>>>> <!---
>>>>> THE VIRTUAL WEBSERVER PROJECT FOLDER
>>>>> --->
>>>>> <cfset THIS.projectURL = "/pearlTechnology" />
>>>>> <cfset THIS.webtopURL = "/webtop" />
>>>>>
>>>>>
>>>>> Would this screw up the plugin links?
>>>>>
>>>>> Note: I installed the google plugin during the install of the
>>>>> project and it works great.  This makes me think that farcry did
>>>>> something on the install that I am missing here.
>>>>>
>>>>> Matt
>>>>>
>>>>>
>>>>> On Nov 2, 2009, at 10:05 AM, Jeff Coughlin wrote:
>>>>>
>>>>>>
>>>>>> Did you update the application scope to reflect the changes?
>>>>>>
>>>>>> --
>>>>>> Jeff Coughlin
>>>>>> Web Application Developer
>>>>>> http://jeffcoughlin.com
>>>>>>
>>>>>> On Nov 2, 2009, at 11:04 AM, Matthew Prose wrote:
>>>>>>
>>>>>>>
>>>>>>> I am having the worst time getting plugins installed after
>>>>>>> installing
>>>>>>> a project.
>>>>>>>
>>>>>>> I followed the directions on this page: http://code.google.com/p/farcry-jcfarcryflvplayer/wiki/JcFarcryFlvPlayer_1_1_documentation_FC5
>>>>>>>
>>>>>>> And it will not show up in the webtop. I have the plugin name in
>>>>>>> the
>>>>>>> constructor file and the folder in the web root.   Why is this
>>>>>>> not
>>>>>>> showing up?  Is there a mapping that I need to create?
>>>>>>> I added the cfimage plugin and I dont think it is working
>>>>>>> either...
>>>>>>>
>>>>>>>
>>>>>>> Thanks
>>>>>>> Matt
>>>>>>>
>>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>>
>>>>
>>>>
>>>>>
>>>
>>>
>>>>
>>
>>>
>
>
> >

--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---