IDE :: Unable To Get URL (HTML Page)?

Jan 24, 2009

I am using Flash after 3/4 years, before I used Flash 5 now I am working in Flash CS3 and Dreamweaver CS3.okay I've made the navigation in Flash, now I need to open a HTML page on "press"following action I've used on button.

on (press) {
getURL("creatives.html", "_self");
}

[code].....

View 2 Replies


Similar Posts:


Media Server :: Unable To Stream SMIL Files Unless The Html Page, Swf File And The Smil Ffile?

May 20, 2010

When I place the .swf, smil and http files on the FMS server the SMIL stream test sample works fine
But When I move the files to my web server I get Connection error. This is the same issue discussed in [URL].. I added a 'base' variable but it did not work for me. The SMIL file has the correct path to the sample files and FMS server <meta base="rtmp://200.200.200.23/vod/" />

I am able to stream files from my html file on my webserver not the FMS server by pointing to the FMS server at rtmp://200.200.200.23/vod/mp4:sample1_1500kbps.f4v Is this a domain security setting? If so, where do I change it? If not How do I get FMS to stream SMIL files without installing a webserver with FMS?

View 1 Replies

IDE :: Preload One Html Page / Once It's Loaded Into Cache Automatically Jump To Page With Big Swf?

Dec 29, 2009

I have a flash header for an html site that is about a megabyte and obviously needs a preloader. Unfortunately it won't work to have the preloader loading at the top while the rest of the html below is visible — it will end up looking like the top navigation is cut off, as the top 10 pixels of the nav bar is actually in the swf header (fully loaded it will look contiguous)Is there a way to preload it in one html page and then once it's loaded into the cache automatically jump to the page with the big swf?

View 1 Replies

Flash :: Program An Html Page To Move To A New Web Page On User's Clicking An Item Of An Embedded Movie?

Nov 21, 2011

Let me ask how to program an html page to move to a new web page on user's clicking an item of an embedded flash movie? But , in detail, I actually want to do a little different thing. I want that the parent html page remains there ,instead I want a child html frame has a new page after user's clicking the list item of the embedded flash movie.

View 2 Replies

Professional :: Preloading An HTML / Flash Page On PREVIOUS Page

Jul 1, 2010

I have a site where all the pages have a common SWF embedded at the top (Nav and banner), but the rest of the page is HTML.Everything is working fine, but I'm finding the 'independence' between the HTML and Flash is making for some sloppy transitions from page to page.I was expecting the SWF to be delayed, at least for the first page visit(and I have a preload routine inside the swf to make it's delay and appearance a bit more visually pleasant), but was surprised to sometimes find the SWF appearing and playing while the HTML content was delayed (resulting in a SWF floating in black).What I'm wondering is if there's a way I can do some sort of preload on my index page.BUT, not the standard one that I'm sure everyone would suggest (like the javascript image 'preload', or the newer 'css visibility' preload trick). The problem with the standard one is that it doesn't check to see if everything is loaded.What I'm after is a routine on my index page that invisibly loads some of the elements from my inner pages (common swf, maybe some of the images) and WAITS until it's done before moving to the inner pages (displaying the company logo and/or a load status in the meantime).Many people would suggest a preloader inside the common SWF on my inner pages (which I have), but the problem with that on its own is that it doesn't stop the HTML from displaying.

I'm trying to figure out a way to do a preloader (like those in a SWF, which loops until everything is loaded) that controls both the SWF AND the HTML.Recently, I found that you can use one swf to preload another, which would be a potential solution, as I could make an SWF on the index page whose sole purpose is to load (invisibly) the common SWF, displaying the load status and then loading an inner html page once it's done.Problem is, I have bee having trouble finding the coding for that, as most searches for preloaders end up being about standard preloaders, where it's monitoring the same SWF that the code is on, as opposed to controlling a second, external SWF.Can someone point me to or provide me with the proper coding/procedure for a preloader that controlls a second external swf or give me a better solution?
 one?

View 1 Replies

Making A New Page Popout From An Existing Html Page

Sep 9, 2009

I want to build function on my site where I click on the link, and a new page (background opacity maybe at like 50%)  - which consists of a video in the center and a link or two - floats on top of the already existing html page. I've seen this done a few times and I think it's a really cool function.

