Re: (ot) automatical re-diretion from youtube

2009-09-02 Thread Dave l

3 FRICKING MINUTES to find the answer... 3 FRICKIN MINUTES

In the 10 years you have been doing this you have probably never actually coded 
1 lick of it yourself.

Am I going to give the code to you?
Umm  no
You know how you send everyone those oh-so lame off-list vulgar filled messages 
.. including me...
oops.. now no code for for the PITA.

However, I did give the code to someone and told them that if they felt you 
should have it then they will post it  if not then oh well, at least I have it.

and another (ot).. priceless




 Dominic, have you implemented the API for this purpose?  If so I'd 
 like to steal a few lines to save some time?  Thanks. 


~|
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:325928
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


(ot) automatical re-diretion from youtube

2009-09-01 Thread Don L

hi all,

I'm wondering if there's a way to automatically launch/redirect to a url at the 
end of a youtube video (flash content) play, yeah, crazy.

Thanks. 

~|
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:325894
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: (ot) automatical re-diretion from youtube

2009-09-01 Thread Dave Watts

 I'm wondering if there's a way to automatically launch/redirect to a url at 
 the end of a
 youtube video (flash content) play, yeah, crazy.

I would certainly hope not.

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:325895
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: (ot) automatical re-diretion from youtube

2009-09-01 Thread Phillip Vector

It's a kludge, but if you know how long the video is, then remove the
controls and have it start as the page opens. Use a meta redirect to
redirect the page after so many seconds.

On Tue, Sep 1, 2009 at 8:12 AM, Dave Wattsdwa...@figleaf.com wrote:

 I'm wondering if there's a way to automatically launch/redirect to a url at 
 the end of a
 youtube video (flash content) play, yeah, crazy.

 I would certainly hope not.

 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:325896
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: (ot) automatical re-diretion from youtube

2009-09-01 Thread Dominic Watson

There's a full js API to the YouTube player. Ideally, you'd hook into that,
listen for a FinishedPlaying event and then do as you wish.

http://tinyurl.com/noptmw :p

Dominic

2009/9/1 Don L do...@yahoo.com


 hi all,

 I'm wondering if there's a way to automatically launch/redirect to a url at
 the end of a youtube video (flash content) play, yeah, crazy.

 Thanks.

 

~|
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:325897
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: (ot) automatical re-diretion from youtube

2009-09-01 Thread Don L

There's a full js API to the YouTube player. Ideally, you'd hook into that,
listen for a FinishedPlaying event and then do as you wish.

http://tinyurl.com/noptmw :p

Dominic

Thanks but it seems a mess to have this little thing available, I mean, doing 
all the implementation for it.  more thoughts? 

~|
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:325898
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: (ot) automatical re-diretion from youtube

2009-09-01 Thread Don L

It's a kludge, but if you know how long the video is, then remove the
controls and have it start as the page opens. Use a meta redirect to
redirect the page after so many seconds.

sorry not an option, the control has to be there, for one thing, for the 
existing users... 

~|
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:325899
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: (ot) automatical re-diretion from youtube

2009-09-01 Thread Don L

  I'm wondering if there's a way to automatically launch/redirect to a 
 ...
 I would certainly hope not.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/

hey dave 

~|
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:325900
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: (ot) automatical re-diretion from youtube

2009-09-01 Thread Dominic Watson

Using the API would clearly be the *clean* option - but the problem is of
course one of time. However, I can't see another way of doing this; i.e.
detecting the end of a youtube video playing. I'd suggest you'd spend more
time figuring out a hack than you would picking up the API.

Dominic

2009/9/1 Don L do...@yahoo.com


 There's a full js API to the YouTube player. Ideally, you'd hook into
 that,
 listen for a FinishedPlaying event and then do as you wish.
 
 http://tinyurl.com/noptmw :p
 
 Dominic

 Thanks but it seems a mess to have this little thing available, I mean,
 doing all the implementation for it.  more thoughts?

 

~|
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:325901
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: (ot) automatical re-diretion from youtube

2009-09-01 Thread Jason Fisher

+1 @Dominic

I gotta believe that working with a published and documented API is, by 
definition, the LEAST messy option out there.  If YouTube gives you exactly 
what you need to get to where you want to be with a few lines of JS, I would 
recommend doing that! 

