How to make a photo smaller?
Intercepting Flash....?
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What can I do?
• What to Read?
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Зарегистрируйся!

QAIX > ColdFusion > Intercepting Flash....? 11 December 2004 04:51:16

  Recent blog posts: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Moderators:

Intercepting Flash....?

Richard Crawford 11 December 2004 04:51:16
 I hope I'm explaining this right.

We have a Flash movie built by someone else outside of our department.
The movie takes in a number of values and then sends them to a Cold
Fusion script to send the values to the instructor via e-mail < cfmail >. The Flash movie then continues.

I would like to be able to display all of the values that are sent by
the movie prior to the values being sent by cfmail. I've tried putting
a simple cfdump in the same script with the cfmail tag, but that did not
do the job.

Any thoughts? Have I made myself clear at all?

--
Richard S. Crawford
Programmer III
UC Davis Extension Distance Education Group (http://unexdlc.ucd­avis.edu)
2901 K Street, Suite 200C
Sacramento, CA 95816
(916)327-7793


~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhostin­g.net

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:187126
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4

Add comment
Dave 11 December 2004 00:59:42 permanent link ]
 depends on how its getting its values
either add a few frames to the movie or get the values in the cfm file and return to flash but ur gunna have to edit the flash movie to do it

cfdump aint gunna help at all

---------- Original Message -------------------­---------------
From: Richard Crawford <rcrawford-99/FY1eo­7feN7KPXx4nXyfZ8FUJU­4vz8@public.gmane.or­g>
Reply-To: cf-talk-2K/2x8RPSj9­p9z4BATjFtQC/G2K4zDH­f@public.gmane.org
Date: Fri, 10 Dec 2004 13:52:11 -0800
I hope I'm explaining this right.>
We have a Flash movie built by someone else outside of our department. >The movie takes in a number of values and then sends them to a Cold >Fusion script to send the values to the instructor via e-mail < cfmail > >. The Flash movie then continues.>
I would like to be able to display all of the values that are sent by >the movie prior to the values being sent by cfmail. I've tried putting >a simple cfdump in the same script with the cfmail tag, but that did not >do the job.>
Any thoughts? Have I made myself clear at all?>
-- >Richard S. Crawford>Programmer­ III>UC Davis Extension Distance Education Group (http://unexdlc.ucd­avis.edu)>2901 K Street, Suite 200C>Sacramento, CA 95816>(916)327-7793­>

~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.­com

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:187132
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4

Add comment
Richard Crawford 11 December 2004 01:07:21 permanent link ]
 dave wrote:> depends on how its getting its values> either add a few frames to the movie or get the values in the cfm file and return to flash but ur gunna have to edit the flash movie to do it>
cfdump aint gunna help at all

I was afraid of that. I do not have access to the source code of the
Flash movie, so I'll have to get in touch with the original developer.

--
Richard S. Crawford
Programmer III
UC Davis Extension Distance Education Group (http://unexdlc.ucd­avis.edu)
2901 K Street, Suite 200C
Sacramento, CA 95816
(916)327-7793


~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynami­cs.com

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:187136
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4

Add comment
Nathan Strutz 11 December 2004 02:07:16 permanent link ]
 One thing I've done is something like this:

<cfsavecontent variable="dump">
<cfdump var="#getPageContex­t().getCFScopes()#">­
</cfsavecontent>
<cffile action="write" file="c:\dump.html"­ output="#dump#">

Then you can read the file off your hard drive.

Of course it's much better and easier to modify the flash movie :)­

-nathan strutz
http://www.dopefly.­com/

Richard Crawford wrote:> dave wrote:>
depends on how its getting its values>>either add a few frames to the movie or get the values in the cfm file and return to flash but ur gunna have to edit the flash movie to do it>>
cfdump aint gunna help at all>
I was afraid of that. I do not have access to the source code of the > Flash movie, so I'll have to get in touch with the original developer.>


~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.­com

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:187138
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4

Add comment
Michael Haggerty 11 December 2004 02:41:23 permanent link ]
 Okay, to break this down:

1) You have a Flash movie that posts varaibles to a CF
page

2) You would like to stop the movie once the variables
have been posted

