HX3 Foren

HX3 Foren (https://hx3.de/)
-   Software- und Webentwicklung (https://hx3.de/software-webentwicklung-23/)
-   -   [Help][Javascript]Flash in Popup (https://hx3.de/software-webentwicklung-23/help-javascript-flash-popup-8763/)

Kompost 21.07.2004 13:29

Hi, ich weiß nicht genau ob ich hier richtig bin aber in die Designforen passts glaub ich auch nicht.

Wenn sich eine Flash in einem Popup öffnet, wie kann ich dann die Adresse ( ##/##/flash.swf) herausfinden?

Garry 21.07.2004 13:48

Ich würde mal sagen mit dem eigentlichen Link wo sich das POP Up Fenster überhaupt öffnet. Verstehst du?

Anders könnte ich es mir nicht vorstellen, wobei ich glaube das man das irgendwie gar nicht kann? :confused:

Musst du mal im Quellcode nachgucken!

Gruß Garry

Kompost 21.07.2004 13:53

Hab ich schon gemacht aber irgendwie ist dabei nix rausgekommen ._.

http://www.jibjab.com/thisland.html

Code:

<HTML>
        <HEAD>
 &nbsp;<title>JibJab.com</title>

 &nbsp;<LINK rel="stylesheet" type="text/css" href="jibjab.css">
 &nbsp;
        </HEAD>
        <body>
        <form name="jjForm">
 &nbsp;<input type="hidden" name="jjSite" value="1">
        </form>

<script LANGUAGE="JavaScript">
function play_this_land(){
window.open("http://atomfilms.shockwave.com/contentPlay/shockwave.jsp?id=this_land&preplay=1&ratingBar=off","play_this_land","height=520,width=635,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=1,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,z-lock=0,screenX=0,screeny=0,left=160,top=100")}
</SCRIPT>
<table width="470" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
 &nbsp;<td>
 &nbsp; &nbsp;<embed src="swfs/nav_logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="470" height="100"></embed>
 &nbsp;</td>
        </tr>

</table>


<table cellSpacing="0" cellPadding="0" align="center" border="0">
        <tr>
 &nbsp;<td><a href="javascript:play_this_land()"><img src="http://www.jibjab.com/images/ThisLand_main.jpg" alt="" border="0"></a></td>
        </tr>
</table>
<BR>

<table align="center">
        <tr align="center">
 &nbsp;<td colspan="2">
<font size="-1"> &nbsp;<a href="http://www.jibjab.com/blog">Visit our Blog</a><BR><BR>
 &nbsp; &nbsp;<a href="mailto:join-jibjab@lyris.dundee.net?subject=subscribe">Subscribe to JibJab's Newsletter</a></font>
 &nbsp; &nbsp;<BR><BR>
 &nbsp; &nbsp;        <font size="-2" color="#65767D">&copy; COPYRIGHT 1999 - 2004 JIBJAB MEDIA INC. ALL RIGHTS
 &nbsp; &nbsp; &nbsp;RESERVED</font><br>
 &nbsp;</td>
        </tr>
</table>


        </body>
</HTML>


 &nbsp;


Garry 21.07.2004 13:55

Das vielleicht?

http://atomfilms.shockwave.com/contentPlay...1&ratingBar=off

Kompost 21.07.2004 14:00

Ja, das ist die Adresse des Popups.
Ich dachte eigentlich aber das sich in dem pop up nur eine .swf Datei befindet und nicht noch zusätzlich eine .html.

Mein Ziel war es eiegntlich die Adresse der .swf herauszufinden aber trotzdem danke ._. ;)

Garry 21.07.2004 14:03

Achso verstehe.. mhh naja eigentlich müsste es ja gehen. Denn die muss ja auch irgendwo liegen?!

Weiss aber nicht wie das geht..

Gruß Garry

Kompost 21.07.2004 14:06

Na dann aber trotzdem danke für die Mühe die ich gemacht hab :cool:

Garry 21.07.2004 14:07

Kein Problem, war ja keine Mühe! :)

Gruß Garry


Alle Zeitangaben in WEZ +1. Es ist jetzt 22:06 Uhr.

Angetrieben durch vBulletin, Entwicklung von Philipp Dörner & Tobias


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119