View 1 Replies

ActionScript 2.0 :: Make A .swf Placed Onto A Html Page Be As Wide As The Page?

Oct 11, 2006

I've been trying to recreate the effect on this page [URL] change the height of the page and notice how it's content moves.

how you make a .swf placed onto a html page be as wide as the page, and let the flash file know how wide it is being displayed so the content does not stretch out

View 1 Replies

ActionScript 2.0 :: Passing HTML Form And Hidden Variables From Flash To Html Page

Dec 3, 2003

I have a html/flash site now, [URL]. i access email from my site itself by giving the userid and pwd text box which i copied from the actual website hosting my email access. i copied the entire <form...></form> tag to my page and thus was able to put the name and pwd in my home page only and access the email in a separate window. now i have redesigned my webpage using only flash. i would like to know how i can implement the same using flash. as i have not much experience using action scripting i am a bit stuck about how you pass the hidden form variables. the below is the the exact form syntax:

[Code]...

View 1 Replies

ActionScript 3.0 :: Controlling Sound Of Separate Html Files Within Same Html Page

Sep 11, 2010

I need to allow users to preview audio files for purchasing. I have CF pages that return records form a SQL database. Each record contains the same swf file however, each swf file points to a different mp3 for previews of different audio examples. So far, everything is working fine. My problem is that I need to be able to stop the sound from one swf when I click to play a second swf .The only solutions I see in Flash forums deal with loaded swf files. These are not loaded files they are separate files within a page. The question is: How do control one swf from another swf in the same page.The following items have not worked: soundChannel.stop();,soundMixer.stopAll()

View 2 Replies

ActionScript 2.0 :: Flash + HTML + Variables - Go To The Home.html Page An Animation Will Play From Start And Then Stop At The End Of It

Feb 25, 2010

when you go to the home.html page an animation will play from start and then stop at the end of it. However, for all other pages i.e contact.html aboutus.html we need the animation to skip to the end straight away and not to play the whole animation through. I was thinking this would be controlled by a variable or some kind of external text file ect. Basically in the first frame the actionscript needs to basically say

"if this html page is aboutus.html then go to the last frame and stop" and with the index page it would say "if this html page is index.html then keep playing"

View 2 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

Flash :: Html - SWF Object Rendering At The Html Page

Jun 19, 2011

I would like to ask when swf object rendering at the html page? Is it rendered only it's visible? If swf at the page bottom that is not visible, will swf be rendered when I scroll down? The problem is that swf object raises some events when it's rendered and I would like to force rendering even if swf object is not visible.

View 1 Replies

Html :: Load Html Page Into Flex Textarea?

Jun 2, 2009

I would like to show some textcontent from a website in a textarea box in flex.

<?xml version="1.0" encoding="utf-8"?>
import mx.managers.PopUpManager;
import mx.core.Application;

[code].....

View 3 Replies

Html :: Works When Tested In Flash, But Not On Html Page?

Feb 29, 2012

I am trying to create an ad for a website. When someone clicks on the ad, it is supposed to redirect them to a website, and register the click with google analytics.I have done this with the following script:

