Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
Local Connection

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Flash
View previous topic :: View next topic  
Author Message
madal



Joined: 24 Oct 2006
Posts: 9

PostPosted: 05.03.2007 19:24    Post subject: Local Connection Add user to your forum ignore list Reply with quote

Prvi put radim u flashu i trebala bi mi mala pomoc.
Imam flv player i radim meni za otvaranje filmova, nesto kao na you tubeu. To su dvije swf datoteke.
Koristim Local Connection object Object da bi iz menija playeru prenio path do flv datoteke i uglavnom ne radi mi
Meni nesto posalje, player pocne svirati ali ne datoteku koju sam mu poslao. Dakle komunikacija postoji, ali se varijable ne prenose.
Ovako to nekako izgleda

Meni:

Code:

on (release) {
 x="http://www.site.com/video.flv";
 talkingLC = new LocalConnection();
 talkingLC.send("simple_lc", "videox", x);
}


Player:

Code:

listeningLC = new LocalConnection();

listeningLC.videox = function (x){
    player.loadVideo(x);

};
listeningLC.connect("simple_lc");


Lokalno mi sve radi, al kada uploadam na server nece.

thnx
Back to top
View user's profile Send private message Send e-mail
djankey



Joined: 22 Nov 2006
Posts: 128
Location: zg

PostPosted: 05.03.2007 21:54    Post subject: Add user to your forum ignore list Reply with quote

Nisam se bas bavio sa flv-om ali mozda NetConnection() umjesto LocalConnection()
Mozda pomogne:
http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001571.html

Javi ima li pomaka Rolling Eyes

_________________
http://www.as-flash.com
Back to top
View user's profile Send private message Visit poster's website
astolitu



Joined: 26 Jun 2004
Posts: 547
Location: Zagreb

PostPosted: 05.03.2007 23:02    Post subject: Add user to your forum ignore list Reply with quote

var listeningLC:NetConnection = new NetConnection();

_________________
http://www.markobjedov.com/
Back to top
View user's profile Send private message Visit poster's website Twitter profile
madal



Joined: 24 Oct 2006
Posts: 9

PostPosted: 06.03.2007 14:29    Post subject: Add user to your forum ignore list Reply with quote

djankey wrote:

Javi ima li pomaka Rolling Eyes


Ima ima, sve se miče,...
ali lokalno Shocked
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Flash All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group