473,503 Members | 2,059 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 1536

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

Similar topics

3
2191
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
4667
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...
0
1021
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...
3
1820
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
969
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)...
3
1922
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...
1
1244
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...
3
1615
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",...
17
4055
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...
0
1384
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? ...
0
7204
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,...
0
7342
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...
0
7464
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...
0
5586
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4680
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...
0
3171
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3162
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1516
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
741
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.