| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Super Moderator
Join Date: Jan 2002
Location: Centreville, VA
Posts: 24,878
|
Howdy...
![]() I am pretty much dume with the HTML... I know I can call a script in IFRAME in my HTML page in mydomain.com like this... HTML Code:
<body> blah blah blah blah blah <IFRAME src="http://www.differentdomain.com/script.php"></IFRAME> whatever whatever whatever </body> Is there an alternative way of doing the same thing as I do with the IFRAME???
__________________
CyanBlue / Jason Je / Macromedia Certified Flash Developer & Designer http://CyanBlue.FlashVacuum.com http://www.FlashVacuum.com http://tutorials.FlashVacuum.com Do NOT PM, Email or Call me... Your question belongs right in this forum...
|
|
|
|
|
|
#2 |
|
ruby on rails fan :)
|
What are you trying to do? dynamically attach a flash object with javascrpt? to add a flash object without refreshing the page?
|
|
|
|
|
|
|
|
|
#3 |
|
Super Moderator
Join Date: Jan 2002
Location: Centreville, VA
Posts: 24,878
|
Basically what I want to do is to provide a Flash movie which can display some weather information so that an ordinary users(Tom, for example) can copy that HTML tag to display that Flash object in their own website...
So, in other words, blah blah and whatever whatever are Tom's site content and the Flash movie that is displayed by the script.php will be displayed in Tom's site from my company page... Know what I mean??? A mockup screen might looking like this... (will be deleted soon...) http://www.flashvacuum.com/~cyanblue...er/testWS.html There things the Flash content comes in from my company site which is being displayed in my domain...
__________________
CyanBlue / Jason Je / Macromedia Certified Flash Developer & Designer http://CyanBlue.FlashVacuum.com http://www.FlashVacuum.com http://tutorials.FlashVacuum.com Do NOT PM, Email or Call me... Your question belongs right in this forum...
|
|
|
|
|
|
#4 |
|
ruby on rails fan :)
|
Ooops - I guess the forum name HTML and JavaScript got me a bit confused.
Anyways, are you saying that you just want to have them add html to their site that displays a movie from your domain? Why can't they just copy and paste the actual object/embed tags? Hotlinking should work fine unless the server is setup to not allow it. If thats the case then can your IT guys change it so that hotlinking just that file is allowed? Or am I missing the question again? |
|
|
|
|
|
#5 |
|
Super Moderator
Join Date: Jan 2002
Location: Centreville, VA
Posts: 24,878
|
Hey...
![]() Been busy at work... We've got to do something by tomorrow afternoon and I am nowhere near that line... ![]() Okay... I think you are asking me to give the user the EMBED tag so that they can embed the Flash movie that's sitting on our end, right??? I cannot do that because there is FlashVars that's providing the dynamic data to the Flash movie so that it can be displayed within the Flash movie... In other words, I need to pass the zipcode from the user's location to my server's script to query the database to generate that FlashVars parameters... Any idea???
__________________
CyanBlue / Jason Je / Macromedia Certified Flash Developer & Designer http://CyanBlue.FlashVacuum.com http://www.FlashVacuum.com http://tutorials.FlashVacuum.com Do NOT PM, Email or Call me... Your question belongs right in this forum...
|
|
|
|
|
|
#6 |
|
ruby on rails fan :)
|
Well, I'll keep brainstorming, but, if they are just using html then I can't really think of another way to do it (without javascript). It seems like the best thing to do would be to have the flash movie call the php script to load the values from the database. But, if that is not an option, then I think the iframe may be your best bet. Is there something specifically wrong with using an iframe or did you just want to see if there was something better?
|
|
|
|
|
|
#7 |
|
WHAT!?
Join Date: Aug 2004
Location: San Diego, CA
Posts: 1,774
|
My experience with this is either use an iFrame of a div tag.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|