473,657 Members | 2,513 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to enable autostart for this embedded video when page loads?

1 New Member
I'm in need of help getting the following video to autoplay when the page its on loads. I'm at wits end! Thanks so much!

Pastebin link to code:
http://pastebin.com/qCPPfqKV

---- Full Embed Code ---
Expand|Select|Wrap|Line Numbers
  1. <object type="application/x-shockwave-flash" align="middle" data="http://www.fox43tv.com/video_player/swf/EndPlayVideoPlayer_v1_4_FP10_2.swf?v=101712_0" width="200" height="182">
  2. <param name="movie" value="http://www.fox43tv.com/video_player/swf/EndPlayVideoPlayer_v1_4_FP10_2.swf?v=101712_0">
  3. <param name="quality" value="low">
  4. <param name="bgcolor" value="#000000">
  5. <param name="allowscriptaccess" value="always">
  6. <param name="allowfullscreen" value="true">
  7. <param name="allownetworking" value="all">
  8. <param name="wmode" value="opaque">
  9. <param name="flashvars" value="src=http%3A%2F%2Fmedia2.fox43tv.com%2Fvideo%2Fanvato%2F2013%2F05%2F21%2Ffox13_kristen_sivills_97894.mp4&plugin_vast=http%3A%2F%2Fwww.fox43tv.com%2Fvideo_player%2Fswf%2Fplugins%2FPluginEPAdIMA_v1_4_FP10_2.swf&vast_ads=true&vast_preRoll=http%3A%2F%2Fad.doubleclick.net%2FN5678%2Fpfadx%2Flin.wvbt%2Fwildcard_1%2Fdetail%3Bdcmt%3Dtext%2Fxml%3Bpos%3Dnative%3Btile%3D2%3Bfname%3Dfof13-kristen-sivills%3Bloc%3D%25loc%25%3Bsz%3D1x1000%3Bord%3D282969039632007500%3Frand%3D%25rand%25&vast_postRoll=http%3A%2F%2Fad.doubleclick.net%2FN5678%2Fpfadx%2Flin.wvbt%2Fwildcard_1%2Fdetail%3Bdcmt%3Dtext%2Fxml%3Bpos%3Dnative%3Btile%3D2%3Bfname%3Dfof13-kristen-sivills%3Bloc%3D%25loc%25%3Bsz%3D3x1000%3Bord%3D282969039632007500%3Frand%3D%25rand%25&vast_overlay=http%3A%2F%2Fad.doubleclick.net%2FN5678%2Fpfadx%2Flin.wvbt%2Fwildcard_1%2Fdetail%3Bdcmt%3Dtext%2Fxml%3Bpos%3Dnative%3Btile%3D2%3Bfname%3Dfof13-kristen-sivills%3Bloc%3D%25loc%25%3Bsz%3D2x40%3Bord%3D282969039632007500%3Frand%3D%25rand%25&plugin_omniture=http%3A%2F%2Fwww.fox43tv.com%2Fvideo_player%2Fswf%2Fplugins%2FPluginEndPlayOmniture_v1_4_FP10_2.swf&omniture_vidSegment=M&omniture_vidContent=video&omniture_debugTracking=false&omniture_account=dpsdpswvbt%2Cdpsglobal&omniture_visitorNamespace=fim&omniture_trackingServer=fim.122.2o7.net&omniture_trackingServerSecure=fim.102.122.2o7.net&omniture_vidID=0&omniture_id=video_player1&omniture_vidCategory=about_us_01&omniture_vidPubDate=2013_05_21&omniture_vidTitle=fox13-kristen-sivills&plugin_cc=http%3A%2F%2Fwww.fox43tv.com%2Fvideo_player%2Fswf%2Fplugins%2FPluginEPCaption_v1_4_FP10_2.swf&cc_dfxp=http%3A%2F%2Fmedia2.fox43tv.com%2Fvideo%2Fanvato%2F2013%2F05%2F21%2Fcaptions%2Ffox13_kristen_sivills_978940000.dfxp&epD=http%3A%2F%2Fmedia.wcpo.com%2F&showMenu=true&shareUrl=http%3A%2F%2Fwww.fox43tv.com%2Fgeneric%2Fface_of_fox_43%2Ffof13-kristen-sivills&shareTitle=fof13-kristen-sivills&poster=http%3A%2F%2Fmedia2.fox43tv.com%2F%2Fphoto%2F2013%2F05%2F21%2Ffox13_kristen_sivills_978940000_20130521144306_640_480.JPG&embed=true&embeddableWithLink=true&toggleVideoCode=3&loop=10&emailAction=http%3A%2F%2Fwww.fox43tv.com%2Femailaction&vW=320&vH=240&cntrlH=32"></object>
