Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

using PHP in dreamweaver

  • 24-08-2007 4:53pm
    #1
    Registered Users, Registered Users 2 Posts: 4,621 ✭✭✭


    hi guys first off i'm not up on most IT related stuff. I have a basic site i run for my club and I would like to how some videos from youtube. On Boards you can view the video directly using the PHP tab and your video shows in your post. How can i replicate that in Dreamweaver?

    Any help is appreciated.


Comments

  • Closed Accounts Posts: 270 ✭✭CoNfOuNd


    I think they are just using the normal HTML code which isn't PHP.

    When you go to any YouTube URL you'll see 'embed code' to the right of the video. Just copy and paste that code into an HTML file and it will show the video on the page.

    For example:
    <object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/A7Cd5LwV6eg"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/A7Cd5LwV6eg&quot; type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>


  • Registered Users, Registered Users 2 Posts: 4,621 ✭✭✭yomchi


    You are a gentleman. Worked a treat.

    Thanks!


Advertisement