0
votes
1answer
62 views

how to play slideshare presentations using html5 player and slideshare API?

I am using slideshare player api http://www.slideshare.net/developers/playerapi to embed player in to my web application but it is embedding flash player and which is not playing on mobile ...
0
votes
1answer
204 views

Flash control not finding swf flv player file

I've spent 2 days tweaking on this problem am about to completely give up on Flash altogether (unfortunately 15% of the paying visitors to site are using IE7 which has no support for HTML5). I have an ...
2
votes
1answer
61 views

Why sound not play?

Good day. Code: <object width="500" height="500" id="ItemEditAnimationObject" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <param value="./Flash/1380312474.swf" ...
0
votes
0answers
279 views

Responsive embeded swf games

I just finished my website, it's online, but I'm having a hard time with the swf embeded games, I'm trying to make them responsive, but it's not working at all. I already asked that question, but no ...
0
votes
1answer
344 views

AS3 .swf file not playing or previewing when uploaded to server

Help needed. I have a .swf file of a flash game created using AS3. I have added it to a HTML file using object tag. When I test file locally in a browser window on my MAC it plays .swf file. The file ...
1
vote
1answer
416 views

Pause a (html5) youtube video on an IOS device

I'm trying to pause videos with MY OWN buttons in a IOS UIview that has youtube.com loaded. I have been trying to interact with the youtube api without luck. I'm looking at injecting my own code to ...
0
votes
1answer
308 views

How make .swf file is as link?

I use .swf file in may site: <div> <object width="100%" height="100%"> <embed src="@Url.Content( "~/Content/TopRight.swf" )" type="application/x-shockwave-flash" width="310" ...
0
votes
3answers
575 views

Why is javascript saying that addcallback function is not defined?

my first time on here. My problem is with AS3, Javascript and possibly the browsers Firefox and IE. I have done so much searching for an answer so i will print my code: i am using this line to ...
2
votes
3answers
9k views

How to Check if the browser supports HTML5?

EDIT I have changed some Javascript now, so if I can find a javascript function that detects HTML5 Video support, it should work. I have a HTML5 video player that has flash fallback, if HTML5 isnt ...