[Flashcoders] Loaded swf file is not calling function residing main file if played from sub-domain or other domain.

2007-05-31 Thread Vivek Lakhanpal
System.Security.allowDomain(*) i don't see it is playing any role here. Don't know why. Can anyone provide me any insight into the issue? i will highly thankful. -- Thanks Regards, Vivek Lakhanpal. Phone: +91-987-608-2125 (India) Skype ID: lakhanpalv Website: http://viveklakhanpal.spaces.live.com

Re: [Flashcoders] Transitions on dynamically loaded swf slow down if you resize that loaded swf file and then play the transition.

2007-05-22 Thread Vivek Lakhanpal
file it plays smoothly. BTW i have to remove the transition from the current player on the website as it wasn't playing properly. Let me know if you understood the problem. I will try to send you the code next time -- Thanks Regards, Vivek Lakhanpal. Phone: +91-987-608-2125 (India) Skype ID

[Flashcoders] Transitions on dynamically loaded swf slow down if you resize that loaded swf file and then play the transition.

2007-05-21 Thread Vivek Lakhanpal
a transition on that slide/clip and it player nicely. I am not sure why is that. Any suggestion or help in this regard will be highly appreciated. -- Thanks Regards, Vivek Lakhanpal. Phone: +91-987-608-2125 (India) Skype ID: lakhanpalv Website: http://viveklakhanpal.spaces.live.com

[Flashcoders] Can we know the domain name from where swf file is currently playing?

2007-04-24 Thread Vivek Lakhanpal
Hi Everyone, Is there anyway we can check where from the current swf file is being played? Something similar to location.href of javascript? I don't want to use flashvars or javascript. Pure swf/AS. -- Thanks Regards, Vivek Lakhanpal ___ Flashcoders

[Flashcoders] Re: Can we know the domain name from where swf file is currently playing?

2007-04-24 Thread Vivek Lakhanpal
sorry i repeated this question. I found answer to this question on flashnewbie posted yesterday. On 4/24/07, Vivek Lakhanpal [EMAIL PROTECTED] wrote: Hi Everyone, Is there anyway we can check where from the current swf file is being played? Something similar to location.href of javascript? I

Re: [Flashcoders] Does Domain name play any role in within slide movement?

2007-04-12 Thread Vivek Lakhanpal
-powerpoint It's playing fine. Any idea why it's behaving this way? FYI for transition i am using 2 movie clips and changing their depth and unloading the clip from the bottom clip as soon as the movie is loaded into top clip. -- Thanks Regards, Vivek Lakhanpal

Re: [Flashcoders] Does Domain name play any role in within slide movement?

2007-04-10 Thread Vivek Lakhanpal
Thanks Rákos Attila it was actually a problem of allow secure domain. Anyway it's working fine now. -- Thanks Regards, Vivek Lakhanpal ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

[Flashcoders] Does Domain name play any role in within slide movement?

2007-04-09 Thread Vivek Lakhanpal
website/blogs. What can be the possible reason? Any help will be appriciated as you can see the player is already online and i am not finding any clue for such a behaviour. The requirement is it shall work fine from both www and without www url. -- Thanks Regards, Vivek Lakhanpal

[Flashcoders] attachVideo is functioning erratically!!!

2006-06-02 Thread Vivek lakhanpal
Hi everyone, I have a very strange problem with playing video/audio through NetConnection. Here is the code: == loadAudioFile(); function loadAudioFile(){ trace(inside) var connection_nc:NetConnection = new NetConnection();

Re: [Flashcoders] unescape function problem

2006-05-24 Thread Vivek lakhanpal
Of Vivek lakhanpal Sent: Wednesday, May 24, 2006 6:18 AM To: Flashcoders mailing list Subject: [Flashcoders] unescape function problem Hi, I am trying to pass url Encoded values to Flash through querystring. Everything is working fine when i unescape the passed value. But when i pass % sign for which

Re: [Flashcoders] unescape function problem

2006-05-24 Thread Vivek lakhanpal
actually i also never had to use it because i never encoded the querystring. But this time i got a real scenario in which user was trying to pass ab where is the seperator for name-value pair in querystring so i had to shift to url encode method. Which in turn led me to ' problem. :( Anyway

Re: [Flashcoders] unescape function problem

2006-05-24 Thread Vivek lakhanpal
Yea you are very right :). Although i have sort out that problem for time being saying that no one is going to sue % in his name. It was actually a full name or company name so sometimes user can say ABC XYZ or sometime they can write ABC's company etc. I was wondering if this is a problem in