Jun 3 '13 #1
0 1540

Sign in to post your reply or Sign up for a free account.

Similar topics

3
2198
by: David | last post by:
How can I (in PHP) have my first edit box focused and ready for keyboard input when the page loads (yes, I am new to php :-D )
1
4672
by: R | last post by:
Hi, I have an image loaded on my page that comes from a remote site using JavaScript I'm using... <script src='http://www.whatever.com/JD088?template=GX5'></script> The image loads fine but my page seems to wait for this image to load before
0
1028
by: rb | last post by:
I have a tabstrip control with a multipage control. There are dropdownlists on the individual pages of the multipage control which are supposed to stay in one place. However, sometimes when the web page loads, I noticed that the dropdownlists moved out of place. If I reload the page it sometimes corrects this problem. Does anyone know why this happens?? Thanks!
3
1828
by: Paul | last post by:
Just wondering if there is a way to give a control focus when the page loads, for example so the user could start typing in a text box before clicking on it? Thanks, -- Paul G Software engineer.
1
978
by: Miguel Dias Moura | last post by:
Hello, I have an ASP.NET/VB web page (search.aspx) with a search form. When the button is pressed the keywords are passed like this: Sub searchClick(sender As Object, e As System.EventArgs) Response.Redirect("search.aspx?list=" & Request.Form("keywords")) End Sub To split the keywords I can use:
3
1929
by: i3enners | last post by:
Hello I am having problems with the ASP.Net calendar control. I have a style i apply to the selected date which works fine if i load the page then click on a date but when i set the selected date in the page load event it doesn't apply the style so my user's cannot see what date is actually selected. I am simply using the code calendar1.selecteddate = now() this doesnt style the calendar.
1
1251
by: ismailc | last post by:
Hi, i'm using an xslt file that loads my page - which does not use a body. The problem i have is that everytime i open the page the focus is on the submit button. I don't really want that - where i just want no focus when the page opens up. I geuss a javascript is needed but i also dont have a body tag! Any ideas! Please assist! Regards
3
1623
NawazAhmed
by: NawazAhmed | last post by:
Hi, I am working with Visual Studio 2003, framework 1.1 I am trying to focus a textbox when page loads. I tried Page.RegisterStartupScript("focus", "<script>document.getElementById('name').focus();</script>") and textbox.focus() and textbox.setfocus()
17
4071
by: handique | last post by:
Hi, I have javascript code for rotating images, but the rotation starts only when mouse is placed over the image. But i want to rotate images automatically when the page loads. Can any guide me in this regard. the javscript for rotating images is : mg src="'+mImages.src+'" onmouseover="this.src=\''+mImagesO.src+'\'" onmouseout="this.src=\''+mImages.src+'\'" border=0 id="img'+this.a3+'" style="cursor:pointer I want to replace...
0
1390
by: Dmal | last post by:
I wrote a script that allows me to start a video when an image is clicked. It works fine for html5 video but not embedded video (VLC+Webm). How do i make my script recognize the embedded video? Testing this in FF3.6 and FF4b9. <head> <style> #movie {} #img {}
0
8413
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8324
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8740
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8513
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8617
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6176
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1970
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.