Flash8 :: Link To A Certain Size Html Page

Jul 9, 2010

for flash 8 I have created a nice flash site to show some portfolio work. I have all the thumbnails in place but I wanted them to open a new HTML window in the size of the portfolio piece. How is this done and will it be blocked by popup blockers. edit: the html page i want to link to is in the same folder as the flash site.

View 1 Replies


Similar Posts:


Implement A Link To An External Html-page At Predefined Size?

Nov 8, 2009

I'm using Flash Catalyst ( Sorry i�m not sure if there�s any difference between code written in Flash and Flash Catalyst) and I want to implement a link to an external html-page...But I�m trying to open the link at a predefined window size, like a popup! I have found a code in the net but it�s not working.[code]...

View 1 Replies

Html :: Set Link Of Another Html Page On Flash File

Mar 11, 2011

I want to set link of another html page on flash file.

View 1 Replies

ActionScript 2.0 :: Link From Html/php Page?

Nov 16, 2009

i have 5 menu in my website (home, news, about,..) and the news page is built in wordpress. The others is in one flash file (1 swf)..how do i make a link from my wordpress page to my swf (to specific frames in swf, and it's that frames is in a movieclip)

View 2 Replies

Link Flash To A Local Html Page?

Jun 5, 2009

I have a website I would like to run locally in the computer. The website is in flash and links to some HTML pages in the same folder. How do I write the action script button so it opens the HTML page in the same page? Right now I have:

on (release) {
getURL("localfile.html");
}

The above code doesn't go to the HTML page that I wanted in the same folder. Do I need a relative path or something? Indicate the folder it is in?

View 1 Replies

Professional :: Link Between Html And A Particular Flash Page?

Jan 15, 2010

I am designing a website in flash CS3 using Action script 2.0 not 3.0 and Flash Player 8. The architecture I used is as follows:I have a menu/main page which loads the swf files of other flash pages.I have a particular flash chatroom page which is loaded by the main page that I would like to be able to link an web address (example url...) directly too that particular sub flash page ...rather than going to the main.swf which is what the original web address uses.

Technically I know I could link a web address to the chatroom.swf file, but then it would estetically look incomplete since the theme/design of the website is in the main.swf which calls the chatroom.swf.Thus my question is: is there a way to assign the web address to the chatroom.swf inside the main.swf.I would like to go directly to the chatroom without clicking chatroom on the main.swf menu.

View 2 Replies

Professional :: Link Something To Html Dreamweaver Page?

Jul 2, 2010

I have produced several .swf files to be used as part of an interactive cd. I have produced the home page in dreamweaver, with a button link for each of the movie clips, but when the clip ends it just stays on this clip, i need a kind of "home page" link at the end of the clip to take the viewer back to the page with all of the links to the other movies on,

View 1 Replies

Add An Html Link / Banner To A Page In My Flash Website?

Feb 21, 2010

I purchased a flash website template and am in the process of editing my main.fla file.  In order to get listed on an advertising website with a higher rating, I have to place a reciprocal link to them on my site.  However, I cannot figure out how to place an html link/banner on my site for other businesses.  If I paste the html code in a text box, all that shows up is the html code rather than the image and link it is meant to generate.

View 1 Replies

ActionScript 3.0 :: Link Button To Local Html Page

Apr 4, 2012

I am using AS3 and having trouble linking a button to a local html page

View 8 Replies

ActionScript 3.0 :: Link A Generic Button To A Html Page?

Sep 20, 2010

i have a button labeled as events on the main page of my website and i want to link that button to an html page which i have createdThe page should be opened in a new tab

View 2 Replies

Actionscript 2.0 :: Link In Swf To Other Html Page With Swf Specific Frame

Mar 23, 2009

I am able to pass a variable from an html link that loads a separate html file and instructs the swf embedded file to go to a specific frame. But - I now need a link within an swf file on one page to open a new page and tell that swf to start on a specific frame and it is not working. Here is the code I use for the first example - works like a champ:

[Code]...

View 2 Replies

ActionScript 3.0 :: Set The Focus On The Page To A Link/div/id/anchor In The Html, (outside The Swf)?

Feb 17, 2009

I have several AS3 flash movies embedded in html pages, and for whatever reason, when you tab through the page, when you get into the flash movie, you can't tab out. The tab just goes in a loop through the tabindex of the swf.

Is there a way that you can add a button or a little script in the swf, set it to the last in the taborder, and then make it set the focus on the page to a link/div/id/anchor in the html, (outside the swf)

View 2 Replies

ActionScript 2.0 :: LoadMovie From HTML Link Embedded On Page

Sep 10, 2003

I am trying to make a movie swf to load different .swf files but pressing html links in the same page it's embeded. What I got is that links are passing good a variable called 'video' to swf... Using a jscript in html page, and html links as follows:

<script language = "JavaScript">
<!--
function PassFlash(){
window.document.movie.SetVariable("video", "video.swf");
} //-->
</script>
<a href="#" onClick="PassFlash()">Load this video into flash please!</a>

But I think I didn't build the actionscript correctly.. I can't find the way to make the movie to load a determinated .swf using that variable...If I put a loadMovie (video, "mclipholder") and a stop (); in a frame the variable is not useful because the movie doesn't load. If I add a gotoAndPlay (1) for making the movie loop, the swf loads again and again...I want the main movie to be able to recognize when an html link is pressed (and passes the variable called 'video') and then to load the correct movie....

View 9 Replies

Professional :: Link From Html Page To A Specific Frame In Flash Cs5?

Feb 9, 2012

I have a website that I originally began to design in flash but later started developing new pages for it in html. The flash part of it has several pages on different frames and I have created links from the flash part to the other html pages, but, I can only link the html pages back to the main flash home page, and not the other pages in the flash part of the website.

View 1 Replies

ActionScript 3.0 :: Get A Link From An HTML Page To Specific SWF In Flash Movie?

Feb 14, 2012

how to write the code that would allow a link from the html page to load a specific swf in the Flash movie.The flash movie currently has buttons that load the specific SWF into a loader.The user needs to be able to essentially click through that button from the html/url link (not having to hit the flash movie THEN find and click the button.The code in AS3 for the buttons is as follows:

Alpha_btn.addEventListener(MouseEvent.CLICK,Alpha1911);[code].....

View 3 Replies

ActionScript 2.0 :: Load Flash File From A Link On An Html Page?

Jun 23, 2004

I want to get an idea on how the majority of people structure the flash websites they make.First, do most of you actionscripters, when creating a website, use a parent movie that holds the sites navigation and an embedded blank movie clip to load individual content pages? I get the feeling that is true because it saves a lot of space in your swf file.

That was the easiest question. Next, when you create a transition effect to keep the viewer occupied between loading different pages, how do you usually go about this?Assuming you have a blank movieclip in the main SWF to load individual page content.Do you have a movieclip animation that is called in the main SWF that is a layer above or masks the container movieclip which is loading the external content? Or, do you have the transition in the actual content SWF, with a transition in effect, midframe with the content, then transition out effect.

It seems the second choice might be a little more repetitive, but maybe a little more simple, then again, maybe not.My last question is not actionscript but javascript.I want to load my flash file from a link on an html page that launches a new window that is perfectly sized around the flash movie, with none of the menu bars and that works on windows(ie, netscape, opera) and MACs.As a secondary, if its possible,I would like to have the flash movie pop up into the center of the screen, right now it pops into the top left corner.Here is the script I have. It works for PCs with IE, but a friend that looked at it on her MAC had to resize the window:

Code:
<A HREF="" onClick="window.open('flashmovie.html', 'newWnd',
'width=750,height=400'); return false;">Try this</A>

The flash.html is the automatic html page that flash publishes your SWF file.

View 1 Replies

ActionScript 1/2 :: Link A Button In Flash To A Certain Position In An Html Scrolling Page?

Jul 8, 2009

I have a Flash home page which is part of a standard html website. A button needs to link to a specific position in the middle of an html scrolling page. My current script is:

on (release) { getURL("whats-hot.html#_cn"); }

"whats-hot.html" is the page, "#_cn" is the bookmark to the desired position. However, this is not functioning correctly and lands at the top of the page.

View 2 Replies

Link Flash File To Link To Dreamweaver Page?

Jan 11, 2010

i have created a flash animation for my homepage, i want to make part of that flash animation a "enter" button so when clicked would go to my page 2 on my website.

i have never done any script before and only used dreamweaver on a mac. is there an easy way to create this button to link to my next page and to stop my file to stop looping?

View 1 Replies

ActionScript 3.0 :: Get The Link To Internal Page Not Open Link As Pop Up?

Jun 10, 2009

I've created a flash naviagation menu and currenlly my links will open a pop up window.  I don't want this.  I want it to open the link in the same window.  Here is the code for one of the links:
  
var home:URLRequest = new URLRequest("index.html");
function homeDown(event:MouseEvent):void {    navigateToURL(home,"_self");}
button_home.addEventListener(MouseEvent.CLICK,homeDown);

View 1 Replies

ActionScript 3.0 :: Printjob Paper Size Same As Page Size In Browser

Jun 27, 2009

I'm trying to print a movieclip from flash. I'm using the PrintJob pageWidth and pageHeight properties to scale the clip to be as large as possible. Also, I'm trying to center the movieclip on the page.Now, in the standalone player, this works. In a browser however, the margins appear to be zero:[code]But when printing, the margins are there, and mess up the page layout (not centered + cropping).

View 0 Replies

Actionscript 3.0 :: Create Html Link And Click The Link To Play Video?

Jul 13, 2009

i made a video player with the xml playlist , it's a video channel indeed, it's embed swf in html. but my boss would like me to put a link on the web, when user click the link, it would directly play the specific video inside the video channel. is it possible to do it without server side script but javascript?

View 1 Replies

Professional :: Page Link On Press To Play Swf Animation Before Directing To Page?

Feb 16, 2010

I would like to create my page links so when I roll over the text(link) enlarges and then once pressed a swf animation plays.When it stops it automatically directs to the desired page.

View 5 Replies

ActionScript 3.0 :: Link A Button To A Page Like Google Or A Page On The Flashsite

Jan 24, 2009

Sorry for bothering you with questions like these, but I've never worked with Flash before, so I've got no knowledge in as3. So I'm trying to make a full flash website, and I've read some good tutorials on the net, but some of the script codes the tutorials provide doesn't work. I'm trying to link a button to a page like google, or a page on the flashsite. I just purchased Flash cs4, so that might be the reason why the tutorial codes doesn't work..

View 5 Replies

ActionScript 2.0 :: Change The Page / Margin Size So The Content Can Fit In The Page Without Scaling

Jun 11, 2010

I'm trying to print a mc which is bigger than the default page size. I want to change the page/margin size so the content can fit in the page without scaling. Per the API reference [URL] the page settings are readonly. How can I print something bigger than the default page size? Is it doable in AS2 or AS3?

View 2 Replies

Flash8 :: Cannot Edit Text Box Size

Sep 7, 2009

I am editing a website but flash wont allow me to edit the text-box size, I can only make it wider, not taller. Does anyone know how I can fix this?

View 3 Replies

Flash8 : Reduce The File Size?

Nov 6, 2009

I am designing a website. My flash file comes up to a size of 1.5 mb. It takes around 1 minute to load.reduce the file size.

View 1 Replies

Flash8 :: Link Inside A Scrolling Text?

Nov 22, 2009

my problem is that I have made a scrolling text. Now I want one word inside the scrolling text to be a link to another page.

I tried this with an invisible button on a second layer above the word, but the button does not stay on its place on different screens. Is there a solution. Looks to me as a basic thing every web designer ought to know.

View 1 Replies

IDE :: HTML Link To Website AND ALSO Link To Location In SWF?

Feb 27, 2009

I have a 90% all flash-site and when u click news webpage splits up in HTML blended with flash in a page called news.asp

(buttons are in flash and content in asp bellow)When loceted on news.asp and you click... let's say service you go back to index.html with the flash main.swf, but the link has ALSO have to go to label (service) or frame 30 lets say...

View 1 Replies

Getting A Link Within An Swf File On One Page To Open A New Page?

Mar 23, 2009

I am able to pass a variable from an html link that loads a separate html file and instructs the embedded file to go to a specific frame.But - I now need a link within an swf file on one page to open a new page and tell that swf to start on a specific frame and it is not working. Here is the code I use for the first example - works like a champ:

html file 1

Code:

<a href="fullpage.html?stateVar=19">Go here</a>

html file 2 swf embed code with variable info:

Code:

<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("yourSWF.swf", "sotester", "500", "500", "8", "#FF6600");

[code]....

View 2 Replies

ActionScript 2.0 :: Flash8 : Changing The Movieclip Size?

Feb 26, 2011

i want to make it so when the movieclip moves (arrow keys) closer to the top it gets smaller and moves slower, and when it gets to the bottom it gets bigger and moves faster.Here is a working code I have, but I need to think of something better.

Actionscript Code:
if (this._y < 700){this._xscale = 120;  this._yscale = 120;  _level0.speed = 3.6;}if (this._y < 650){  this._xscale = 115; this._yscale = 115  _level0.speed = 3.4;}if (this._y < 600){this._xscale = 110;this._yscale =

[code]....

the only problem with this is that it is by 50's. I figure I would need a formula

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved