Ultrashock Forums > Flash > ActionScript
play external flv in projector

You are currently viewing our website as a guest which gives you limited access to forums, files and other resources.

Click here to join now for free, and start interacting with our members, download files and much more!

Click here if you are looking for our Flash files and other professional assets.
 
Post Reply | View first unread | Rate Thread Search this Thread | Thread Tools | Display Modes

#1
Bookmark and Share!
play external flv in projector
Old 2006-05-26

Hi
I have flash mx 2004 and i trying to play external flv in window projector through component. It plays in browser but not in swf or projector, there is sound but no video.

anybody have suggestion for me

Thanks
postbit arrow 3 comments | 164 views postbit arrow Reply: with Quote   
Registered User
alflashy is offline
seperator
Posts: 221
2003-01-16
Age: 41
alflashy lives in United States
seperator

Ultrashock Member Comments:
alflashy alflashy is offline alflashy lives in United States 2006-05-26 #2 Old  
even i tried this

ActionScript Code:
  1. my_nc = new NetConnection();
  2. my_nc.connect(null);
  3. my_ns = new NetStream(my_nc);
  4. my_video.attachVideo(my_ns);
  5. my_ns.play("final2.flv");

But i can just here the sound in projector but no video. Everything looks goodin browser.

Anyone got any idea
Reply With Quote  
Art-c Art-c is offline 2006-05-29 #3 Old  
I've got the same problem once, and I think the problem was that the projector dosen't like folders with a space like "My Folder".

i noticed that it worked just fine when I've ran the projector from a cd but not from the harddrive.

Hope it helps.
Reply With Quote  
alflashy alflashy is offline alflashy lives in United States 2006-05-30 #4 Old  
Thanks
Art!c
I changed the folders names
But still not working.
I have not tested on the cd, I'll give it a try
But i downloaded Flash8 trial and it works great.
But no plans to upgrade now.
It would be great if someone can come up with some solution.
Thanks
Reply With Quote  
Thread Tools
Display Modes Rate This Thread
Rate This Thread: