PDA

View Full Version : [VB6] Loading TinyChat in Flash



Joshsadf
03-28-2012, 06:34 PM
[Only registered and activated users can see links]

That is the URL for the chat room. However I can't get it to load in Flash.


Flash.LoadMovie 0, "[Only registered and activated users can see links]"

That should work? But it doesn't.

Miguel
03-28-2012, 07:16 PM
Are you loading in the parameters?

Joshsadf
03-28-2012, 07:18 PM
Are you loading in the parameters?

Yea replicated them to the same as the site, still didn't work.

Soredavide
03-29-2012, 07:07 AM
I could not get anything to load using flash for [Only registered and activated users can see links] using [Only registered and activated users can see links] gave me the rolling eyes (never got the chat to load though). I used a wrapper using [Only registered and activated users can see links] (the page loads), [Only registered and activated users can see links] (this page has moved 403 error). I sniffed the connection and see it is x loading a youtube page, not sure of some mediaplayer load will need to be used.

Zachafer
03-29-2012, 12:25 PM
An easy way would be using the WebBrowser control.


webBrowser.Navigate "[Only registered and activated users can see links]"

j03
03-29-2012, 12:54 PM
That's just walking around the problem though lol

Zachafer
03-29-2012, 01:19 PM
[Only registered and activated users can see links] is all I could find.. Looks like it just reads the XML and nothing more

Joshsadf
03-29-2012, 05:51 PM
XML file defines user parameters I guess. And NEEDS to be loaded.

Joshsadf
03-31-2012, 12:44 AM
Soredavide

Any idea on how to get the XML read by the Flash Component?