Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on getURL() function within the Web Design forums, part of the Web Development category; Hi all, i am creating a video recorder, i have successfully done many work but strucked in very silly problem. I want to call a javascript function by passing argument ...
|
|||||||
| Web Design HTML, DHTML, XML, CSS, Browser Compatibility, Development feedback, and more. Web Design Issues and Problems |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
getURL() function
Hi all, i am creating a video recorder, i have successfully done many work but strucked in very silly problem. I want to call a javascript function by passing argument from actionscript. Actionscript code :
Code:
var lastvideo = "test_"+math.floor(math.random() * 10000000); function stop():void { geturl("javascript:finishrecording(lastvideo);"); }
Code:
function finishrecording (videoname) { document.write(videoname); }
|
| Sponsored Links |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to configure php mail() function in Apache server and how to use mail() function. | yusuf456 | PHP | 0 | 04-02-2009 05:49 AM |
| Function | geeta90210 | QTP | 2 | 08-18-2008 04:34 AM |
| throwexception from function to function | JobHelper | VB.NET | 1 | 06-25-2007 07:24 AM |
| pl/sql function | gujjar | Oracle Certification | 3 | 02-22-2007 10:47 AM |
| TSL Function | sutnarcha | WinRunner | 1 | 12-20-2006 05:40 AM |