Wow, lucky guess by me.CameronBornAndBred wrote:Thanks for the tutorial, that's great. I'm not playing the video. That is my single most hated song of all time.
Just curious...Flash
Moderator: CameronBornAndBred
- YmoBeThere
- PWing School Endowed Professor
- Posts: 6912
- Joined: April 13th, 2009, 7:36 pm
- Location: South Central...Tejas
Re: Just curious...Flash
- CameronBornAndBred
- PWing School Chancellor
- Posts: 16132
- Joined: April 8th, 2009, 7:03 pm
- Location: New Bern, NC
- Contact:
Re: Just curious...Flash
Failed.---Wait..no...it works now..cheater....wilson wrote:Test
Duke born, Duke bred, cooking on a grill so I'm tailgate fed.
Re: Just curious...Flash
Well, I could have PW'ed my way through a second attempt. Fortunately, I'm a better person than that.CameronBornAndBred wrote:Failed.---Wait..no...it works now..cheater....wilson wrote:Test
- YmoBeThere
- PWing School Endowed Professor
- Posts: 6912
- Joined: April 13th, 2009, 7:36 pm
- Location: South Central...Tejas
Re: Just curious...Flash
It's obvious, this opens up a plethora of possibilities:
- Sue71
- Graduate Student at PWing school
- Posts: 1108
- Joined: April 9th, 2009, 1:39 am
- Location: Viva Las Vegas
Re: Just curious...Flash
Read the title of this thread (and didn't bother reading any of the posts other than to see that its about Flash on computers), but my first thought was FLASH GORDON.
You don't walk the plank in NJ. You just disappear. Forever.
Re: Just curious...Flash
Can't wait for Shammrog to show back up and tell us what his first thought was.Sue71 wrote:Read the title of this thread (and didn't bother reading any of the posts other than to see that its about Flash on computers), but my first thought was FLASH GORDON.
- DukeUsul
- PWing School Assistant Professor
- Posts: 2390
- Joined: April 14th, 2009, 9:30 am
- Location: Back in the dirty Jerz
- Contact:
Re: Just curious...Flash
-- DukeUsul
- DukieInKansas
- PWing School Endowed Professor
- Posts: 6611
- Joined: May 3rd, 2009, 11:48 pm
- Location: Kansas - scientist's say it's flatter than a pancake - cross it on a bicycle and you won't agree.
Re: Just curious...Flash
I must have been channelling Shammrog, because I think I had his first thought.wilson wrote:Can't wait for Shammrog to show back up and tell us what his first thought was.Sue71 wrote:Read the title of this thread (and didn't bother reading any of the posts other than to see that its about Flash on computers), but my first thought was FLASH GORDON.
Life is good!
- Miles
- PWing School Associate Professor
- Posts: 3318
- Joined: April 10th, 2009, 9:55 pm
- Location: Charlotte, NC!!!
- Contact:
Re: Just curious...Flash
Regarding DukeUsul's post: That's exactly what I was thinking when I saw this thread. Then I thought of Flesh Gordon.
sMiles
- DukieInKansas
- PWing School Endowed Professor
- Posts: 6611
- Joined: May 3rd, 2009, 11:48 pm
- Location: Kansas - scientist's say it's flatter than a pancake - cross it on a bicycle and you won't agree.
Re: Just curious...Flash
Miles wrote:That's exactly what I was thinking when I saw this thread. Then I thought of Flesh Gordon.DukeUsul wrote:
Flesh? Calling Shammrog.
Life is good!
- YmoBeThere
- PWing School Endowed Professor
- Posts: 6912
- Joined: April 13th, 2009, 7:36 pm
- Location: South Central...Tejas
Re: Just curious...Flash
I'm not sure how anyone is going to confuse that with the original Flash Gordon.
- bjornolf
- PWing School Professor
- Posts: 4686
- Joined: April 13th, 2009, 1:11 pm
- Location: Southbridge, VA
Re: Just curious...Flash
How do you get the part showing the size? I tried clicking on view page source and view page info and properties, but none of that shows that long code line with the width and height numbers. Thanks.YmoBeThere wrote:To post an embedded video via Flash:
1) Click on the FLASH button
2)You'll get the following:
3) Paste the URL for the video you are linking to between the two flash messages. From youtube, I copied the following:Code: Select all
[flash=][/flash]
From this, you need to keep: http://www.youtube.com/v/iQDiKGRut80&hl=en&fs=1&Code: Select all
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/iQDiKGRut80&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/iQDiKGRut80&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
4) After the = sign after the first flash enter the dimensions of the video, it will often be included in what you have copied and pasted. In this case above, you would use the values 425,344 thusly flash=425,344.
5) With all that done, you would get the following from the above:
Qui invidet minor est...
Let's Go Duke!
- YmoBeThere
- PWing School Endowed Professor
- Posts: 6912
- Joined: April 13th, 2009, 7:36 pm
- Location: South Central...Tejas
Re: Just curious...Flash
Most YouTube videos come in standard sizes, so that makes them relatively easy. All my experience has been with YT, there are lots of other sites out there but I haven't tried them out. Perhaps the site you are trying to link to has some FAQ's?bjornolf wrote:How do you get the part showing the size? I tried clicking on view page source and view page info and properties, but none of that shows that long code line with the width and height numbers. Thanks.
- bjornolf
- PWing School Professor
- Posts: 4686
- Joined: April 13th, 2009, 1:11 pm
- Location: Southbridge, VA
Re: Just curious...Flash
Okay, here's the YouTube video I was trying to do.YmoBeThere wrote:Most YouTube videos come in standard sizes, so that makes them relatively easy. All my experience has been with YT, there are lots of other sites out there but I haven't tried them out. Perhaps the site you are trying to link to has some FAQ's?bjornolf wrote:How do you get the part showing the size? I tried clicking on view page source and view page info and properties, but none of that shows that long code line with the width and height numbers. Thanks.
http://www.youtube.com/watch?v=S7amYNaPTRI
I can't find anything with the size anywhere. I tried the size you used, but all I got was a white rectangle on my screen. Show me, oh wise one!
Qui invidet minor est...
Let's Go Duke!
- DukeUsul
- PWing School Assistant Professor
- Posts: 2390
- Joined: April 14th, 2009, 9:30 am
- Location: Back in the dirty Jerz
- Contact:
Re: Just curious...Flash
See the part in the code where it says:bjornolf wrote:How do you get the part showing the size? I tried clicking on view page source and view page info and properties, but none of that shows that long code line with the width and height numbers. Thanks.YmoBeThere wrote:To post an embedded video via Flash:
1) Click on the FLASH button
2)You'll get the following:
3) Paste the URL for the video you are linking to between the two flash messages. From youtube, I copied the following:Code: Select all
[flash=][/flash]
From this, you need to keep: http://www.youtube.com/v/iQDiKGRut80&hl=en&fs=1&Code: Select all
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/iQDiKGRut80&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/iQDiKGRut80&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
4) After the = sign after the first flash enter the dimensions of the video, it will often be included in what you have copied and pasted. In this case above, you would use the values 425,344 thusly flash=425,344.
5) With all that done, you would get the following from the above:
Code: Select all
<object width="425" height="344">
Code: Select all
[flash=425,344]http://www.youtube.com/v/iQDiKGRut80&hl=en&fs=1&[/flash]
-- DukeUsul
- YmoBeThere
- PWing School Endowed Professor
- Posts: 6912
- Joined: April 13th, 2009, 7:36 pm
- Location: South Central...Tejas
Re: Just curious...Flash
They have embedding disabled on that video. So, you can't do it.bjornolf wrote:Okay, here's the YouTube video I was trying to do.YmoBeThere wrote:Most YouTube videos come in standard sizes, so that makes them relatively easy. All my experience has been with YT, there are lots of other sites out there but I haven't tried them out. Perhaps the site you are trying to link to has some FAQ's?bjornolf wrote:How do you get the part showing the size? I tried clicking on view page source and view page info and properties, but none of that shows that long code line with the width and height numbers. Thanks.
http://www.youtube.com/watch?v=S7amYNaPTRI
I can't find anything with the size anywhere. I tried the size you used, but all I got was a white rectangle on my screen. Show me, oh wise one!
Last edited by YmoBeThere on September 9th, 2009, 9:12 pm, edited 1 time in total.
- YmoBeThere
- PWing School Endowed Professor
- Posts: 6912
- Joined: April 13th, 2009, 7:36 pm
- Location: South Central...Tejas
Re: Just curious...Flash
YmoBeThere wrote:They have embedding disabled on that video. So, you can't do it.bjornolf wrote: I can't find anything with the size anywhere. I tried the size you used, but all I got was a white rectangle on my screen. Show me, oh wise one!
- cl15876
- PWing School Endowed Professor
- Posts: 5505
- Joined: April 8th, 2009, 7:04 pm
- Location: Dumfries, VA
- Contact:
Re: Just curious...Flash
Ymo, thanks for posting this! I've always loved the Boss and this was great! Took me back ..... thanks!YmoBeThere wrote: