[Flashcoders] seekBar and volumeBar Handle conflict

2006-02-28 Thread Jamay Liu
Hi, I am trying to build a customized controller for my flv player with the flvPlayback components. For some reason, I can't get the SeekBar and the VolumeBar to behave properly together. They work fine when either is alone on the controller, but when they are both present, the seekBar handle

[Flashcoders] flash 8 security effects on javascript/jsp??

2006-02-20 Thread Jamay Liu
Hi everyone. I'm trying to load variables from a JSP file on my remote server to a local swf. I use loadPolicyFile and loadVars, and it works fine when the swf is called from the standard object/embed code on an html page. However, ultimately, I want to render the swf through a js.jsp file.

[Flashcoders] Re: flash 8 security effects on javascript/jsp??

2006-02-20 Thread Jamay Liu
clarification: render.js.jsp renders the object/embed code onto script.jsp thanks! On 2/20/06, Jamay Liu [EMAIL PROTECTED] wrote: Hi everyone. I'm trying to load variables from a JSP file on my remote server to a local swf. I use loadPolicyFile and loadVars, and it works fine when the swf

[Flashcoders] Ensuring commercial is played before the video while keeping .FLV external

2006-02-13 Thread Jamay Liu
Hi all, One of the services of my website will be providing flash videos to distributors. We have developed a player swf that takes in an introductory swf (mostly likely an ad/commercial) and the .flv video file as FlashVars parameters. Is there a way to provide access to these files to clients

[Flashcoders] securitySandboxError with FileReference and Jakarta FileUpload

2006-02-02 Thread Jamay Liu
Hi all, I am new to this list from [EMAIL PROTECTED] They directed me here with my problem; hopefully you can help me out! I am trying to implement an upload file feature on my website. I'm using the Flash 8 FileReference tools with Jakarta commons file upload, and it works fine locally.