One way you *might* be able to do this is with
javascript. Depending on how the author built the
movie, you may be able to issue a stop command to
control playback. Tutorial on javascript to Flash
communication here:
http://www.moock.or­g/webdesign/flash/fs­command/.

The one difficulty I see with this is detecting when
Flash is submitting data. I have seen some complicated
listener schemes built before, but they were
definitely browser specific and required some
knowledge of the internals of the Flash movie.

M

--- Richard Crawford <rcrawford-99/FY1eo­7feN7KPXx4nXyfZ8FUJU­4vz8@public.gmane.or­g>
wrote:
I hope I'm explaining this right.>
We have a Flash movie built by someone else outside> of our department. > The movie takes in a number of values and then sends> them to a Cold > Fusion script to send the values to the instructor> via e-mail < cfmail > >. The Flash movie then continues.>
I would like to be able to display all of the values> that are sent by > the movie prior to the values being sent by cfmail. > I've tried putting > a simple cfdump in the same script with the cfmail> tag, but that did not > do the job.>
Any thoughts? Have I made myself clear at all?>
-- > Richard S. Crawford> Programmer III> UC Davis Extension Distance Education Group> (http://unexdlc.ucd­avis.edu)> 2901 K Street, Suite 200C> Sacramento, CA 95816> (916)327-7793>



~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhostin­g.net

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:187141
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4

Add comment
Dave 11 December 2004 04:51:16 permanent link ]
 but u'd still need access to the fla
hes asking about doing it without mod'n the swf just the cfm page

richard if u wanna send me the swf i can probably break it down into a fla

---------- Original Message -------------------­---------------
From: Michael Haggerty <techsoldaten-/E159­7aS9LQAvxtiuMwx3w@pu­blic.gmane.org>
Reply-To: cf-talk-2K/2x8RPSj9­p9z4BATjFtQC/G2K4zDH­f@public.gmane.org
Date: Fri, 10 Dec 2004 15:41:23 -0800 (PST)
Okay, to break this down:>
1) You have a Flash movie that posts varaibles to a CF>page>
2) You would like to stop the movie once the variables>have been posted >
One way you *might* be able to do this is with>javascript. Depending on how the author built the>movie, you may be able to issue a stop command to>control playback. Tutorial on javascript to Flash>communication­ here:>http://www.mo­ock.org/webdesign/fl­ash/fscommand/.>
The one difficulty I see with this is detecting when>Flash is submitting data. I have seen some complicated>listene­r schemes built before, but they were>definitely browser specific and required some>knowledge of the internals of the Flash movie.>
--- Richard Crawford <rcrawford-99/FY1eo­7feN7KPXx4nXyfZ8FUJU­4vz8@public.gmane.or­g>>wrote:>
I hope I'm explaining this right.>>
We have a Flash movie built by someone else outside>> of our department. >> The movie takes in a number of values and then sends>> them to a Cold >> Fusion script to send the values to the instructor>> via e-mail < cfmail >> >. The Flash movie then continues.>>
I would like to be able to display all of the values>> that are sent by >> the movie prior to the values being sent by cfmail. >> I've tried putting >> a simple cfdump in the same script with the cfmail>> tag, but that did not >> do the job.>>
Any thoughts? Have I made myself clear at all?>>
-- >> Richard S. Crawford>> Programmer III>> UC Davis Extension Distance Education Group>> (http://unexdlc.ucd­avis.edu)>> 2901 K Street, Suite 200C>> Sacramento, CA 95816>> (916)327-7793>>

~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlan­ta.com

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:187156
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4

Add comment
 

Add new comment

As:
Login:  Password:  
 
 
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или УК РФ.


QAIX > ColdFusion > Intercepting Flash....? 11 December 2004 04:51:16

see also:
scale fonts vertically
build perl modules
QuickForm->process()
пройди тесты:
Do you know women?
see also:
All recruitment agencys come here!
Facebook account cracker

  Copyright © 2001—2008 QAIX
Idea: Miсhael Monashev
Помощь и задать вопросы можно в сообществе support.qaix.com.
Сообщения об ошибках оставляем в сообществе bugs.qaix.com.
Предложения и комментарии пишем в сообществе suggest.qaix.com.
Информация для родителей.
Write us at:
If you would like to report an abuse of our service, such as a spam message, please .