Re: [Flashcoders] Alpha Masking Weirdness

2006-05-22 Thread Vivek lakhanpal
Try embedding font for the textfield. Thanks, Vivek On 5/23/06, Rifled Cloaca [EMAIL PROTECTED] wrote: All, I'm masking a MovieClip with an alpha mask using cacheAsBitmap. The MovieClip has a dynamic text field inside it that I populate at a later time. When I play the movie, the area

Re: [Flashcoders] Flash Media Server tutorial not working

2006-05-18 Thread Vivek lakhanpal
] On Behalf Of Vivek lakhanpal Sent: Thursday, May 18, 2006 10:06 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Flash Media Server tutorial not working Hi Aasim, As you mentioned you have Windows XP.It has been mentioned in the Technical requirement of FMS that it will work only

Re: [Flashcoders] Shared object not saving off cd-rom?

2006-05-17 Thread Vivek lakhanpal
Jim, You have to ask that particular user if he has set knowingly or unknowingly storage space to 0 for flash cookies i.e. shared object? As you might be knowing that Local Storage size can be altered through the settings tab by right click on the Flash app and opening settings window. Just a

Re: [Flashcoders] Flash Media Server tutorial not working

2006-05-17 Thread Vivek lakhanpal
Hi Aasim, As you mentioned you have Windows XP.It has been mentioned in the Technical requirement of FMS that it will work only on Windows 2000 Server or Windows 2003 Server of Windows platform. I doubt if your FMS is working at all. You can try Flash Comm server 1.5 instead of FMS it will

Re: [Flashcoders] [Q] What's the relationship with the setFocus and the ComboBox component???

2006-05-12 Thread Vivek lakhanpal
Hi, This doens't occur only if you put up a V2 component on stage. But you try to do with any of the component. Put any component on stage and then remove that from stage. you input text field won't leave the focus even after you click outside. i.e. It will fire kill focus and then again set

Re: [Flashcoders] x, y coordinates when using Mouse Listener object arenot giving correct output

2006-05-11 Thread Vivek lakhanpal
Hi Jim, I have tried this problem at 2-3 other places and at last it has been confirmed as some sort of bug in Flash. we have got a way out of the problem. You can follow the following thread: http://www.actionscript.org/forums/showthread.php3?p=484976posted=1#post484976 Thanks, Vivek

Re: [Flashcoders] x, y coordinates when using Mouse Listener object arenot giving correct output

2006-05-03 Thread Vivek lakhanpal
Hi Jim, Thanks for looking into the problem. It certainly seems a bug to me. For all other who might have not been able to replicate this bug on their machine here are the steps you can try and then check. == 1. Left click on stage

[Flashcoders] x, y coordinates when using Mouse Listener object are not giving correct output

2006-05-02 Thread Vivek lakhanpal
Hi All, I would like to get mouse coordinates i.e. xmouse ymouse when user's click in my flash file and I am using mouse listener for this. The problem i encountered is as follow I did left click on stage and got some x, y coordinates then without moving my mouse i did right click at same

[Flashcoders] x, y coordinates when using Mouse Listener object are not giving correct output

2006-05-02 Thread Vivek lakhanpal
Hi All, I would like to get mouse coordinates i.e. xmouse ymouse when user's click in my flash file and I am using mouse listener for this. The problem i encountered is as follow I did left click on stage and got some x, y coordinates then without moving my mouse i did right click at same

Re: [Flashcoders] Video capture

2006-04-30 Thread Vivek lakhanpal
try my_video.attachVideo(null); my_video.clear(); in function deleteCam_f() ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by