[flexcoders] Security Cameras

2010-03-28 Thread archtechcomputers
Hi I have a Flex3 application that is displaying images from a security camera. The camera doesn't stream video but I can get a jpg from it. Because the camera is on a different network, I had to write a php application to get the jpg and send it to the flex app (due to security) The flex

[flexcoders] Blank Images

2008-07-21 Thread archtechcomputers
I am testing something with Flex3 and need some guidance. I have a security camera that I can only see as a jpeg 320x240 and I am trying to get a flex program to display an image every 3 seconds. I have used the image control and created a timer event to refresh the image every 5 seconds. The

[flexcoders] Re: Landscape printing in Flex

2007-06-07 Thread archtechcomputers
: On Wednesday 06 Jun 2007, archtechcomputers wrote: I even tried to design the page rotated, but when you rotate a label, you can't see it anymore :-( You need to change to an embeded font to make that bit work, but yes, when I try to print a rotated PrintDataGrid it hasn't been scaled correctly

[flexcoders] Re: Landscape printing in Flex

2007-06-06 Thread archtechcomputers
Hi Mike, Thanks for your input, I also am tring to print a certificate. Like I posted earlier, I need to print the page landscape. I've been working on it for hours.. I've done the following: // The function to print the output. public function doPrint():void {

[flexcoders] Landscape printing in Flex

2007-06-04 Thread archtechcomputers
Is there anyway to define landscape to the printer? I am working on a project that I need to print a single page that is in landscape. I've created a component that is 800 x 600, the print job adds that component as an print object and sends. If under the system printer dialog box, I don't

[flexcoders] SWFLoader Problems

2007-01-03 Thread archtechcomputers
I am working on an app and having troubles trying to get content to play properly. The user selects an item from the menu which trigers SWFLoader to load a Flash 8 swf file. When loaded, the sound doesn't play, popups aren't working. After researching, it seems to be a issue with Flex and Flash