Altering Flash with Javascript...

  • Thread starter Thread starter Smackrazor
  • Start date Start date
S

Smackrazor

Guest
Can you use javascript to stop and play a Flash movie? I don't need to know how, but just is it possible?

[TABLE border=5" cellspacing="0" cellpadding="15" bgcolor="#000000" bordercolor="#4B5359" bordercolorlight="#008DE6" bordercolordark="#002FA4][TR][TD]
[a href=//www.modsquad.f2s.com/][IMG SRC=//www.modsquad.f2s.com/logo2.jpg" border=0][/a]​

[a href="mailto: Smackrazor@mailandnews.com" style="font-family:arial;font-size: 9pt;color:#008DE6;text-decoration:underline;]Smackrazor[/a]

[font style=font-family:arial;font-size: 9pt;color:#008DE6;]Webmaster: [a href=//www.modsquad.f2s.com/" style="font-family:arial;color:#008DE6;text-decoration:underline;font-size: 9pt;]The Mod Squad[/a]
[/td][/tr][/table]​
 
Hmmm, that sounds difficult.

>>Can you use javascript to stop
>>and play a Flash movie?
>>I don't need to know
>>how, but just is it
>>possible?
>
>I think you can only send
>data to a flash movie
>by having the flash movie
>retrieve it from the server
>itself.


[TABLE border=5" cellspacing="0" cellpadding="15" bgcolor="#000000" bordercolor="#4B5359" bordercolorlight="#008DE6" bordercolordark="#002FA4][TR][TD]
[a href=//www.modsquad.f2s.com/][IMG SRC=//www.modsquad.f2s.com/logo2.jpg" border=0][/a]​

[a href="mailto: Smackrazor@mailandnews.com" style="font-family:arial;font-size: 9pt;color:#008DE6;text-decoration:underline;]Smackrazor[/a]

[font style=font-family:arial;font-size: 9pt;color:#008DE6;]Webmaster: [a href=//www.modsquad.f2s.com/" style="font-family:arial;color:#008DE6;text-decoration:underline;font-size: 9pt;]The Mod Squad[/a]
[/td][/tr][/table]​
 
>Hmmm, that sounds difficult.
>
>>>Can you use javascript to stop
>>>and play a Flash movie?
>>>I don't need to know
>>>how, but just is it
>>>possible?
>>
>>I think you can only send
>>data to a flash movie
>>by having the flash movie
>>retrieve it from the server
>>itself.

If you make a CGI program return a plain-text file when the flash movie requests it. I think the header is:

Content-type: plain/text

And the text information is formatted like a CGI URL with &Field=Value for variables, also spaces don't need to be converted into %20's

-Xotor-

[div align=center]

http://www.poseidonet.f2s.com/files/nostupid.gif
[/div]
 
another idea

well, you can use "Execute FS command" command to check the value of certain JS variable on each frame, for example. And the value of that variable can be changed through JS

Though, i'm gonna post this question on flasher.ru forum. Maybe they'll think something out

~Dr. W95
the Super-Puper Admin
http://www.thevats.f2s.com
 
Well, thanks all...

I'd better get studying.

[TABLE border=5" cellspacing="0" cellpadding="15" bgcolor="#000000" bordercolor="#4B5359" bordercolorlight="#008DE6" bordercolordark="#002FA4][TR][TD]
[a href=//www.modsquad.f2s.com/][IMG SRC=//www.modsquad.f2s.com/logo2.jpg" border=0][/a]​

[a href="mailto: Smackrazor@mailandnews.com" style="font-family:arial;font-size: 9pt;color:#008DE6;text-decoration:underline;]Smackrazor[/a]

[font style=font-family:arial;font-size: 9pt;color:#008DE6;]Webmaster: [a href=//www.modsquad.f2s.com/" style="font-family:arial;color:#008DE6;text-decoration:underline;font-size: 9pt;]The Mod Squad[/a]
[/td][/tr][/table]​
 
Back
Top