import flash.external.ExternalInterface;
movieClip_3.addEventListener(MouseEvent.CLICK, onClick);
function onClick(event:MouseEvent):void {

[code].....

View 2 Replies

ActionScript 3.0 :: Load HTML Page Without Html Tags?

Jan 16, 2010

I was wondering if flash can load html document, the way browser displays it.

View 1 Replies

ActionScript 3.0 :: Unable To Print A Page But It Is Blank?

Feb 20, 2009

I'm making a bracket for march madness. i have everything almost finished except I want people to be able to be able to print out their team picks.I'm able to print a page but it is blank.What I have on the stage:1. A button for people to press and print out their results. (instance name: print_btn)2. A movie clip that is on the stage that is the size of the stage as a reference as to what to print. (instance name: print_mc).3. An input text field for people to type in their team.

PHP Code:
import flash.printing.PrintJobprint_btn.addEventListener(MouseEvent.MOUSE_DOWN, printthis);function printthis(event:MouseEvent):void { var print_mc:PrintJob = new PrintJ

[code]........

View 0 Replies

ActionScript 2.0 :: Unable To Pass Value To Php Page From Flash Using Script

Oct 13, 2010

I am trying to pass some values from my php file to my flash movie, and there is a button in it, when click will open a popup window which needs to be of certain size (due to rquirements). [code]...

I know i have to use javascript if i want a popup window to be of certain dimensions and thats where my problem comes in. I can get the popup window to appear using javascript, but my values now won't be passed into the next page once i use javascript inside flash.

View 2 Replies

ActionScript 3.0 :: Unable To Text In HTML To Flash?

Dec 9, 2010

thread with XML in the title so I came on in...I will start with I am new to flash so a novice is an over estimation. I have a flash template for my photography gallery. It is a nice template and "almost" everything works smoothly. Notice i said almost everything, the gallery images loads from an XML file.hats nice for updating the gallery, There is a small slide out window that holds text in the gallery. I am using it for exif data and I am fine with just placing the exif data in manually when I update the gallery. Now for the PROBLEM.... There is a CDATA tag in the XML file where the text goes for the info. When i alter the text in that section it makes all the text in that images info field dissappear at runtime. Any ideas what will cause this to happen. I have tried everything to remedy this it seems. I hav tried the support where I purchased the template

View 1 Replies

IDE :: Unable To Link Buttons To HTML Files

Mar 31, 2010

I am new to flash as well as actionscript. I m using actionscript 3.0 and flash cs4. I have button "Music_btn" which i want to link to a HTML file which lies in C:Documents and SettingsAdministratorDesktopgindex.html. So, this I what I have tried

Music_btn.addEventListener(MouseEvent.CLICK, music);
function music(event:MouseEvent):void {
var url:String="C:Documents and SettingsAdministratorDesktopgindex.html";
var req:URLRequest=new URLRequest(url);
navigateToURL(req, '_blank');
}

Error Description: - 1120: Access of undefined property Music_btn.
But of no use.

View 2 Replies

ActionScript 3.0 :: Unable To Link Buttons To HTML Files?

Mar 31, 2010

I m using actionscript 3.0 and flash cs4. I have button "Music_btn" which i want to link to a HTML file which lies in C:Documents and SettingsAdministratorDesktopgindex.html. So, this i what i have tried

Music_btn.addEventListener(MouseEvent.CLICK, music);
function music(event:MouseEvent):void {
var url:String="C:Documents and SettingsAdministratorDesktopgindex.html";
var req:URLRequest=new URLRequest(url);
navigateToURL(req, '_blank');
}

Error DeScription: - 1120: Access of undefined property Music_btn.

View 7 Replies

Flash :: Html - Unable To Hide A SWF Object Embedded In An Iframe?

Apr 12, 2012

On my HTML page, I have <div> with an <iframe>, which references another page, that contains a Flash SWF object. If I set any of these:

display:none;
visibility:hidden;
opacity:0;
filter:alpha(opacity=0);

on the <div> that wraps the <iframe>, the SWF object sometimes remains in plain sight, while the <div>and <iframe> go out of view as expected.

[Code]...

This should work in the latest versions of Safari, Chrome and Firefox on a Mac and in the latest versions of Chrome, Firefox and Internet Explorer on a Windows 7 machine, and it should fail (no errors but the hiding behavior doesn't occur) in Safari on a Windows 7 machine.

It might be pertinent to note that one thing I've noticed about the SWF objects that have passed and failed are that the ones that have failed all revolve around video content whereas the ones that have passed don't. Granted I haven't tested more than a half-dozen objects, but that's quite a coincidence. :)

View 1 Replies

ActionScript 3.0 :: Unable To Sizing When Loading .swf Into An Html For Viewing Purposes?

Nov 27, 2011

I finished my first as3 project that wasn't Hello World and I wanted to send it to a friend. So I put together an .HTML document to load the .swf file but when I open it as a page the game is larger than the displayed area even though my project is 640X480 and the HTML is set to display that (the .swf displays correctly when opened with the stand alone viewer). I also went into the bin/index.html file in my project and edited the height and width from "100%" to "640" and "480" respectively. I have tried adjusting and changing every parameter and value that I could find to try and fix this issue.

View 2 Replies

ActionScript 3.0 :: Gallery Page With A Bunch Of Page Numbers - Click On A Page Number, The Over Script Should Stop Until Go To Another Page?

Jan 26, 2009

i'm trying to build a flash site and ran into a problem... i have a gallery page with a bunch of page numbers at the top. when you click on one, a movieclip loads of some images coming in.so the problem i'm having is that i made a little animation for when you roll the mouse over the page number (they scale up when the mouse is over, scale back when the cursor moves away)... what it's doing is when you roll over, it goes to a certain frame in the timeline and plays that animation.that's all working cool, but i need it to not do that once it's clicked on. so basically when you actually click on a page number, the over script should stop until you go to another page... here's the code i've written,

function over(event:MouseEvent):void {
this.gotoAndPlay(30);}
function out(event:MouseEvent):void {[code].....

View 0 Replies

CS3 Redirect An Flv To Another Html Page

Jul 29, 2009

i'm an motion-graphics designer, who had experience with flash only this was 8 year's ago. I'm not a programmer so I allways had people around me who could do the flash things. So I absolutely have no idea how it works.

Now i'm making a website, with an swf which play's an flv. The flv can be paused etc. now is my question, after the flv is played I want this to redirect to for example index2.html where are a couple of links. and from that page you can go to the next.

I've seen on the web a lot of reactions about this question, people say use the playerdiy.com. but that's not gonna work for me now.. Because i have set the design up this way (picture in swf which say's ichap etc, with a black solid where the video is been played).

Playerdiy does what i want's but i wanna have my swf design what I used here: [URL] this is with playerdiy: [URL]

View 5 Replies

Set Up Preloader On Html Page?

Jan 11, 2010

I have a .swf with my animation. Then I have another .swf that contains my preloader. I haven't used preloaders before. I usually just publish my .fla to an html page and upload to my website. But if I have a preloader (another .swf), how would I go about setting that up on an html page?

View 2 Replies

Display Both FL7 And FL9 In One HTML Page?

Mar 26, 2009

I've developed an html page that displays a FL7 swf embed on top, and a FL9 swf on bottom. If a user doesn't have FL9, I don't want to prompt an upgrade request - instead, I'd like to have the FL9 swf swap out for a jpeg/gif. Therefore, my FL7 portion will always be there, and if they happen to have FL9, they get extra content.I'm unable to upload the current code due to the content... but here's the current code snippet:

<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
</head>
<body>

[code]....

View 1 Replies

ActionScript 2.0 :: Get Url Of Html Page From Within Swf?

Nov 5, 2005

is there a way to know the url of the page a flash movie is embedded in, from within that embedded movie? kind of like in php, $_SERVER ['PHP_SELF'] returns the page itself. i'm trying to pass some url string queries back to the same .php page in a getURL()these don't seem to work:

getURL("?myFoo=foo");
getURL("#?myFoo=foo");

View 2 Replies

IDE :: Centering .swf On Html Page And More?

Mar 25, 2009

1. I have an .swf framework file that imports two other .swf files into itself to be viewed. The actionscript to import the other .swf files is as below. This works in firefox 3.0.5, but not in any other newer or older version of firefox, even if they have the latest, and same flashplayer 10 versions installed. It doesn't work in explorer either but in opera it works. I't doesn't matter if I use mac or PC. Why ? Is there something wrong with my actionscript ? For now the page with the imported .swfs just shows up empty.

var loader:MovieClipLoader = new MovieClipLoader();
var loadHandler:Object = new Object();
loader.addListener(loadHandler);[code].....

2. I've used a html template that use div tags to center content both horizontaly and verticaly in any browser.The centering works fine, but when I put in the code for embedding my framework .swf, it starts chewing alot before the .swf shows up. It's like something slows down the whole process.Sometimes I have to reload the page to make it show. Check out the website to see whats wrong. View the source code in any browser to see if I have made some misstake putting in the code for flash embedding...

View 4 Replies

IDE :: Getting Fla-file Into Html Page?

Dec 28, 2009

I've got a html-page and a fla-file and i want the body from the homepage to look like my fla-file... how can i manage that??

HTML Code:

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />

[Code].....

View 7 Replies

Put A Flash Movie Into A Html Page?

Apr 2, 2009

how can i put a flash movie into a html page which will be compatible with most browsers?

whats the commonly used html?

View 1 Replies







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