Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








A Link To A Specific Part Of Flash Site, Not Just Home Page


Hi,

I'm trying to make a link from one flash site to another, but not just to the home page of it, but to a specific part of it. For example, I run jumpgallery.com and am wanting to make the direct links from the websites of the seven artists involved (mostly flash sites) to their specific page on the jumpgallery.com site... does that make sense?

I guess it depends on how I have structered my site, but does anyone have a starting point?

Any help would be very cool...




KirupaForum > Flash > ActionScript 1.0/2.0
Posted on: 02-20-2008, 09:23 AM


View Complete Forum Thread with Replies

Sponsored Links:

Web Card Link Goes To A Specific Part Of A Flash Web Page?...possible?
Hello,

I'm building a web card/CD-ROM with six links. When the user has this card/CD-ROM in his/her computer, I want these links to link to a specific scene of a Flash movie within a web page. Any idea how to do this?

Any help is greatly appreciated!
THANKS!

View Replies !    View Related
Can A URL Link To A Specific Page In A Flash Site?
Hi all,

I want to purchase a URL and have it redirect to a specific page in my Flash site. Is this possible?

thanks!

View Replies !    View Related
Making Flash Intro Link To Home Page
Hey all,
Still fairly new to the group, and I've got a few quick questions that I'm sure will seem easy to you. First, I have created a flash animation using a program called "SwishMax". What I need to know is how can I make this the intro to my website? What I mean by this is how can I make it so that the flash animation is the first thing shown, and then it links to the framedef? Also, how can I get my menu on the left side to be on the top or bottom?

Thanks for the help in advance,
Andy

View Replies !    View Related
Flash Mx - Home Page To Change When User Revisits Site
does anyone know how i can rotate three different versions of a home page so user will see different version each time they revisit site? help much appreciated. thanks! cat

View Replies !    View Related
When Creating A Flash Site- How Do I Start The Movie By Stopping It At The Home Page?
I am trying to build a flash site. I want to start it so nothing is moving and when you click on a button it goes to a certain frame. I am having a heck of a time. Is there anyone out there with some time and energy that can help me accomplish this.
I am in panic mode....

Thank you to all that respond.

View Replies !    View Related
Home Page Link?
Could anyone please tell me how i could put a link in a flash movie that when clicked it would set the users home page to my site, i would be grateful to any experts out there.

cheers
acestu

View Replies !    View Related
How Do I Link The Movie To My Home Page?
Hello, I have my movie on my site (after many frustrated words and kicks to my poor computer *lol*) and now I cannot figure out how to make it so they can just click on the movie itself to go to my home page. (I have my movie on my index page). I have tried to 'add action' 'go to url' and it works but very inconsistantly. I have to sit there and click it many times before it goes. http://www.geocities.com/creedbabe2001/index.html heres what Im talking about. I have the downloaded trial version 2.0 if that helps any . Thanks for your help in advance!! BTW, this thing is way too cool! I can create my own stuff for my site! I love it!

*~Krys~*

View Replies !    View Related
Can Flash Link To Specific Page In Pdf?
If anyone can help I'd appreciate it. I'm working on a piece that uses code to open acrobat from a button within flash. Works fine except I'd like to open it to a specific page if possible and I'm wondering if there is some sort of command line I could add in or something to that extent.

Flash Jester and Adobe Acrobat forum seem to say it's not possible but I wondered if any Flashers out there may have beat the system.

Thanks!

View Replies !    View Related
Link To Specific Page In PDF W/ Flash
I need a solution for linking to a specific page or location within a PDF from Flash. I have used the following code:

on (release){
getURL("myfile.pdf#page=4 ","_blank");
}

Is this even possible and can anyone suggest a solution on how it might work?

Thanks,
John

View Replies !    View Related
Flash Link To Specific Place, On An Html Page
i have a flash button and by pressing it i want it to link me to a specific place on an html page, not just the page but say link me to the text in the middle of the page, is that possible and how?

