all groups > coldfusion flash integration > recent posts
Flash 8 variables being sent to a PDF via CF8
Posted by Jim Schell at 11/2/2007 8:38:41 AM
Hello,
I am trying to figure out how to take data from a flash 8 movie and put it
into a pdf form for the end user to print. For example I have a form in
flash that the end user puts in the appropriate data to create a quote, they
click the quote button and then a pdf would open for them to pr... more >>
Destination 'ColdFusionGateway' requires FlexClient support which was introduced in version 2.5....
Posted by zilvester at 11/2/2007 12:00:00 AM
Hi,
Hopefully someone might recognise this error...
Sadly it brings up only one result on google and that's a bit vague as to how
that person got out of thier hole... :(
I'm trying some very simple Flex Messaging with Flex Builder 2.0.1 and CF8
Standard (with LiveCycle 2.5.? built in)
... more >>
Re: Enable Disable fields onclick
Posted by The ScareCrow at 11/1/2007 11:03:27 PM
See attached code for example.
Ken
<cfform name="myform" format="Flash">
<cfformitem type="script">
function doEnable(){
_root.t1.enabled = true;
}
</cfformitem>
<cfinput type="Text" name="t1" value="this field" required="No"
enabled="false">
<cfinput type="button... more >>
Re: Flash forms ActionScript documentation?
Posted by The ScareCrow at 11/1/2007 10:13:13 PM
It's all in the docs
http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=part_dev.htm
Ken... more >>
Has anyone seen this?
Posted by AdobeCF7User at 11/1/2007 4:33:59 PM
I have a website that uses a few flash forms on different pages. It's on a CF8
server and the clients are generally IE6. Sometimes all works well, sometimes
the flash form on a page doesn't show up.
Refreshing the browser, closing/re-opening the browser don't work. Restarting
CF doesn... more >>
Re: flash forms in Safari 3.0
Posted by Krogman at 10/31/2007 5:05:05 PM
I'm having the same problem - cfform format="flash". Using Version 3.0.3 (522.15.5) Safari for Windows.... more >>
My company provide most popular of the shoes model, bag, clothes, Bikini swimwear, sunglasses and watch of etc..
Posted by hongfeng17 NO[at]SPAM gmail.com at 10/31/2007 1:49:48 AM
hello ! ! !welcome to visit our website: http://www.nikestarshoes.com
Our main products : shoes Hoodies T-Shirt Jeans Jacket bags
Electronic and so on
we can supply many popular shoes model,bag,clothes ,bikini,sunglass
and watch and so on. We can give you products with good quality and
reas... more >>
Enable Disable fields onclick
Posted by rizor at 10/26/2007 4:04:08 PM
I have a cfinput field that is disabled when the form first loads (disabled="true")
I want to click a button to enable the field. (disabled="false")
How can this be done in a CF flash form?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Experiment with text file encryption/decryption between CF and Flash
Posted by mb213 at 10/26/2007 2:59:59 PM
Anybody ever tried to generate a text file from CF, encrypted/scrambled in some
way -- that Flash can then open and decrypt/unscramble to read from the file?
I was thinking of employing something similar to a hash function but haven't
been able to find much as far as CF or Flash's capabilitie... more >>
Re: Looking for BEST Tool to convert WMV to SWF
Posted by Adomacro at 10/24/2007 9:34:10 PM
i want to convert *.wmv to *.swf... more >>
ColdFusion to create hi-res CMYK PDFs
Posted by Colourscope001 at 10/24/2007 12:00:00 AM
Hi,
I am looking to create hi-res CMYK PDFs that include hi-res images at 300 dpi
(print quality) using Cold Fusion to convert the data from Flash. The user
uploads their hi-res image and text and then saves it. This gets sent to the
server and Cold Fusion outputs a print-quality PDF.
... more >>
Re: Looking for BEST Tool to convert WMV to SWF
Posted by cfhalf-life at 10/23/2007 9:23:34 PM
don't you mean to .flv?... more >>
Re: Filter CFgrid with Flash Remoting (Problem)
Posted by cfhalf-life at 10/23/2007 9:21:51 PM
isn't this supposed to be in dot notation instead
myService = connection.getService("/Working-Remoting/xxxx/flashRemotingResponder", responseHandler );
... more >>
Looking for BEST Tool to convert WMV to SWF
Posted by Adomacro at 10/22/2007 5:45:19 PM
I need to convert many wmv to swf....
Which tool is best?.
Any open source tool available?. If not, we can buy best tool. ... more >>
Flash forms ActionScript documentation?
Posted by seeker_ at 10/22/2007 12:47:47 AM
Using Coldfusion MX 7, I need a reference or documentation on acrionscript 2.0
that I can use in my flash forms.
Its hard to believe that I have a hard time finding a reference!
Thx
P.S. Is flash form's actionscript version on CF 8 any different from CF 7?
... more >>
Filter CFgrid with Flash Remoting (Problem)
Posted by nightkiller211 at 10/18/2007 6:06:10 PM
:confused;
I can't seem to figure out why the filter as you type feature isn't working.
When I type some text in the text-box it clears the grid. I can't get it to
work with Flash Remoting.
<cfsilent>
<!--- make an empty query to populate the grid with no records --->
<cfset memb... more >>
Saving XML from Flash XML.sendAndLoad
Posted by skyhead03 at 10/16/2007 9:49:49 PM
I'm new to XML and haven't a clue how to integrate Flash xml and Coldfusion.
There is a Flash app ( I didn't develop it) that is sending xml.sendAndLoad
formatted data like this to a cf page setSummaryQuiz.cfm
<?xml version="1.0" encoding="UTF-8"?>
<result lessonID="19" userID="56">
... more >>
Re: CF.query problems with CF8
Posted by sebFrance at 10/16/2007 4:25:18 AM
Hello,
Until the problem is corrected, I applied the following solution, which is not
very elegant but quite effective:
As CF.query tries to return a Result Set I simply turned the query above
CF.query ( "xx", "DELETE FROM TEST WHERE TR = 1");
In
CF.query ( "xx", "SELECT 1 AS ... more >>
Fatloss computer program
Posted by Angel vasquez at 10/15/2007 7:28:45 PM
I have been using this computer program for a couple weeks now and i am very pleased with the results so far. its a software fatloss program, if your looking for a diet/weightloss plan i reccomend you check this place out first: http://fatloss9.50webs.com
... more >>
Re: CF.query problems with CF8
Posted by sebFrance at 10/15/2007 5:03:50 PM
Hello,
I must clarify that the code using the CF.query is a .asr in SSAS
Thanks... more >>
Re: CF.query problems with CF8
Posted by sebFrance at 10/14/2007 4:15:00 PM
CF.query does not seem to tell the difference between SELECT query which
returns a ResultSet as the executeQuery while INSERT, UPDATE or DELETE returns
an int.
The problem must be in the decision to use either or executeUpdate in
executeQuery method CF.query (in CF8)
Thank you for all.
... more >>
CF.query problems with CF8
Posted by sebFrance at 10/14/2007 3:56:25 PM
Hello, in migration to CF8 (from CF7) when we use :
CF.query("xx","DELETE FROM TEST WHERE TR=1"); for example
CF failed with
java.lang.ClassCastException: coldfusion.sql.CFNoResultSetTable cannot be cast
to coldfusion.sql.QueryTable
This query run good under CF7 but failed under CF8
... more >>
HP Desktop for sale!
Posted by pbdude at 10/14/2007 4:03:08 AM
Hi,
I have an unused HP Pavilion with the fallowing specs:
# Processor: AMD Athlon 64 X2 4000+ (2.1GHz, 2000MT/s System Bus)
# Memory: 2048MB PC2-5300 DDR2 SDRAM memory (2x1GB) (expandable to 8 GB (4 x 2 GB) (64-bit OS)/ 4 GB (4 x 1 GB) (32-bit OS))
# Hard Drive:320GB 7200RPM SATA 3G (3.0 Gb/s... more >>
Watch NFL Games Online
Posted by Dexter H. at 10/13/2007 9:56:50 PM
Watch NFL Games Online!
For every one who wants to watch the games online because they dont live in the teams town or are at work i found a site that has basically every game covered. Its perfect if you have afford a monthly $70 direct tv nfl access subscription. they got a bunch of channels
The s... more >>
Re: CFGRID CSS Issue
Posted by Derrick_DC at 10/10/2007 1:27:26 PM
This has been resolved...... more >>
Re: cfcalendar Bug
Posted by AndrewNClarke at 10/10/2007 1:42:00 AM
Well, I continue to stand corrected. In the off chance that anyone actually
reads any of this, now I'm having the same issues with Firefox. On port 80,
cfcalendar works. On port 8526, it doesn't.
- Andrew.
... more >>
Re: problem with polish letters passing to database
Posted by PaulH **AdobeCommunityExpert** at 10/10/2007 12:00:00 AM
farmazone wrote:
> it via CF Administrator Page and on my remote server I have no access to this
> setting I think. Is there another way?
not that i know of, just tell your host you need this.
... more >>
Re: problem with polish letters passing to database
Posted by farmazone at 10/10/2007 12:00:00 AM
oh. thank you.
it's working when I added 'useUnicode=true&characterEncoding=utf8'. but I did
it via CF Administrator Page and on my remote server I have no access to this
setting I think. Is there another way?
... more >>
Re: problem with polish letters passing to database
Posted by PaulH **AdobeCommunityExpert** at 10/10/2007 12:00:00 AM
farmazone wrote:
> I use MySQL 5.0.41 .
what db driver? make sure it's the JDBC one not ODBC. have you added
"useUnicode=true&characterEncoding=utf8" to the url for the mysql dsn?
> <cffunction name="update" access="remote" returntype="any">
> <cfargument name="str" type="string" requ... more >>
Re: problem with polish letters passing to database
Posted by farmazone at 10/10/2007 12:00:00 AM
I use MySQL 5.0.41 .
They end up correctly for sure. I put :
<cffile charset="utf-8" output = "#str#" action = "write" file =
"#ExpandPath('./')#foo.txt" attributes = normal >
and it writes the correct string (after I added charset="utf-8" attributes) so
it is OK.
here goes whol... more >>
|