Closed Thread Icon

Topic awaiting preservation: change flash movies for different users using cookies or .. (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=12741" title="Pages that link to Topic awaiting preservation: change flash movies for different users using cookies or .. (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: change flash movies for different users using cookies or .. <span class="small">(Page 1 of 1)</span>\

 
sketch
Nervous Wreck (II) Inmate

From:
Insane since: Oct 2002

posted posted 05-16-2003 08:11

hi guys,

i working on a concept of changing the flash site first page. i trying to give user new flash movie interface as they

logon to the site every time. i will be keeping 4/5 flash movie interface..

is it possible to track this things...? using cookie or any other "fundaas" !!

plz give ur advice.. on this one..

regards
sketch

------------------------------------
It's so simple to be Happy, but so difficult to be simple.

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 05-16-2003 16:36

sketch: You can use Java Script to communicate with a movie (and vice versa):
www.flashcentral.com/Tech/HawaiiMap/
www.moock.org/webdesign/flash/fscommand/

but it is much easier to use PHP and just write extra data into the movie tags - see what we do on the GN locator (e.g. this is my location):
http://development.gurusnetwork.com/locator/262/

___________________
Emps

FAQs: Emperor

sketch
Nervous Wreck (II) Inmate

From:
Insane since: Oct 2002

posted posted 05-17-2003 07:20

thanx empee for advice.

can u guide me how to go implement ASP/PHP for this kind of things..?

regards
sketch

------------------------------------
It's so simple to be Happy, but so difficult to be simple.

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 05-17-2003 14:25

sketch: Urm well its pretty straight forward - do whatever you need to do with your server-side scripting langueg and then add it to the querystring on the .swf file. This is the bit from the locator (its fairly basic):

quote:
<object classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
width="540"
height="375">
<param name="movie" value="/locator/guru_locator.swf<?php echo $coord_string; ?>" />
<param name="quality" value="high" />
<param name="bgcolor" value="#333333" />
<embed src="/locator/guru_locator.swf<?php echo $coord_string; ?>"
quality="high"
bgcolor="#333333"
width="540"
height="375"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>



___________________
Emps

FAQs: Emperor

« BackwardsOnwards »

Show Forum Drop Down Menu