|
|
|
|
![]() ![]() |
Mar 20 2008, 06:53 PM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 8 Joined: 18-March 08 Member No.: 59,510 |
I don't know if anyone on here is familiar with this script. You can check it out here. Basically it's a script that is supposed to give you javascript control over a flash object. I am using it for a flv player. My question is this. I would like to display the current file's title in a span element on the page, but the function described to gather the information for the current file doesn't seem to work for me. The function, as outlined on on this page looks like this:
CODE function getUpdate(typ,pr1,pr2,swf) { if(typ == 'state') { alert('the current state is: '+pr1'); } } I'm not even remotely sure how this is supposed to work, and I just keep getting an error that says that it isn't a function. I am using FireFox. Any help would be appreciated. Thanks |
|
|
|
Mar 24 2008, 05:00 PM
Post
#2
|
|
|
Define:EVIL PROGRAMMER (ē'vəl prō'grăm'ər)- n. An organism that converts caffeine into evil software. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 975 Joined: 25-September 05 From: The dungeon deep below the foundation of trap17 Member No.: 12,251 |
So you are trying to run javascript actions from flash? Whenever I've done that I never did something as complicated as that. There may be an advantage to doing it another way but i'm not sure, but this is how I would always do it:
CODE geturl("java script:functionname();"); where functionname is the name of the javascript function you are trying to call from flash. |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 25th July 2008 - 09:18 PM |