~|
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:325903
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: (ot) automatical re-diretion from youtube

2009-09-01 Thread Dave l

I certainly wouldn't worry about redirecting them at the end of the video.. I 
have seen the said video and you are better off figuring out how to capture a 
browser close during the first 10 seconds if you plan on getting any of those 
people. 

~|
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:325906
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: (ot) automatical re-diretion from youtube

2009-09-01 Thread Don L

Using the API would clearly be the *clean* option - but the problem is of
course one of time. However, I can't see another way of doing this; i.e.
detecting the end of a youtube video playing. I'd suggest you'd spend more
time figuring out a hack than you would picking up the API.

Dominic

Yes, Dominic, you're exactly right, I don't want to nor can afford much time 
for it.  yes time. 

~|
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:325908
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: (ot) automatical re-diretion from youtube

2009-09-01 Thread Don L

 I certainly wouldn't worry about redirecting them at the end of the 
 video.. I have seen the said video and you are better off figuring out 
 how to capture a browser close during the first 10 seconds if you plan 
 on getting any of those people. 

Yes, you're right, the quality of the video has to be up and up then we can 
talk about the next thing/url, hopefully a bunch of intelligent people would 
help me to figure that out... 

~|
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:325909
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: (ot) automatical re-diretion from youtube

2009-09-01 Thread Don L

 +1 @Dominic
 
 I gotta believe that working with a published and documented API is, 
 by definition, the LEAST messy option out there.  If YouTube gives you 
 exactly what you need to get to where you want to be with a few lines 
 of JS, I would recommend doing that! 

The word,mess is loose on my end, key is to get thing done without having to 
spend too much time unless I want to that API programmer type but no.


~|
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:325910
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: (ot) automatical re-diretion from youtube

2009-09-01 Thread Charlie Griefer

On Tue, Sep 1, 2009 at 2:25 PM, Don L do...@yahoo.com wrote:


  +1 @Dominic
 
  I gotta believe that working with a published and documented API is,
  by definition, the LEAST messy option out there.  If YouTube gives you
  exactly what you need to get to where you want to be with a few lines
  of JS, I would recommend doing that!

 The word,mess is loose on my end, key is to get thing done without having
 to spend too much time unless I want to that API programmer type but no.


I have to think that with all of the time you're wasting trying to figure
out how to do it another way, you could have been done doing it the proper
way via the provided API.

-- 
I have failed as much as I have succeeded. But I love my life. I love my
wife. And I wish you my kind of success.


~|
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:325911
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: (ot) automatical re-diretion from youtube

2009-09-01 Thread Dave l

Come on now, we know that's not gunna happen.

Just put a frame at the end that says free naked chix click here, would get a 
better conversion rate.

I have to think that with all of the time you're wasting trying to figure 

~|
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:325912
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: (ot) automatical re-diretion from youtube

2009-09-01 Thread Don L

Using the API would clearly be the *clean* option - but the problem is of
course one of time. However, I can't see another way of doing this; i.e.
detecting the end of a youtube video playing. I'd suggest you'd spend more
time figuring out a hack than you would picking up the API.

Dominic

2009/9/1 Don L do...@yahoo.com



Dominic, have you implemented the API for this purpose?  If so I'd like to 
steal a few lines to save some time?  Thanks. 

~|
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:325913
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: (ot) automatical re-diretion from youtube

2009-09-01 Thread Gerald Guido


 I have to think that with all of the time you're wasting trying to figure
 out how to do it another way, you could have been done doing it the
 proper
 way via the provided API.



Yeah, what Charlie said.

Google has given you the keys to the kingdom. I looked at the code samples.
Not all that hard at all. Even for a n00b.

G!

On Tue, Sep 1, 2009 at 5:34 PM, Charlie Griefer
charlie.grie...@gmail.comwrote:


 On Tue, Sep 1, 2009 at 2:25 PM, Don L do...@yahoo.com wrote:


 I have to think that with all of the time you're wasting trying to figure
 out how to do it another way, you could have been done doing it the
 proper
 way via the provided API.

 --
 I have failed as much as I have succeeded. But I love my life. I love my
 wife. And I wish you my kind of success.


 

~|
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:325914
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4