View Replies !    View Related
How Do I Make A Link In Flash Go To A Specific Frame In A Dreamweaver Made Site?
When I speak of frame I mean frame as in html frame and not a frame in the flash movie. You see I need the links on my website to go into the center frame of the html website, because now if you click a link in the menu frame of the html fite a whole new page opens in my browser. Now keep in mind that the menu I made is a flash menu and is in the menu frame of my html site. Please help me

Thanks

View Replies !    View Related
HTML Link To A Specific Movie Clip In A Flash Site That Uses MovieLoad
Hi,

I need to be able to have an HTML link take the user to another full Flash website. But it doesn't take you to the beginning of the Flash site, rather, it takes you to a specific page in that Flash site.

Only problem is, the Flash site itself uses movieLoad function to load different movie clip into the content area.

How do I pass variable into flashVar to link to a specific movie clip when it is using movieLoad?

I hope that make sense.

Any help would be appreciated.

Thank you,
Kith

View Replies !    View Related
Back To Home Page, Whosever Home Page
Hi, I was wondering if there is a way to put code that when a user clicks a certain button it opens their home page. Since many don't have Flash 8, which is what I am using, the user won't be able to edit the Flash file they download from me. I would like the button to simply take the user back to the home page of the domain from which the Flash movie is located. Can I type / or ../ or something like that? Can I use PHP? Thanks

View Replies !    View Related
What Part Of This Code Must I Change....to Steer Users To A Link Page.
I used the detect flashplayer 6 template in the publish settings.

BUt if someone doesn't have the player, it just shows a little box....

instead, I'd rather direct them to a simple html page that has a link to macromedia.com/downloads.

How do I do this?

What part of this code do I have to change?

Thanks.


