all groups > coldfusion flash integration > february 2007
CF vs Flash remoting vs Flex
Posted by SJ11 at 2/20/2007 4:45:44 AM
From reading the docs on the products, it's really hard to tell what CF has and what Flex and the flash remoting server would provide over CFMX7. Does anyone have a difinitive answer on this?... more >>
Flash remoting
Posted by SJ11 at 2/19/2007 1:56:32 PM
I'm running CF MX7, do I need anything else to provide data to flash components? Any good resources you can recommend on learning this? ... more >>
Converting Flash to PDF with CF 7
Posted by peteykirk at 2/15/2007 7:16:16 PM
I was wondering if anyone knows if its possible to send a flash file with
parameters to the cfdocument tag and output a dynamic pdf file. I dont have a
server to test on and I dont know if it will run the swf file and include the
parameters before outputting to cfdocument. Something like this... more >>
Coldfusion and FLEX
Posted by kruse at 2/14/2007 12:00:00 AM
Hi,
I have got the following VO in flex:
package com.adobe.cairngorm.samples.store.vo
{
import com.adobe.cairngorm.vo.IValueObject;
[RemoteClass(alias="com.adobe.cairngorm.samples.store.vo.ProductVO")]
[Bindable]
public class ProductVO implements IValueO... more >>
Scroll Position
Posted by jedale at 2/13/2007 2:15:24 AM
I have a working listener on a mock scroll bar, but I get results that are not
correct. I was hoping that somebody knows how I could get the position of a
scroll bar through an actionscript alert or by binding it to a coldfusion form.
As shown in the code below, I am using "vScroll.vPos... more >>
Remote Component stored at server level?
Posted by Absurd Paradox at 2/13/2007 12:07:15 AM
Hey guys, I've got something funky going on that I can't seem to narrow down.
Basically, the setup is that I have individual swf's (flex) on individual
sites that call components on their own site to load data. The sites are
basically deployed shopping carts. Anyway, we're trying to integra... more >>
Sorting tree items manually
Posted by jedale at 2/11/2007 1:20:11 AM
I am trying to allow the user a way of shifting through items in a tree 2
levels deep. This will give the user a chance to order the items within the
tree so they can be sent to word in the desired sequence. I have working code
for shifting through items at the lowest level but I can't get it ... more >>
6.1 script not working on 7.0 server. Script used to work!
Posted by piaposa at 2/9/2007 6:09:25 AM
I've a problem with some coldfusion 6.1 scripts running on a server with
coldfusion 7.
It seems that it isn't accepting the hidden type for the tag cfinput, as it
throws an error
described on the following lines:
The value of the attribute TYPE, which is currently "Hidden", must be
one... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Multiple Image Upload Form w. Flash
Posted by forumposters at 2/6/2007 1:49:21 AM
I need to build a form to allow users to upload many image files all from the same page. Can Flash be used to do this? If so, please tell me what you know about this.... more >>
Date calculation in ActionScript
Posted by gregd at 2/5/2007 9:04:06 PM
I am trying to calculate a date in a Flash form based on values input to
fields. Basically the user is inputting a start date and a period in weeks, and
I want to calculate and display the end date.
I am trying to work out the ActionScript to hook to the onChange event of the
field.
Th... more >>
cfselect flash "style" question
Posted by PamG at 2/3/2007 11:57:41 PM
I'm using the <cfselect> tag with Flash formatting. The size attribute is set
to 3. I'm using whatever the defaults are for the style attribute. When the
cfselect renders to the screen, the spacing between the items in the select
control is too much. I can't figure out how to make the spac... more >>
|