Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
dubya #1
crazy
guys:
this is a highly simplified version of the helloVid app from the oreilly book:
in the fla:
stop();
myID = "";
nc = new NetConnection();
nc.setID = function(id){
myID = id;
ns = new NetStream(nc);
}
nc.connect("rtmp:/helloVideo", userNameInput.text);
with it, i get a netstream
with this below though, i don't. which is crazy , cos it's a copy and paste
job. why?:
in the fla:
stop();
import App;
var a = new App();
and as a seperate class file:
class App {
var myID = "";
var nc;
public function App ()
{
nc = new NetConnection();
nc.setID = function(id){
myID = id;
var ns = new NetStream(nc);
}
nc.connect("rtmp:/helloVideo", 'myName');
}
}
dubya Guest
-
slideshow crazy
Please check out www.minneapolis.edu.. If you have flash 8 player installed it works just fine. If you dont have it upgraded yet, my slideshow goes... -
crazy behaviour
Hi, I'm thring to get a form to respond to slections made in a select control. I'm not going mad it just feels like it - but my form just... -
Crazy PNG files...
I have a Publisher file that was created with Publisher 2000. It is a website and contains a variety of text files and pictures. When I loaded it... -
I think i am going crazy
i have made a file called blah.php containing <?php print "<b>this is a test " ?> i open the page in a browser and i see a blank page i... -
IE 5.0 make me crazy...
Hi, I have an aspx page with a Graph (teechart) and a button (export). The page is automatically updated by <META HTTP-EQUIV="Refresh"... -
dubya #2
Re: crazy
maybe i'm just a fool. this is no fun at all though. if i can't get even the
simplest thing like this to work then why even try to go on further? this is
making me feel like sh#t. :(
this is no place to get emotional you all probably think. i would normally too
i expect. but ffs, how much more basic can it get before it works?
yours having-no-fun-at-all
dubya Guest



Reply With Quote

