Joseph,

Thanks for your reply.

Not sure if this is the problem.

I hardcoded my Internet servers IP address before I compiled the application
so I think I should be be able to access the FLVPlayer from any machine I
try to access via the internet.

connector.setURI("rtmp://myipaddress/oflaDemo");

Got my the natting in my router properly configured. All other red5 apps
work fine.

But, still the only machine I can access FLVPlayer is the one I compile
FLVPlayer from.

I placed the FLVPlayer.swf into the demos folder under red5 Tomcat webapps
with the other swfs.

I will keep looking to see if I can find my problem.

Regards,

Lenny

On 3/29/07, joseph wamicha <[EMAIL PROTECTED]> wrote:

Hi Lenny,

If I remember well, the setURI method is hardcoded to
rtmp://localhost/oflaDemo. Even if you change the ip on the textbox to the
remote machine and click on the button, it will still connect locally. You
need to reset the URI on clicking the button each time.

 On 3/29/07, Lenny Sorey <[EMAIL PROTECTED]> wrote:

>   Hello All,
>
> I have a quick question for anyone who successfully built John
> Grden's flex 2 FLVPlayer
> contributed back in November.
>
> I am using java 1.6 to build this project.
>
> Everything appears to work fine in the FLVPlayer.swf when I actually
> connect to
> my Internet server (Tomcat) from the machine this project it was built
> from. But when I try to access the FLVPlayer from
> a different  machine to my Internet server I cannot load and display the
> FLV's in the grid below the preview Screen.
>
> While I don't want to spend a whole lot of time on this, it is driving
> me crazy : )
>
> I was wondering if anyone could shed some light on the items in red
> below to see if these items are actually
> preventing the connection from other machines to the Internet server to
> display and play the flv and if this is the
> answer what is the remedy?
>
> Regards,
>
> Lenny
>
>
>
>
> I built the project with the following from the build.properties of
> Flex2  Example:
>
> ######################################
> ## tools
> ######################################
>
> # where you installed flex:
> flex2.dir=D:/flex_sdk_2
>
> # browsers
> firefox=C:/Program Files/Mozilla Firefox/firefox.exe
> ie=C:/Program Files/Internet Explorer/iexplore.exe
>
> # most of this shouldn't need to change
> compiler=bin/mxmlc.exe
> saplayer=player/debug/SAFlashPlayer.exe
> flashdevelop=D:/FlashDevelop_AS3/FlashDevelop.exe
>
> 
********************************************************************************
>
>
>
>
>
> D:\Red5_Samples>ant
> Buildfile: build.xml
>
> compile:
>      [exec] Loading configuration file D:\flex_sdk_2\frameworks\flex-
> config.xml
>      [exec] D:\Red5_Samples\org\red5\as3\net\SimpleConnector.mxml(83):
> Warning: Data binding will not be able to detect assignments to "greenIcon".
>
>      [exec]
>      [exec]     <mx:Image id="greenLight" source="{greenIcon}"
> width="16" height ="16" top="7" right="78" scaleX="1" scaleY="1" >
>      [exec]
>      [exec] D:\Red5_Samples\org\red5\as3\net\SimpleConnector.mxml(85):
> Warning: Data binding will not be able to detect assignments to "redIcon".
>      [exec]
>      [exec]     <mx:Image id="redLight" source="{redIcon}" width="16"
> height="16 " top="7" right="78" scaleX="1" scaleY="1" >
>      [exec ]
>      [exec] D:\Red5_Samples\FLVPlayer.mxml: Warning: The type selector
> 'LinkBar'  was not processed, because the type was not used in the
> application.
>      [exec]
>      [exec] D:\Red5_Samples\FLVPlayer.mxml: Warning: The type selector
> 'Tree' was not processed, because the type was not used in the application.
>      [exec]
>      [exec] bin/FLVPlayer.swf (265169 bytes)
>
> build:
>
> copyhtml:
>    [delete] Deleting: D:\Red5_Samples\bin\FLVPlayer.html
>      [copy] Copying 1 file to D:\Red5_Samples\bin
>
> launch:
>
> launchie:
>
> BUILD SUCCESSFUL
> Total time: 19 seconds
> D:\Red5_Samples>
>
>
> Lenny R. Sorey
>
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>


--
C is forever.
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to