Chromeless Windows That Open On Movie Load Or Load Of Html Page (Flash Ad Kit)
Hi guys,I was wondering if someone could help me out in creating these flash ads that appear out of nowhere. I see them mostly on rediffmail, yahoo and about.com. I know how to create a popup window on button click, but how you do that without a button. There's another dimension of ads nowadays. They are the transparent ads. They really look cool. Could someone with this knowledge pleeeeeeeeese help me out. I urgently need to create these ads.Regards,designable
KirupaForum > Flash > Flash 8 (and earlier) > Flash MX 2004
Posted on: 11-19-2004, 11:58 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Chromeless Windows That Open On Movie Load Or Load Of Html Page (Flash Ad Kit)
Hi guys,
I was wondering if someone could help me out in creating these flash ads that appear out of nowhere. I see them mostly on rediffmail, yahoo and about.com.
I know how to create a popup window on button click, but how you do that without a button.
There's another dimension of ads nowadays. They are the transparent ads. They really look cool. Could someone with this knowledge pleeeeeeeeese help me out. I urgently need to create these ads.
Regards,
designable
Flex Load HTML Site On Page Open
Hey there
I am really new to using flex on my mac, and have been playing about with it & its brilliant.
I have got 1 query as i am still learning to code just now. Is there a way to write the code to load a webpage into the project. ??
for e.g. i want to load a specific page of my site that has music and videos on it, but i dont want the links to be openly available to download, so i was thinking to have a flex project as my index file, which means its only a .swf file that would show up in the source code, I know it won't totally protect the file from being downloaded as that is inevitable - but i am just wanting it to be slightly harder if possible.
But i don't know how i would code this in flex, ?? Could anyone help me at all please.
Many Thanks
Load HTML Page Into A Flash Movie/textbox
Dudes,
I want HTML pages to be loaded into a Flash Movie or Textbox. This way, I can edit the HTML pages without messing with the Flash Layout. If I can load Flash movies into oneanother, I should be able to load whole HTML pages into a movie shouldn't I?
I know it can be done! But how!? Anyone?
Load HTML Page Into A Flash Movie/textbox
Dudes,
I want HTML pages to be loaded into a Flash Movie or Textbox. This way, I can edit the HTML pages without messing with the Flash Layout. If I can load Flash movies into oneanother, I should be able to load whole HTML pages into a movie shouldn't I?
I know it can be done! But how!? Anyone?
Chromeless Window - Load Page
Hi, i'm very new to flashing and action scripting alike. so it's your help i need. i am implementing a chromeless pop-up window, which i have working from the onPress event as such
Code:
chromelessButton.onPress = function()
{
getURL("javascript:myChromeless.openChromeless()");
}
What do i need to do to take this one step further and assign it to onLoad (or whatever)
as i have tried
Code:
chromelessButton.onLoad = function()
{
getURL("javascript:myChromeless.openChromeless()");
}
As well as assigning the createChromeless() from the javascript
But nothing loads at all either way.
Thanks
for any help
Dan
Chromeless Window On Page Load Via JavaScript?
I was wondering if anyone can direct me to or post a JavaScript to invoke a chromeless window right when my page loads. Or am I gonna have to make a welcome page that triggers my Main Page as a Pop-up? Any help would be appreciated, thank you.
Chromeless Window On Page Load Via JavaScript?
I was wondering if anyone can direct me to or post a JavaScript to invoke a chromeless window right when my page loads. Or am I gonna have to make a welcome page that triggers my Main Page as a Pop-up? Any help would be appreciated, thank you.
How Load A Html Page Into A Movie
I am making a page that wont go up to the internet but will stay on my computer. I want to be able to load a html link or a computer path in the middle of my movie. Kinda like frames in html
any help would be great.
jarrodlytle
Load Movie From Html Page
hi!
i don't know, whether to ask this question in this forum.
I have an html page and a flash movie in it.
The menu for website is not a part of flash movie. what i want is:
i click on any of the buttons in html pages and per click new movies should be loaded in the flash animation movie.
how is this possible?
Can I Load A HTML Page In A SWF Movie?
Is it possible to load a .html page into a SWF movie?
Such as:
Code:
loadMovie("main.html" , _root.loader)
This doesn't work, but is there a way to do it? Or is it impossible with flash?
Load Movie Based On HTML Page
I have a movie that I want to call another movie into (using load movie) based on the HTML page the original movie is on.
For example, if movie1.swf is on music.html page, then the music.swf will be loaded into the movie. If movie1.swf is on home.html, then I want home.swf to load into the movie.
Is there a way to do this? I know I can call functions and extract variables from text files, but I am not sure what is the best way.
Load New Html Page When Movie Ends?
This is probably simple but I am a noobie
All I want is, when my swf movie ends, the browser loads a new html page (called inside.html, in the same folder on the server).
In other words this is a "splash" flash, which should then load the secondary index page (inside.html) after the last frame of the swf movie.
I've tried all kinds of different things and I can't seem to get it to work. I'm using Flash MX. Help please!
--Jeff
Load Movie Not Working In HTML Page?
Hi,
I am working on a website for a choir. i have decided to create a flash movie that is embedded in to one of the html pages which will allow the user to listen to the choirs music.
the flash movie works by having a main movie with a list of buttons for the tracks of songs. When the user clicks on a button, a external swf file is loaded into a blank movie clip in the main movie (the external swf file containing a player which plays the mp3 of the song.
Now for my problem. Previously, I have used this method to create flash web sites, with the main swf file embedded into html. i have therfore used the same actionsript code to load my external swf's into the main swf. the code is as follows:
Code:
on (press) {
loadMovie("when_the_saints_player.swf", _root.target_mc);
}
The above code has worked fine in all my previous flash based websites but is not working on this one. When you load the main flash movie in the flash player (from the same location on my hard drive) the load movie function works fine. However, as soon as I embed the main swf into my html page, the main movie loads but the external ones do not load into the blank MC???
I have even tried opeing the main swf file in my browser to see if it is a browser issue but again, the links work fine. It is just when the movie is embedded into html??
i have tried moving the location of my main swf file and all the external files but nothing seems to work.
If anyone could help me out with this it would be much appreciated
Thanks for reading
Steve
Load A Xml File That Contains Urls - Want 2 Load A Movie Instead Of Open URL Links
i'm just wondering how does one go about to load an xml / text file into a text box.. this text file - has url links.. or a href tags.. how do i change it such that the url links can call actionscripts instead of opening the window to a url..
does that make sense?? if it still doens't - go to www.praystation.com
if you click on the "news" section - his urls open/load movie clips how do i make something similar to that
thanks
Embedding SWF Into HTML Page Stops Load Movie Function
I have a FLA with numerous external SWF's loaded simply by using code like this on a button:
on (release) {
_root.pattern.loadMovie("ss304.swf");
}
This works perfect when I test the movie and when I publish the movie. However, when I embed the SWF into a HTML page, the external SWF's no longer load. All the files are in the same directory.
Any idea how to solve this?
Thanks
Load Movie ('swf File For Which User Clicked On An Html Page', 1) ?
How can we load a movie inside another movie for which we do not know the name. Only thing we know that user has clicked on a link from an html page.
which is like this. http://www.yourdomain.com/create.php?file_id=15
where 'file_id=15' is 'welcome.swf'
User have so many links on the html page and can click any link and each link has a different 'file_id' associated to a different 'swf' file.
I mean how we can replace the "movie_name.swf" in 'Load_movie' command of flash with some kind of dynamic text to load the file for which the user has clicked on html page.
Is there any way? Thanks for your help!
Getting Flash To Load HTML Pages Into Iframes In A Seperate HTML Page
Hi everybody
Does anybody know how to get Flash to load HTML pages into a seperate HTML page?
I'm currently running an animation within a webpage, and my client would like to be able to have some captions in HTML on the page that go with specific parts of the animation.
He wants the captions done in seperate HTML pages so that they can be changed into different languages at a later date.
I am loading these captions (HTML pages) into <iframes> on the page.
So far so good..... however...
I need to be able to get flash to load the HTML pages into the <iframes>, in certain points within the animation.
So... Does anybody know how to get Flash to load HTML pages into a seperate HTML page?
I'm guessing getURL is used somewhere, but I don't know the exact code.
Hope you can help!
Deadhands
Getting Flash To Load HTML Pages Into Iframes In A Seperate HTML Page
Hi everybody
Does anybody know how to get Flash to load HTML pages into a seperate HTML page?
I'm currently running an animation within a webpage, and my client would like to be able to have some captions in HTML on the page that go with specific parts of the animation.
He wants the captions done in seperate HTML pages so that they can be changed into different languages at a later date.
I am loading these captions (HTML pages) into <iframes> on the page.
So far so good..... however...
I need to be able to get flash to load the HTML pages into the <iframes>, in certain points within the animation.
So... Does anybody know how to get Flash to load HTML pages into a seperate HTML page?
I'm guessing getURL is used somewhere, but I don't know the exact code.
Hope you can help!
Deadhands
HTML Code In Flash To Load An HTML Page In A Frame
Hello.
I have an existing website built in html, with three frames. One on the top for the banner, one on the left for navigation, and a larger window to the right of the navigation for the main content. I want to replace the content in my navgation frame with a flash built navgation menu, and when my menu items are selected, it will load a new page in the content frame.
I currently have this working fine in html. I can make my buttons link to a URL no problem in flash, but how do I tell it to load the content into the other frame? I haven't started this process yet, and figured I'd ask first to get any ideas.
Thanks.
How To Load Either Flash Page Or Html Page?
Hi,
I am new to Flash. I have a webpage made in Flash, a page made in regular html. I want the user to be automatically directed to the html version if they don't have Flash 8 installed.
I checked out SWFObject but im really confused of what to do. This has been done so many times, there must be an "easy" way to do it. It is javascript code, right? Where do i add the extra code?
Any help would be great!
Thanks,
Dave
Load HTML Page Into Flash MC?
I'm wondering if this is possible, and if someone has created a component that allows this. Now I'm not just talking about an all-text HTML page (I've seen a tut on that already) but a live URL page. I would prefer to put it in a scroll pane but it seems that will only load external .txt and jpg files.
Anyone know if this is possible, and if so, how to do it?
Thanks!
Can I Load In My Flash An HTML Page
sorry guys can anyone help me if i can load an html page in my flash site i am working on.i need that so my site can be updated by someone who knows html. Will this html have scrollbars? i thought that a txt file could also be loaded but i don't know how but i think that txt can't have bold or italic letters where i want and they all seam the same way. please help me.
Load Html In To Flash Page
Hi everybody,
How could a load a html page into a movie clip.
Or just load html page in a specific location inside swf
thanks
How To Load HTML Page In Flash?
Is there a way to load full html page from some url un flash for example www.flashkit.com in main flash which will have only one function... to load that html page?
Thank you!
Load Html Or Php Page In Flash.
Im working on updating a site for my boss, and he is interested in using a blog to update news/press etc to his flash website. A friend told me that you can load in a rendered web page as text and have flash treat the text accordingly (so the design matches). It would just appear in field with a slider. Can anyone recall a tutorial out there that explains this well. I essentially want a wordpress blog or blogger to get pulled by my flash file.
How Do I Load An HTML Page Into A Frameset From FLASH
I'm designing a new site that will be put into two frames. The Frameset will be split top. I need the Flash movie which will be in the bottom frame to load an html page into the top frame. In the actionscript dialog box in Flash I have put URL: banner.html (the HTML page I need to be loaded into the top frame) but I don't know how to set up the Window: part. The name of the HTML frame the HTML page needs to load into is called csu_banner.html and the frame name is called banner. Can anyone tell me what I need to put into the Window: part of the Get URL action for this to work. I desperately need some help on this one.
Is It Possible To Load An HTML Page Into A Flash Object
For example if you wanted to make a window within flash that opens another website (like a frame in Dreamweaver etc).
Could be used for example to build a flash based web browser that has your own user interface but Internet Explorer as the renderer.
I haven't seen any examples of it so it may not be possible.
Thanks
Nick
Load New HTML Page Without Loading New Flash.
Bet it is not possible. But is is possible to go to a new page with out reloading the flash? I want a menu that I have made in flash to, when you click on a section animate new subsections coming down. Yet, when you click on it (of course) it must load a new page in html and thus interupting the animation and reloading the flash. The subsections are no longer visable unless you click on it again which reloads the page.
Is it possible to do this?
If not, is there a faster way to do this without making a new swf for each page (there are 12 sections in all each with at least 2 subsections).
Thankyou for any ideas.
Load A HTML Page Into A Flash File
Hi, does anyone know a way to load a html page into a flash file like you would use loadMovie except like loadHTML? i know it can be done i just dont know how.
any help would be really appreciated.
thanks
Kessem
Load A HTML Page Into A Flash File
Hi, does anyone know a way to load a html page into a flash file like you would use loadMovie except like loadHTML? i know it can be done i just dont know how.
any help would be really appreciated.
thanks
Kessem
Using A Form In Flash 8, To Load #ed Html Page
OK, Here is the plan: I Want to have a simple .swf on a Home page. The .swf has one txt input box and one button (submit), a simple form. The input for the txt box will be a number (ex 27483), when the user clicks submit.....the .swf will load the coresponding .html page in the browser (ex 27483.html).
I am not the most fluent in AS, i really don't know where to begin...or end .
I'm using Flash 8 Pro, AS2.
Any help would be much apprecated. Thank you
[F8] Using A Flash Nav To Load Separate Swf's In An Html Page
ok so this is what I'm trying to accomplish, although I don't know if it is an efficient solution but here it is...
I have a page called index.html and within it I have nav.swf and below it I have a separate space for different swf photo galleries... what action do I put on the buttons in the nav to load the photo galleries into the html page? Thanks in advance...
Load An HTML Page Into Flash Exe File
Hi,
I am working on a kiosk project that I am building in flash 8 and plan to deploy as an .exe file run through flash player.
There are a couple of page that are going to contain some data from one of our vendors. That vendor has some proprietary software that generates html page.
Without going into the long, drawn out explanations as to why I can't strip out what I need from that HTML page, I need to know if I can load an entire HTML page onto my main stage?????
I did a search on this site's past threads but most of the replies are over a year old related to this subject and I was hoping with flash 7 or 8 there may be been some new possibilities created.
By the way, I saw some solutions that suggested using iframes but since I building this all in flash (and am not embedding into an html document) I assume I can't use the iframes solution for a flash .exe file.
At this point there are no alternatives available. Has anyone played around with trying to do this?
help!
Load HTML Page Inside FLASH?
Hey guys, It's been a while =)
Anyway, here's my question; I have a flash app that I need to load an HTML page within. How would I do this?
That's the long and short of it. Thanks in advance for your help!
Can Flash Load After Whole Html Page Is Loaded?
Is it possible for a flash in a plug-in to load after the rest of the page loads?
I am getting the problem that the HTML page and images on the page do not start to load until the flash is loaded.
Thanks.
Flash Loader (to Load A Html Page)
Hello,
I used the search function and didnt find anything.
Does anybody know of a way to use a flash loader to load a html page? I hope that makes sense.
So basically the flash loader is repeating whilst it loads the html page, then the html page is instantly displayed.
Any ideas? All help will be greatly appreciated.
Regards
James
Help Needed - Load An Html Page In Flash
Please can anyone help me? I am not an expert in flash and actionscript.
I am building my personal home page with flash, and I would like to load an html page inside a specific frame of my flash website.
I want to keep it inside this frame, so scaling the html page might be needed.
Thank you for your help.
Open Fixed Size Html Page From Flash Movie
i need to open an html page that is scripted to open at a specific place and at a specific size. the html page also contains an iframe.
ive tried the tutorial written at flashkit :
http://www.flashkit.com/tutorials/Ac...-836/index.php
and it works great when all files are on my pc. but once i upload all files to the web it dosent work.
ive tried contacting the guy who wrote the tutorial but the email doesnt work.
any help would be greatly appreciated.
Open Chromeless Window From Flash Movie
I have a flash movie that runs and when it is finished it opens a browser window. What I want is for that browser window to open as a chromeless window. I have the below script that creates a chromeless window, but where do I put it. Please note that the flash movie plays as a movie and does not open in a browser. Please help.
PHP Code:
<script language="javaScript" type="text/javascript" SRC="js/pz_chromeless_2.1.js"></SCRIPT>
<script>
function openIT() {
theURL="test.html"
wname ="CHROMELESSWIN"
W=400;
H=200;
windowCERRARa = "img/close_a.gif"
windowCERRARd = "img/close_d.gif"
windowCERRARo = "img/close_o.gif"
windowNONEgrf = "img/none.gif"
windowCLOCK = "img/clock.gif"
windowREALtit = " Task title"
windowTIT = "<font face=verdana size=1> Window title</font>"
windowBORDERCOLOR = "#000000"
windowBORDERCOLORsel = "#999999"
windowTITBGCOLOR = "#999999"
windowTITBGCOLORsel = "#333333"
openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
}
</script>
Thanks
Tim
Load Movie Into Empty Clip On Page Load
I have a series buttons and two empty clips on the main page (one to hold the text and the other to hold the pictures / slide show) I have all the buttons working and loading the text etc correctly.
My problem is that when my page firsts loads all I have is the buttons. I want to have the empty clip that holds my text have my "welcome" load when the page loads (without clicking on any buttons).
I have tried using
onClipEvent(enterFrame) {
loadMovie("welcome.swf",this.mtTextClip);
}
but I get an error message that clip events are only allowed on movie clip instances and as I want this to happen when the page loads there isn't an instance name...
Clear as Mud??
Im.swf Won't Open On Page Load
I need to change how my im.swf loads. As you can see there is a onClick="javascript: that allows you to open the im.swf but I need it changed to onload. Please Help! Here is my code:
* Return code for IM window
*/
function RetIM()
{
global $site;
global $im_width;
global $im_input;
global $im_height;
global $im_input_height;
global $boxbg;
global $tmpl;
$ID = (int)$_COOKIE['memberID'];
$im_width = strstr($im_width,'%') ? $im_width : $im_width-1;
$im_win = $_COOKIE['im_win'] ? $_COOKIE['im_win'] : 'none';
$add = ($tmpl == 'rec' || $tmpl == 'rem' || $tmpl == 'rej' || $tmpl == 'ae9') ? '<td width="150" height="35">' . _t("_IM title") . '</td>' : "";
$add1 = ($tmpl == 'rec' || $tmpl == 'rem' || $tmpl == 'rej' || $tmpl == 'ae9') ? 'colspan="2"' : "";
$add3 = ($tmpl == 'g4' || $tmpl == 'act') ? "<br />": " | ";
$s00 = _t("_Open in new window");
$s01 = _t("_Show");
$s02 = _t("_Hide");
if ($search_hide)
{
$div_hide = "none";
$div_show = "inline";
}
else
{
$div_hide = "inline";
$div_show = "none";
}
$ret = "<div align=right>";
$ret .= "<div id="div_hide_$name2" name="div_hide_$name2" style="display:$div_hide">";
$ret .= "<a href="javascript: void(0)" onClick="javascript: ShowHideHide(document.getElementById('div_show_$na me2'),document.getElementById('table_hide_$name2') ,document.getElementById('div_hide_$name2'));">". _t("_Hide")."</a>";
$ret .= "</div>";
$ret .= "<div id="div_show_$name2" name="div_show_$name2" style="display:$div_show">";
$ret .= "<a href="javascript: void(0)" onClick="javascript: ShowShowHide(document.getElementById('table_hide_$ name2'),document.getElementById('div_hide_$name2') ,document.getElementById('div_show_$name2'));">". _t("_Show")."</a>";
$ret .= "</div>";
$ret .= "</div>";
$out .= <<<EOF
<script langiage="javascript">
<!--
function imShowHide()
{
var im_win = document.getElementById('im_win');
var show = document.getElementById('show');
var hide = document.getElementById('hide');
if (im_win.style.display == 'none')
{
document.cookie = "im_win=inline;";
im_win.style.display = 'inline';
show.style.display= 'none';
hide.style.display = 'inline';
}
else
{
document.cookie = "im_win=none;";
im_win.style.display = 'none';
show.style.display= 'inline';
hide.style.display = 'none';
}
}
-->
</script>
<table name="zzz" width="$im_width" cellspacing="0" cellpadding="0" class="text" border="0">
<tr>
$add
<td width="$im_width" bgcolor="$boxbg" align=center height=20>
<a target="_blank" href="{$site['url']}im.php">$s00</a>$add3<a href="javascript: void(0);" onClick="javascript: imShowHide();"><div id="show" style="display:inline">$s01</div><div id="hide" style="display:none">$s02</div></a>
</td>
</tr>
<tr>
<td width=$im_width $add1>
<div name="im_win" id="im_win" style="display: $im_win;">
<IFRAME ID="IFrameIMFL" name="IFrameIMFL" FRAMEBORDER="0" SCROLLING="NO" HEIGHT="$im_height" WIDTH="$im_width" SRC="{$site['url']}im.php">
</IFRAME>
</div>
</td>
</tr>
EOF;
$out .= "</table>";
$im_width = strstr($im_width,'%') ? $im_width : $im_width+1;
if ($tmpl == 'act')
{
return DesignBoxContent ( _t("_IM title"), $im_width, $out, '', '', 2 );
}
else if ($tmpl == 'frt' || $tmpl == 'hip')
{
return DesignBoxContent ( _t("_IM title"), $im_width, $out );
}
else
{
return $out;
}
}
Load Flash Only When The Rest Of The Html Page Is Loaded?
Hello men, I have a flash sound player that autoplays (stream) a song when you enter to my site, so the flash start loading at the enter and only the flash-player is shown since the sound-player and song is loaded. Then when the song is completelly loaded, the rest of the page (html) is loaded.
I want to load and show first all the html page and then, load the player. How to do this??
Thanks a lot.
Detecting Html Page Load Before Playing Flash
I still think I have to do this with Javascript but someone said I could detect this from within the flash file. Either way if you could give some help that would be great
Basically what I want to happen is for a flash file to not play till a few seconds after the webpage it's on is completely loaded.
I at least know its possible with javascript but dont know how to do it. Any help is appreciated.. and thanks in advance.
|