Questions tagged [embedded-media]

6 questions
1
vote
0 answers

In Drupal 8, using the Deploy Module, I am not able to deploy the embedded or attached images/files, has anyone been able to get it to work with that?

Drupal 8, Deploy module is deploying content and data between two instances/installs, however, while passing the src modification that points to the embedded and attached media file (images in this case) it doesn't find the file as the file does not…
1
vote
1 answer

How to hide url of the embedded mov files in drupal using swftools?

How can I hide or obfuscate the url of the embedded mov files in drupal using swftools and flowplayer 3 as the video player. I tried using SWFObject2 but infact it outputs the url very clearly. The site is basically a online video selling site, so…
Nikhil
  • 1,268
  • 2
  • 13
  • 29
1
vote
2 answers

Firefox and Opera do not finish loading webpage with an embedded Windows Media Player file

BROWSERS CAUSING PROBLEM: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 Opera/9.80 (Windows NT 6.1; U; en) Presto/2.2.15 Version/10.10 CLIENT MACHINE: Windows 7 Ultimate 64-bit, 4 GB RAM, 250 GB HD, 2.3…
0
votes
1 answer

Tracking bar not working in embedded Windows Media Player

In my ASP.NET MVC application, I'm embedding Windows Media Player so that my users can listen to specific audio recordings. I'm using the following code:
0
votes
1 answer

Windows Media Player continues to play when JQuery Dialog is closed

I have an MVC application. The main view will have a grid with a list of recordings. Next to each recording there is a Play Button. In reality the play button is an ActionLink. On the OnClick Event of that ActionLink I open another view in a JQuery…
0
votes
1 answer

Embed vlcj player in JPanel

Hi I am trying to add a vlcj player in a jpanel. I am using this post and this post to realise this. I am also using a tutorial on how to use embeddedMediaPlayerComponent for this. I already got this working where the video is played in a JFrame. I…
user3485470
  • 121
  • 5
  • 11