Topic: Flash and Javascript ( Topic Closed)
|

|
| Author |
|
donzella Newbie

Joined: 27 June 2004 Location: United States
Online Status: Offline Posts: 37
|
| Posted: 27 June 2006 at 2:54pm | IP Logged
|
|
|
I have been trying to get to some protected video files for playing in Flash. I have tried to put the player in the same directory as the flash files and linking directly to them or leaving the player outside the protected folder and using the xxxxxxxxxxxxxxxx in the url but neither of them are working for me. How does this work with Flash stuff?
Also, does HotLinkBlocker parse javascript and change the URLs in scripts? For Example:
Code:
<script type="text/javascript">
// <![CDATA[
var so = new SwifferObj("/wall/xxxxxxxxxxxxxxxx/_films/Player.swf", "Player", "420", "280", "8", "white");
so.addParam("flashvars","autoplay=&file=1040.flv");
so.write("SwifferContent_Player");
// ]]>
</script>
|
|
|
There is more script to this but you get the basics of what it's trying to do but I can't get the link in the code to be recognized by HotLinkBlocker. Is there a way to get Javascript to recognize them?
|
| Back to Top |
|
| |
donzella Newbie

Joined: 27 June 2004 Location: United States
Online Status: Offline Posts: 37
|
| Posted: 28 June 2006 at 10:02pm | IP Logged
|
|
|
Hello? Anyone listening?
|
| Back to Top |
|
| |
Sergey Admin Group

Joined: 11 March 2005
Online Status: Offline Posts: 750
|
| Posted: 29 June 2006 at 4:42am | IP Logged
|
|
|
Flash example with LINK protection:
Real file "/wall/flash.swf"
Code:
<embed src="/wall/xxxxxxxxxxxxxxxx/flash.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/in dex.cgi?P1_Prod_Version=ShockwaveFlash" &nb sp; type="application/x-shockwave-flash"> </embed>
|
|
|
donzella wrote:
Also, does HotLinkBlocker parse javascript and change the URLs in scripts? For Example:
|
|
|
See "Signing links manually" chapter in the documentation.
|
| Back to Top |
|
| |
donzella Newbie

Joined: 27 June 2004 Location: United States
Online Status: Offline Posts: 37
|
| Posted: 29 June 2006 at 7:17am | IP Logged
|
|
|
Well, I missed that in the documentation.
Thank you for the help.
|
| Back to Top |
|
| |
|
|
Sorry, you can NOT post a reply.
This topic is closed.
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum
|