Capturing a Flash Site Screen Shot

View: New views
7 Messages — Rating Filter:   Alert me  

Capturing a Flash Site Screen Shot

by Richard Steele :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Using CF8, how can we capture a screen shot of a Flash site problematically. The capture program we now use doesn't have a delay built in so it immediately takes a screenshot of a blank screen or the loading icon. Many thanks in advance.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328281
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4

Re: Capturing a Flash Site Screen Shot

by Alan Rother :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


It's not a CF or Java option (it's .net command line utility)

But it does exactly what you've described.

http://www.websitescreenshots.com/

<http://www.websitescreenshots.com/>=]

On Wed, Nov 11, 2009 at 3:09 PM, Richard Steele <rick@...> wrote:

>
> Using CF8, how can we capture a screen shot of a Flash site
> problematically. The capture program we now use doesn't have a delay built
> in so it immediately takes a screenshot of a blank screen or the loading
> icon. Many thanks in advance.
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328282
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4

Re: Capturing a Flash Site Screen Shot

by Richard Steele :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Thanks. I've installed it on our Windows 2003 Server. However it doesn't seem to work in a cfexecute. What might I be missing here?


<cfexecute name="c:\program files (x86)\webshot\webshotcmd.exe" arguments= "/url 'http://www.yahoo.com'" />



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328290
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4

Re: Capturing a Flash Site Screen Shot

by Stefan Richter-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Have you tested via the commandline first and made sure that that works?
Maybe try the .dll version and use cfobject?

Also note the implementation tips:
http://www.websitescreenshots.com/Usage.aspx#cltips

I remember having problems with cfexecute myself in the past and I seem to remember that I overcame them by using a substitute tag, I think it was this one:
http://www.cftagstore.com/tags/cfxexec.cfm

Stefan




On 12 Nov 2009, at 04:46, Richard Steele wrote:

>
> Thanks. I've installed it on our Windows 2003 Server. However it doesn't seem to work in a cfexecute. What might I be missing here?
>
>
> <cfexecute name="c:\program files (x86)\webshot\webshotcmd.exe" arguments= "/url 'http://www.yahoo.com'" />
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328294
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4

Re: Capturing a Flash Site Screen Shot

by Richard Steele :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi Stefan, I'm wondering if it's because it's on a 64 bit windows 2003 server machine. It seems to have a problem with the path having a space in it (c:\program files (x64)\webshot\).

> Have you tested via the commandline first and made sure that that
> works?
> Maybe try the .dll version and use cfobject?
>
> Also note the implementation tips:
> http://www.websitescreenshots.com/Usage.aspx#cltips
>
> I remember having problems with cfexecute myself in the past and I
> seem to remember that I overcame them by using a substitute tag, I
> think it was this one:
> http://www.cftagstore.com/tags/cfxexec.cfm
>
> Stefan
>
>
>
>
> On 12 Nov 2009, at 04:46, Richard Steele wrote:
>
> >
> > Thanks. I've installed it on our Windows 2003 Server. However it
> doesn't seem to work in a cfexecute. What might I be missing here?
> >
> >
> > <cfexecute name="c:\program files (x86)\webshot\webshotcmd.exe"
> arguments= "/url 'http://www.yahoo.com'" />
> >
> >


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328299
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4

Re: Capturing a Flash Site Screen Shot

by Richard Steele :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi Stefan, I'm wondering if it's because it's on a 64 bit windows 2003 server machine. It seems to have a problem with the path having a space in it (c:\program files (x64)\webshot\).

> Have you tested via the commandline first and made sure that that
> works?
> Maybe try the .dll version and use cfobject?
>
> Also note the implementation tips:
> http://www.websitescreenshots.com/Usage.aspx#cltips
>
> I remember having problems with cfexecute myself in the past and I
> seem to remember that I overcame them by using a substitute tag, I
> think it was this one:
> http://www.cftagstore.com/tags/cfxexec.cfm
>
> Stefan
>
>
>
>
> On 12 Nov 2009, at 04:46, Richard Steele wrote:
>
> >
> > Thanks. I've installed it on our Windows 2003 Server. However it
> doesn't seem to work in a cfexecute. What might I be missing here?
> >
> >
> > <cfexecute name="c:\program files (x86)\webshot\webshotcmd.exe"
> arguments= "/url 'http://www.yahoo.com'" />
> >
> >


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328300
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4

Re: Capturing a Flash Site Screen Shot

by Dave Watts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> Hi Stefan, I'm wondering if it's because it's on a 64 bit windows 2003 server machine. It seems to have a problem with the path
> having a space in it (c:\program files (x64)\webshot\).

Use the 8.3 name instead, which will be something like c:\progra~1\webshot\...

You can identify the 8.3 name by entering "dir /x" at a command prompt.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328311
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.4