<HTML>
<HEAD>
<center>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE>Delightfulboy</TITLE>
</HEAD>
<BODY bgcolor="#A8D0D8">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!-- image map -->
<MAP NAME="Delightfulboy"></MAP><SCRIPT LANGUAGE=JavaScript1.1>
<!--
var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
var words = navigator.plugins["Shockwave Flash"].description.split(" ");
for (var i = 0; i < words.length; ++i)
{
if (isNaN(parseInt(words[i])))
continue;
var MM_PluginVersion = words[i];
}
var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
&& (navigator.appVersion.indexOf("Win") != -1)) {
document.write('<SCR' + 'IPT LANGUAGE=VBScript>
'); //FS hide this from IE4.5 Mac by splitting the tag
document.write('on error resume next
');
document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFla sh." & MM_contentVersion)))
');
document.write('</SCR' + 'IPT>
');
}
if ( MM_FlashCanPlay ) {
document.write('<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
document.write(' ID="Delightfulboy" WIDTH="800" HEIGHT="600" ALIGN="">');
document.write(' <PARAM NAME=movie VALUE="Delightfulboy.swf"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=bgcolor VALUE=#A8D0D8> ');
document.write(' <EMBED src="Delightfulboy.swf" menu=false quality=high wmode=transparent bgcolor=#A8D0D8 ');
document.write(' swLiveConnect=FALSE WIDTH="800" HEIGHT="600" NAME="Delightfulboy" ALIGN=""');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write(' </EMBED>');
document.write(' </OBJECT>');
} else{
document.write('<IMG SRC="Delightfulboy.gif" WIDTH="800" HEIGHT="600" usemap="#Delightfulboy" BORDER=0>');
}
//-->
</SCRIPT><NOSCRIPT><IMG SRC="Delightfulboy.gif" WIDTH="800" HEIGHT="600" usemap="#Delightfulboy" BORDER=0></NOSCRIPT>
</center>
</BODY>
</HTML>

View Replies !    View Related
What Part Of This Code Must I Change....to Steer Users To A Link Page.
Okay, here is the story. I have the 'detect for flash 6' template selected in my publish settings, and the following code is what it gave me.

NOw, I want to direct the user to an html page if they don't have it. What part of this code must I change to make this happen?

It looks like it is currently directing people to delightfulboy.gif.

Delightfulboy is the name of the site. But there is no gif on the site. Is it assuming that I would put one there?

Is this the part of the code that I would change?
Instead of delightfulboy.gif, I could put, newhtmlpage.html

or whatever, right?

Thanks.

<HTML>
<HEAD>
<center>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE>Delightfulboy</TITLE>
</HEAD>
<BODY bgcolor="#A8D0D8">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!-- image map -->
<MAP NAME="Delightfulboy"></MAP><SCRIPT LANGUAGE=JavaScript1.1>
<!--
var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
var words = navigator.plugins["Shockwave Flash"].description.split(" ");
for (var i = 0; i < words.length; ++i)
{
if (isNaN(parseInt(words)))
continue;
var MM_PluginVersion = words;
}
var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
&& (navigator.appVersion.indexOf("Win") != -1)) {
document.write('<SCR' + 'IPT LANGUAGE=VBScript>
'); //FS hide this from IE4.5 Mac by splitting the tag
document.write('on error resume next
');
document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))
');
document.write('</SCR' + 'IPT>
');
}
if ( MM_FlashCanPlay ) {
document.write('<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
document.write(' ID="Delightfulboy" WIDTH="800" HEIGHT="600" ALIGN="">');
document.write(' <PARAM NAME=movie VALUE="Delightfulboy.swf"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=bgcolor VALUE=#A8D0D8> ');
document.write(' <EMBED src="Delightfulboy.swf" menu=false quality=high wmode=transparent bgcolor=#A8D0D8 ');
document.write(' swLiveConnect=FALSE WIDTH="800" HEIGHT="600" NAME="Delightfulboy" ALIGN=""');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write(' </EMBED>');
document.write(' </OBJECT>');
} else{
document.write('<IMG SRC="Delightfulboy.gif" WIDTH="800" HEIGHT="600" usemap="#Delightfulboy" BORDER=0>');
}
//-->
</SCRIPT><NOSCRIPT><IMG SRC="Delightfulboy.gif" WIDTH="800" HEIGHT="600" usemap="#Delightfulboy" BORDER=0></NOSCRIPT>
</center>
</BODY>
</HTML>

View Replies !    View Related
Link For Text Page On Flash Site
How do I create a text page for my Flash site to enable "crawlers" to find it? Because my site is all Flash (ctmgroupinc.com) web browsers can't find it. I was told a text page can be created and linked to the site. This will allow crawlers to find the key words. Does anyone know how to create this? Is there a template I can start with? I'm html coding challenged.

Thanks

View Replies !    View Related
Making A Button That Allows Your Flash Page To Be The Browser Default Home Page.
Mmn, seems the original post dissapeared while i was typing , no prob, here is the code in anycase!



Ok a simple trick in IE but not in Netscape, as far as i know, its not possible to do this in Netscape. Also you shouldnt make the home page your swf file, but rather the html file with the swf in it.

First this requires an xml namespace to function, so change your top <html> tag to look like

<html XMLNS:IE>

Then create the IE:Homepage object using this, it can be placed anywhere on your page as long as it happens before the javascript.

<IE:HOMEPAGE ID="oHomePage" />


And finaly the javascript function that you will call from your flash file (using getULR('changeMyHomePage()') in flash) or from a normal link.

Code:
function changeMyHomePage() {
oHomePage.setHomePage ('http://www.womenslife.co.za/Default.asp');
}
Hope that was not to hair razing, post again if you have a question.
[Edited by threnody on 01-18-2002 at 04:50 PM]

View Replies !    View Related
Link To A Specific Page In A PDF
Is there a way to link to a specific page in an external PDF file with Flash 5?

View Replies !    View Related
Link To A Specific Page In A Pdf With Actionscript 2.0?
On MX 2004 is it possible to link a button to a specific page in a PDF file?

thanks

View Replies !    View Related
[F8] Flash Site, After Clicking A Link How Cn U Make An Animation B4 Goin 2 New Page?
Hey guys....

Im making my website but wanted the cool feature that when you click a link you can have the page do something before it goes to the next page... something like http://www.templatemonster.com/flas...ates/15800.html ...is the only way to do this by doing the animation for everpage for each link? or is there a easier way??

Thanks in advance,

Matt

OR does the technique have a name so i can look it up... cheers

View Replies !    View Related
How To Make Link In One Swf On Web Site To Another Swf And To Specific Frame ?
hi all, this is for FLASH 5.

i have just completed a flash intensive site that uses many popup windows. i used the extention easy popup windows 2.1 smart clip and relised today that if i use the same window name for the link it will not open another popup win if it is already within a window with the same name, cool as someone said there are too many pesky popups.

So i will have a section and all other pages in that section in a popup window named whatever...

my problem...

at the beginging of a section i have an intro, now if the user clicks the link in the next page to return to the main section page it plays the intro again, this sux as you can only see it so many times!

how do i make the button return to the main section page but only to a specific frame so this won't occur ???


thanks
protocol

View Replies !    View Related
Link To Specific Frame From Html Page
Hello cortex:

I'm trying to figure out how it is possible to link into a flash movie - from a regular html link.

i have five images, representing five steps. image one is fine because it links to an html page with the swf file on it and the movie opens and plays starting at step one.

but my second image needs to go the the swf file step2 (frame label) and not to the beginning of the movie to play.

is this at all possible?

i have posted the working files:

http://6MonthsinCleveland.com/webmathematica/

thank you
thank you

h

View Replies !    View Related
LInk To Specific Frame From HTML Page
Hello. Does anyone know how to link to an html page with an swf file on it and have the swf open up to a certain frame number or frame label? as oppossed to opening at the beginning.

I divided my swf into five parts and i'm representing those parts on an html page and i have to have each part open to its corresponding section in the flash movie instead of just opening up the flash movie at the beginning.

i've posted a working example of this at:

http://6MonthsinCleveland.com/webmathematica/

oh thank you

h

View Replies !    View Related
Flash Home-page
Sorry, but I'm new to this forum as well as to Flash programing.

I'm trying to make flash come up without Explorer around it when I type in my URL, but I need to have html page as my index page in order for it to pick up... Does any one know how to do it? I now there is a way b/c I see it a lot out there... I just don't know how... Any links, code or advice will be greatly appreciated...

Thanks for your time,
Peter :confused

View Replies !    View Related
How To 'Make This My Home Page' In Flash?
Does anyone know how to make a button in Flash that can set the Browser's Home Page to a specified URL?


Thanks in Advance
RA

View Replies !    View Related
How To Design Flash Home Page
I have not used Flash much and just don't know where to start. I'm a application developer/ programmer analyst not a graphics designer (but I try). I have been tasked to overhaul an existing web site. I need to know where to go to find the steps in how to create a new home page using flash. I have Flash 5 and have gone through all the tutorials but they seem to be lacking the information I need. I have seen web sites that are created using Flash.html. I really would like to see the steps involved in the process. i.e. what to do when and how to do it.. Could someone point me in the right direction??

Thanks!

View Replies !    View Related
HELP PLEASE Home Page Using Two Flash Movies
hi,
i have created a page and i use peelawayad file which is in flash. i was already using two div on home page which contains flash movies. but now when i placed peelawayad flash movie on home page. it appears on bottom of both div layers. i tired my best with stylesheet. z-index and many other tricks which i know best. but still not able to sucess. can someone help me to getride of this issue. help would be appriciated. thanks

here is the current site link which has the flash movies embeded.

http://www.visionetsystems.com/test/

i am also attaching all files in zip with this thread.

Source Zip Files

thanks

Shahid Hussain

View Replies !    View Related
Set As Home Page Flash Button
Hello!
I have flash header with several buttons. One of these button should set the page as Homepage in IE.
I have the following javascript function:

Code:
<SCRIPT LANGUAGE="JavaScript">
function homePage()
{
this.style.behavior='url(#default#homepage)';
this.setHomePage(location.href);
}
</script>
In Flash:
ActionScript Code:
on(press){
getURL("javascript:homePage()");
}



But this doesn't work. Please help!
Thanks!

View Replies !    View Related
Flash Looping In Home Page
First let me say that my impression of this community so far is
Wow!....Awesome job you guys are doing.

I tried looking for what I’m about to ask in the forums and tutorials but so far
No luck. I’m sure this has been asked before. Pardon me if so. Couldn’t find it,
I don’t even know how is this thing called or if it has a specific name. It seems
so used nowadays.


I would like to have a flash in the home page of a site but I would really love to
Make it as it is in sites like Walmart, FIU, or MSN.com (but flash). The main flash
you guys have probably seemed in other sites…it is like a quick slideshow with
Usually 3 links that constantly loops and in some cases besides having “Next” or
“Previous” or just “Arrows” for user Interaction, the flash can be controlled by its
position (“numbers”) as well.

I would really appreciate the direction or help any Kirupa community gives me.

Thank you for your time.

Hidrogeno.
"Flash masta wannabe"

View Replies !    View Related
Set As Home Page Flash Button
Hello!
I have flash header with several buttons. One of these button should set the page as Homepage in IE.
I have the following javascript function:

Code:
<SCRIPT LANGUAGE="JavaScript">
function homePage()
{
this.style.behavior='url(#default#homepage)';
this.setHomePage(location.href);
}
</script>
In Flash:

ActionScript Code:
on(press){
    getURL("javascript:homePage()");   
}

But this doesn't work. Please help!
Thanks!

View Replies !    View Related
Specific Html Page Triggers Specific Frame Of The Flash Movie
I have been playing with flash and html and wonder if any of you have a bright idea on how to do this.


I have a flash movie, which I call from html but depending on which part of the html page I call it from I want to start it at a particular frame and not always from the beginning.

I have created a variable within the movie in action script and given it a different value for each of the frames I want to start the movie at, and want now to designate the value I give to that within html so that the movie “jumps” to the correct frame. Is this possible or am I totally crazy??

View Replies !    View Related
A Home Button (Full Flash Site)
Hi,

How does one apply a home button or link within a Full flash site? I have a logo that remains stationary on all the pages and we would like to be able to click it from anywhere within the site and have the visitir return to the beginning or home.

thanks.

View Replies !    View Related
Lodaing Up A Flash Movie As Your Home Page
How do i get a flash movie to load when someone goes to my homesite? I don't want to embed it in my index.html, i just want the browser to load up my .swf file directly.

Cheers

View Replies !    View Related
FANCY Flash Home Page Naviga
Hi gysu
i always see some fancy/complex/elements got random motion: flash home page navigation, such as
http://www.mychildhooddream.com/
I just wondering is it very complex/hard to make one? & How can a newbi, like me get started to make one? does it involve complex/advanced actionscript??????

Thanks for advi

tommmmm

View Replies !    View Related
FANCY Flash Home Page Naviga
Hi gysu
i always see some fancy/complex/elements got random motion: flash home page navigation, such as
http://www.mychildhooddream.com/
I just wondering is it very complex/hard to make one? & How can a newbi, like me get started to make one? does it involve complex/advanced actionscript??????

Thanks for advi

tommmmm

View Replies !    View Related
Flash Header On Home Page - Play Once Only?
Hey folks - still a newbie (especially in terms of actionscript) - I have searched high and low for a solution to my problem - and run into a dead-end each time.

Here is the site... www.wbsaloon.com
I want to play the home page animation once only - and when visitors come back to the home page - it would ideally go to the last frame (or?). I have seen 'mentions' of Flash objects (cookies) and other scripts but have yet to see the actual script to make this work.

I'm using Flash MX 2004 (version 7.2) - please help!?

View Replies !    View Related
FANCY Flash Home Page Naviga
Hi gysu
i always see some fancy/complex/elements got random motion: flash home page navigation, such as
http://www.mychildhooddream.com/
I just wondering is it very complex/hard to make one? & How can a newbi, like me get started to make one? does it involve complex/advanced actionscript??????

Thanks for advi

tommmmm

View Replies !    View Related
FANCY Flash Home Page Naviga
Hi gysu
i always see some fancy/complex/elements got random motion: flash home page navigation, such as
http://www.mychildhooddream.com/
I just wondering is it very complex/hard to make one? & How can a newbi, like me get started to make one? does it involve complex/advanced actionscript??????

Thanks for advi

tommmmm

View Replies !    View Related
Ideal File Size For Flash Home Page?
I'd rather not use a preloader for a site, what do you think would be a reasonable size for a flash home page. I was thinking around 50 to 60k. Appreciate any input.

thanks

View Replies !    View Related
Auto Navigate To Home Page After Finishing Flash
how do i code the last frame to tell the page to go to the main start page after going through the flash intro.

i dont want the annoyance of them having to click enter site,, to enter the site

View Replies !    View Related
How To Publish Flash Videos In Your Personal Home Page
Hi, everyone. Here I have a guide on how to put flash videos to your personal homepage. Hope you enjoy it. You can search "Flash Video MX Pro" on google for more info.

Do you like taking home videos yourself? Have you ever thought of publishing your videos in your personal home page to personalize your space, or share them with your friends in your blog and internet space? Do you have problems of uploading the video in a specific format?
This tutorial is to show you the way to make your videos acceptable to your home page, and gives you a path to make your page unique.
What format should we have?
For playing on websites, you have many choices, such as FLV, SWF, and HTML, or WMV, AVI (as YouTube accepts).
WMV and AVI files are much larger in size, so here we are using FLV, SWF, and HTML.

How to generate these files?
There are many converters which can convert home videos into those formats. Here we introduce you Flash Video MX Pro.
It can generate Flash movie (SWF) as the FLV player embedded in an HTML page for easier sharing and promotion.
How to convert and edit your video?
Install and launch Flash Video MX Pro.
Step1. Open Files
In this interface, you can follow the instruction as follows:



1. Import video. This program supports videos in any possible format, such as DVD, MPEG, AVI, MPG, WMV, RM, RMVB, MOV, ASF, MP4, 3GP, etc.
Click on to input videos.
2. Edit. You can either fill in the exact time in the time box and click, or drag the control bar to set the start time and end time. And things are similar with cropping the border of the video.
3. Effect. You can set brightness, contrast, and volume of the video. Deinterlace to avoid the artifact, degradation of DVD video. And flip, if the video is upside down. To quit all your settings here, you can click "reset.

4. Watermark. If you want to add image or text as watermark to your video, you can set in this section. Press, and select the right material. Then you can drag the bar to set the start time and end time for showing the watermark.

5. Snapshot. In this section, you can capture a picture as the first frame of the output SWF file.
6. In CuePoint section, you can add subtitle to the video.
Click "Next to the next section.

Step 2. Export
In this section, you can edit the output folder, output format, and video & audio settings.



If you would like to combine this video with one or two others, you can add them by "Video prelude and "Video curtain. You can also change the proportion of the video, but you’d better keep the original size for a better quality.

Step 3. Player settings.


Here you can add many personalized effects to your flash. Such as control bar, preloader and some special effects.
Press "Next to continue.
Step 4. Review the parameters.
This is the second part from the last. You can review some relative parameters here. If you find something wrong, you can press "Back, to reset.



Step 5. Convert
After the settings above, you can start to convert. The output folder will pop up as soon as the conversion is finished.
How to embed SWF file into an HTML page?
You can code the page like the following:
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<!--<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/
shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="300">
<!--<param name=movie value="mflvplayer.swf?playerOpts=targetClip*demo.f lv*s">
<!--<param name=quality value=high>
<!--<embed src="mflvplayer.swf?playerOpts=targetClip*demo.flv *s" quality=high pluginspage="http://www.macromedia.com/shockwave/d
ownload/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="400" height="300">
</embed>-->
</object>-->
Well, have you noticed the mflvplayer.swf in blue?
The width="400" height="300" in black indicates the width and the height of your video.
The playerOpts=targetClip*demo.flv*s in bold indicates the name of the FLV file to be played while demo.flv is your video. You might be curious about targetClip, the asterisk separator and the "s" in the end.
In fact, playerOpts is not that simple. PlayerOpts consists of several segments, each of which is separated by "||", and each segment contains a property of the control bar. One segment is divided into 3 parts by the asterisk (*). The first part is the property name, the second part is the property value and the third part is the data type of the property. For instance,
targetClip*demo.flv*s is a segment, targetClip is the property name, demo.flv is the property value and the "s" is the character string type of this property. This segment is to specify the path from which the control bar can play the video. There are also other properties. You can set multiple properties at a time, using "||" to separate different segments, code like the following:
playerOpts=targetClip*demo.flv*s||panelColor*255,0 ,0*c
In this way, when you are setting the targetClip property, you are also setting the panel color property. The panel color is the control bar color, the data type is color "c", and 255,0,0 is the RGB color. Please notice that the property name and data type are case sensitive.

View Replies !    View Related
How Do You Auto Load A Home Page From Flash Intro?
OK, this is super freakin simple, I know. The problem is I don;t know how to do it. I seem to have missed that part in class . All I want to do is have my home page load automatically after my Flash Intro Page finishes playing.

Any help will be greatly appreciated, thank you very much.

Crayadder

View Replies !    View Related
How To Link Page Within Site
Hello-

I just created a new page in my site. How would I go about linking it so that I can get to it?

I created a new page called "testimonials" but now I want to link it so that when you click "testimonials" from the main menu it takes you to this page.

Appreciate any help
thanks

-Yuriy

View Replies !    View Related
Opening Flash Presentation From Html Home Page Problem
Hello,
My flash presentation is finished. I designed a simple home page to check the users plugin and open the flash presentation. I added a behavior to a button to open the presentation (Dreamweaver): Link, window size, window name.

When I test the home page in Netscape, the new window opens fine. The presentation plays. When I test the link in IE 5.0 the presentation opens, the window contains scroll bars which give about 20 pixels vertically and horizontally. AND a third window opens with the home page at the same size as the flash presentation.

Questions:
Does anyone have any idea why the third window opens?
Should I create the link to my flash file directly or to an html page with the embedded flash file? It sould be noted that I am trying very hard to have the window open at a specific size.

Hope to hear from you,

cv

View Replies !    View Related
Uploading Flash Intro To Play Before Home Page In Dreamweaver
I'm new to Flash CS3. I'm trying to figure out how to make my flash intro to my website play before it takes me to my home page in Dreamweaver. In other words, the flash intro plays and then automatically goes to my designated home page.The intro is the first thing you see. Do I set that up in Flash or Dreamweaver? Detailed instructions needed.

thanks

View Replies !    View Related
Link To A Specific Frame Of A Flash Movie From An HTML Link
How do I link to a specific frame of a Flash movie from an HTML link?

View Replies !    View Related
Returning Home From URL To Specific Frame
When I send the viewer to another movie using getURL, how do I specify in action script a particular frame on the return trip to the main movie so the viewer does not have to start all over again at the front end?

Any help really appreciated.

View Replies !    View Related
Getting Dynamic News Content (HTML) Into A Flash Home Page [renamed]
ok i want to know if its possible to get this http://www.thoughtlessreason.com/cutenews/show_news.php

as the home page on this site

http://www.thoughtlessreason.com/fa

sorta like an iframe type thing, im sorta new to flash but i can get around i mean i did make that site and all

View Replies !    View Related
Getting Dynamic News Content (HTML) Into A Flash Home Page [renamed]
ok i want to know if its possible to get this http://www.thoughtlessreason.com/cutenews/show_news.php

as the home page on this site

http://www.thoughtlessreason.com/fa

sorta like an iframe type thing, im sorta new to flash but i can get around i mean i did make that site and all

View Replies !    View Related
Setting A "set Home Page" And "add To Favorite" Link
How can I make a "set home page" and "add to favorite" link in a flash file?

Cheers
Roy, Israel

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved