Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   simple flash - html question (https://thetfp.com/tfp/tilted-technology/116267-simple-flash-html-question.html)

MexicanOnABike 04-15-2007 10:22 PM

simple flash - html question
 
hi.
my friend had an html site with a paypal form. i redid this site in flash but now i'm not sure how to make the form work. theres no actual link for this form but code that paypal creates for you. so question 01 is: how can i implement code in flash like html?

question 02 is similar: something else i'd like to do is instead of putting all this shit in flash, can i make the form open itself when i go to a html page? like somehow make an auto clickable button so that i could use "/form.html" as my flash button but on this form.html, it would open the actual for which is on paypal's website?

any ideas guys?!:no:

ok, i got a question that might be easier: let's say i have a link or button(image) in html, is there a way to trick it to auto click itself when you visit the page? like an action?

spindles 04-16-2007 08:06 PM

Quote:

Originally Posted by MexicanOnABike

ok, i got a question that might be easier: let's say i have a link or button(image) in html, is there a way to trick it to auto click itself when you visit the page? like an action?

You could write a javascript function that uses window.open to popup a new window and then add this function to onload on the body of the HTML page.

This is a URL about window.open:
http://www.javascript-coder.com/wind...dow-open.phtml

and on body onload:
http://www.htmlcodetutorial.com/docu...DY_onLoad.html

MexicanOnABike 04-16-2007 08:48 PM

sweet! thanks for that!

i'll give it a shot this weekend. but i might not need it, someone actually wrote a flash script to do EXACTLY WHAT i needed. so i'm set for now.

kofspades 04-17-2007 04:54 PM

Quote:

Originally Posted by spindles
You could write a javascript function that uses window.open to popup a new window and then add this function to onload on the body of the HTML page.

and be blocked by nearly all pop-up blockers...


All times are GMT -8. The time now is 02:38 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


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