Copy link to clipboard
Copied
This morning I opened Dreamweaver to update a web page which contains an iFrame using code from Vimeo. None of my project index files now display the iFrame and associated video. Nothing has changed and when you view the websites, the videos are present. Dreamweaver is up to date and displayed the iframes and videos a week ago. Again, the actual websites display the videos okay. Any suggestions? I even pasted in the latest Vimeo embed code, but it made no difference. Runing Windows 10 which is up to date.
Copy link to clipboard
Copied
Switch from Design to Live view (Ctrl +Shift + F11). Live view behaves more or less like an actual browser, although it isn't one.
If video works on the site as it should, you have no problem. If it stops working on the site, then you have a problem. Validate code & fix reported errors.
Copy link to clipboard
Copied
Nancy,
Thank you for the reply. Unfortunately, none of the videos display in Live view either. I have two computers I use for development and video editing. The one that I am having the problem with is running Windows 10. The second computer runs Windows 11. I just installed Dreamweaver on the Windows 11 computer and it works as expected. Unfortunately the Windows 10 computer hardware doesn't support Windows 11, so I cannot upgrade the OS on it. Any other suggestions? Any other suggestions?
Thanks.
Jim
Copy link to clipboard
Copied
Might be something on Vimeo's end or a security setting in Windows that's blocking external content.
Test with this YouTube video and see if it displays. Save file and hit Refresh (F5).
<h3>YouTube Video in Iframe</h3>
<div class="video-container">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/tgbNymZ7vqY"></iframe>
Copy link to clipboard
Copied
The other thing to try is Restoring Preferences. That fixes most problems in Dreamweaver.
https://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver.html
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
I haven't noticed any discernible differences between ver 21 and 21.3 on Win10. But maybe the new installation cleared out whatever the problem was. Glad you got it sorted. 🙂