Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
SaiSubha #1
Kindly Guide
Hi all,
I am trying to stream, the media content from flash media server to My WM5.0
SP device/ O2 device.... I am having flash
run-time(flashlite2_1_winmobile5_ppc.CAB) installed on these devices...Its for
flashlite2.1.....
I developed the applicatin using Macromedia Flash 8 and published it using
publish settings flashlite2.1 and flashPlayer7 also...But nothing is happening..
And I am using the following code
-----------------------------------------------------------------------------
// These lines begin broadcasting.
var my_nc:NetConnection = new NetConnection(); // Create connection object.
my_nc.onStatus = function(info) {
Baba.text = info.code;
Baba.textHeight = 16;
Baba.textWidth = 16;
trace(info.code);
if (info.code == "NetConnection.Connect.Success") {
trace("Connection Successfull");
}
}
my_nc.connect("rtmp://192.168.0.4/music/Selections"); // Connect to server.
var publish_ns:NetStream = new NetStream(my_nc); // Open stream within
connection.
publish_ns.publish("Baba"); // Begin broadcasting.
var play_ns:NetStream = new NetStream(my_nc);
vidObj_video.attachVideo(play_ns);
play_ns.play("mp3:Swami Vivekananda - 0001");
--------------------------------------------------------------------------------
-----
The specified Mp3 file is stored in /Applications/music/Stream/Selections
folder
And the application plays the file on Desktop and shows the server connection
status on the textBox, But when I am publishing the file and running the .swf
file on Pocket PC, its not doing anything not even connecting....And its not
showing the connection status...
What Am I supposed to do.....I am totally new to flash.....Do I need something
to be installed on the device...What is the whole procedure...
Kindly do suggest some sample code or documentation.....
Regards,
Subhasmita.
SaiSubha Guest
-
Please- I really need some assistance-thankyou kindly- greatly appreciated
Gazing into my crystal ball I observed "Cekaitah" <wish@dreamsenders.com> writing in news:vsthe.55293$vN2.30509@clgrps13: Do you have a URL? ... -
cfchart and cfchartdata question. Kindly help!
Hello everybody, I really need someone to help me here. I'm new to charting. I'm developing a graphical interface to report the no of jobs logged in... -
Guide motion using AS?
Is it possible to create a guided motion using AS? I would like to create like a spiral motion (I have that in the normal guided motion format... -
Going crazy with requiredfieldvalidator controls . Kindly help me
Hello friends... On a single asp.net web page i have a single server-side form that contains a couple of user-controls. Each user control has its... -
scroll bars - kindly go away
Hi there, I ran into this site (don't ask how) and the layout seems to contradict something someone else told me about scroll bars and browser...



Reply With Quote

