Loading...
Copy code
Close
Permalink
Close
Please tell us why you want to mark the subject as inappropriate.
(Maximum 200 characters)
Report Inappropriate
Cancel
Private Message
From :
guest
To :
Subject :
Content :
Type the characters you see in the picture below.
Send
Cancel
From :
guest
To :
Subject :
Content :
Type the characters you see in the picture below.
Send
Update
Cancel
Feedback
Email ID
Subject :
Comments :
Send
Cancel
Private Message
Type the characters you see in the picture below.
Type the characters you see in the picture below.
Attach files
Desktop
Zoho Docs
Google Docs
Each Attachment size should not exceed 1MB.
Max no of attachments : 3
Loading User Profile...
guest
Response title
This is preview!
Attachments
Publish
Back to edit
Cancel
(
)
Sign In
New to this Portal? Click here to
Sign up
You can also use the below options to login
Login with Facebook
Login with Google
Login with Yahoo
jQuery
Plugins
UI
Meetups
Forum
Blog
About
Donate
All Forums
Recent Posts
Log In
Search
jQuery
Search
jQuery Forum
Screen name:
betho1tj
betho1tj's Profile
1
Posts
0
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Ideas
Problems
Expanded view
List view
Private Message
Help how to stop video
[0Replies]
01-Dec-2012 01:37 PM
Forum:
jQuery Mobile
hi,
I am using jquery mobile ,
when I close popup, the video continues to play...
have any solution?
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Aplic. Web de jQuery Mobile</title>
<link href="jquery-mobile/jquery.mobile-1.0.min.css" rel="stylesheet" type="text/css"/>
<script src="jquery-mobile/jquery-1.6.4.min.js" type="text/javascript"></script>
<script src="jquery-mobile/jquery.mobile-1.0.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(e) {
$("#openVideo").click(function(){
$.mobile.changePage('#page2', {transition: 'pop', role: 'dialog'});
});
$("#page2").live("pagebeforehide", function(event) {
//----> HOW STOP VIDEO?
});
});
</script>
</head>
<body>
<div data-role="page" id="page">
<div data-role="header">
<h1>START</h1>
</div>
<div data-role="content">
<a href="" id="openVideo" data-inline="false" data-role="button">abrir</a>
</div>
</div>
<!-- ****************************PAGE 2*************************** -->
<div data-role="page" id="page2" data-theme="a">
<div data-role="header">
<h1>VIDEO</h1>
</div>
<div data-role="content" data-theme="a">
<div data-role="popup" id="popupVideo" data-overlay-theme="a" data-theme="d" data-tolerance="15,15" class="ui-content">
<iframe id="vid" src="video.avi" width="420" height="298" seamless></iframe>
</div>
</div>
</div>
</body>
</html>
«Prev
Next »
Moderate user : betho1tj
Forum