Php :: Embed Sound File Without Revealing Source URL

Aug 10, 2011

I have a number of sound files hosted by a third-party.I would like to embed these on my site in some kind of player for streaming.However, I need to hide the source URLs of these files from my users.The point is to prevent users from discovering information about the third-party services we use, as some of this info is considered proprietary.There is obviously no way to do this in straight html. Most methods that I have seen of embedding audio would leave URLs easily discoverable by just viewing the page source.Is there a good way to keep this data hidden?

View 1 Replies


Similar Posts:


Professional :: Embed All MovieClips / Sound And Video In One Flash File?

Feb 13, 2012

I can use flash ok to build stuff, but I usually just build a flash presentation with movieclips and buttons all contained in the one file. I have never had to put my creations onto cd-rom before. So now I am looking at a CD-rom and seeing how someone else has done it and I see that all the .swf files are separated, as will as sound and video. I thought the only reason to do this would be to be able to access and change for example and mp3. without having to open the flash file, but I am thinking there are other reasons?

View 3 Replies

ActionScript 3.0 :: Embed With Variable Source?

Jan 12, 2011

is this possible in flash cs5?

var loc1:String = "fonts/swfit.ttf";
var name1:String = "SWF!T_v01";
[Embed(source=loc1, embedAsCFF="false", fontName=name1, mimeType="application/x-font")]
var swfit:Class;
Font.registerFont(swfit);

ofcourse i am getting error:

unable to resolve 'loc1' for transcoding

View 1 Replies

Set An Image's Source In A Flex Stylesheet (not Embed)?

May 19, 2011

This works:

<mx:Image styleName="image" source="done.png">
</mx:Image>
This doesn't:
<fx:Style>
@namespace mx "library://ns.adobe.com/flex/mx";

[Code]...

View 1 Replies

ActionScript 3.0 :: Set The Path Dynamically In Embed Source?

Oct 30, 2009

how to declare the path dynamically in Embed source

Code:
Ex:
[Embed(source ='../lib/Fonts/Arial.TTF', fontName = 'Sathiy Normal')]

but i need Like this

URL='../lib/Fonts/Arial.TTF'
[Embed(source =URL, fontName = 'Sathiy Normal')]

if i give like this Error is coming..How to set the path dynamically to Embed source

View 2 Replies

JQuery :: Flash - Changing Object Embed Source?

Aug 15, 2011

I need to be able to load up different flash files when users click an image in my gallary. My current solution works perfectly fine in Firefox, but Chrome and IE are not working and it isn't giving any error messages. I use jquery to change the embed source

$('#flash embed').attr('src', msg.d);
<object id="flash">
<embed src="" type="application/x-shockwave-flash" width="800" height="600">
</embed></object>

View 3 Replies

ActionScript 3.0 :: Embed (source = 'transparent.png') As JPEG (and Set Quality)?

Oct 18, 2009

Ever since I got the hang of AS3 and discovered FlashDevelop, I pretty much abandoned fla.Back in the days, before switching to it, lack of alpha channel support by the .jpg format was a non issue, since Flash IDE allowed to embed png images in the library and apply lossy jpeg compression to them while retaining their transparency data.Programmatically, however, I'm only able at the moment to embed either flat jpegs, or lossless, consequently unacceptably large, transparent pings. (Indexed gif is not practical in the context/nature of the pictures to be embedded.*)

Is there a way to "JPEG-ize" pings at compile time using only code? Perhaps there are some parameters to follow [Embed(source = 'transparent.png')... that are not known to me? Obviously, I'm aware of such acrobatics as loading/embedding a external swf published from Flash IDE containing the bitmaps, or storing the alpha channels separately, ets but I wonder if this can be done elegantly to satisfy code purism.While GIF is great for storing pixel art, icons and whatnot, for smooth/soft images using way over 256 colors, its quality/compression ratio is rather unfavorable. Additionally, it only supports 2-bit transparency i.e. aliased edges.

View 2 Replies

Actionscript 3 :: Embed Dynamic Audio File(s) / Use Variables In Embed?

Feb 10, 2012

Making a piano/keyboard application and trying to figure out the best way to set this up .I plan on having a directory of sounds for each 'instrument' in my assets folder (piano1/C4.mp3,piano1/D4.mpg,...)Is there a way to import/embed all of these as an array? Also is there a way I can pass a variable to this class to indicate which folder I want to import these from? Something that would be ideal

var type = "piano2"; //passed from class being called by
foreach(notes as note){
[Embed(source = 'assets/sounds/'+type +'/'+note+'.mp3')] private const C3:Class;
public var c3:Sfx = new Sfx(C3);
}

Or would it be a better idea to have a class for each of these "types" that pulls all notes?

View 2 Replies

ActionScript 3.0 :: Play A Sound File And Show The Progress Of The Sound File Being Played

Mar 16, 2009

I have to play a sound file and show the progress of the sound file being played. I am using import flash.media.Sound; import flash.media.SoundChannel; But the PROGRESS event gives theprogress of loading of file. I want to know of much of the song has been played and how much more is left.

View 3 Replies

IDE :: Inverse - Hiding The Masked Object Instead Of Revealing It

Jun 9, 2009

I've taken this problem far and wide, and it's a common one, too: Someone wants to use a mask inversely, hiding the masked object instead of revealing it. The only coded solution is to create a bigger "stage" mask with the inverse mask cut out. I understand the process, and have a slight grip on methods of executing it. Too bad it still will not work properly. I have employed two solutions to no avail. There was this simple option, and then there was this slightly harder option.

And where it works for some people, it is not working in my instance. If you look at my files, the masks cut out rather strangely. Is there something different about this situation that requires a different line of code, or am I simply using it wrong? To show you how they worked out, this is the goal: And this is what I ended up with after option 2: Because the object will be squishing and changing shape, creating the mask frame by frame would be a hassle. Changing the shape of a solid mask is a lot easier than moving the particular points of a "stage" mask manually.

View 2 Replies

Professional :: Mask Revealing Oval Line Drawing?

Aug 16, 2010

I have a drawing thats made up of (closed) ovals, which i have imported into flash from Illustrator. The ovals are simple "drawing objects", 0.1 thick with no fill. I need to find a way to animate these ovals "drawing" themselves.

View 1 Replies

ActionScript 3.0 :: Does [Embed(source="assetname")] Work In Flash Or Just Flex?

Aug 14, 2009

Does [Embed(source="assetname")] work in Flash or just Flex?

View 5 Replies

ActionScript 3.0 :: Random Growing Circle Mask Revealing An Image

Jun 23, 2009

From this tutorial:[URL] Pretty neat effect, I wanted to use this for a gallery transition, but I have a problem. Does anybody have an idea how to know when image has been completely revealed so I can stop the enter frame listener and remove this growing masks, otherwise this is pretty useless

View 6 Replies

Embed A Sound In A Symbol?

Aug 27, 2009

Is it okay to embed a sound in a symbol?  I ask because I have an animated symbol, and have included a sound effect in the symbol's timeline, however when using that symbol from the main scene,the sound effect doesn't play.  However if I put that sound effect on the main timeline, then it plays.Personally, for timing purposes I'd much rather use the sound effect within the symbol's timeline, but doesn't play for me.
 
Am I doing something incorrectly, or can't sound symbols be used from within a symbol?

View 4 Replies

ActionScript 2.0 :: When The Mouse Cursor Is Over It A Drop Down List Animation Starts Revealing More Buttons

Oct 19, 2005

What I'm wanting to do for my web site is do a animation on a button so that when the mouse cursor is over it a drop down list animation starts revealing more buttons. How would I go about doing this using Action script in the noobiest terms possible?

View 4 Replies

ActionScript 2.0 :: Control Sound On An Embed Movie?

May 7, 2008

I'm having a horrible problem trying to mute the sound on an embed movie.I work on a flash banner, with an embed video.I would like the sound to be audible on rollOver, and off on rollOut, and have a link on it I tried putting a transparent movie clip on a layer above the video, and put in the AS, but nothing seems to get it done!How can i deal with that!Can my movie clip set the general movie sound to 0 or 100?

View 8 Replies

Actionscript 3 :: Can Not Embed Play MP3 Sound Files In Flash Builder 4?

Mar 23, 2011

I am currently making a Flash Builder Project using Actionscript 3. I have come unstuck trying to embed and play MP3 sounds.I know that the MP3 file is loading as i have traces the bytes loaded, i have also traced the function which plays the MP3.

import flash.media.Sound;
public class Sounds
{[code]....

View 3 Replies

ActionScript 3.0 :: WAV File - New Sound.extract() Function To Get Two Seconds Of A Sound Into A ByteArray

Nov 11, 2009

I'm having some trouble getting the following code to work - trying to use the new Sound.extract() function to get two seconds of a Sound into a ByteArray, and then create a new bytearray with a WAV header, and then output the file. The resulting 'test.wav' file sounds very wrong although slightly recognisable? I think I may have some of the WAV header settings may be wrong but I'm not quite sure what's the matter and after a long time scratching

[Code]...

View 5 Replies

Actionscript 3 :: HTML: Start Sound Playback From URL Mid-file Without Buffering All Sound Data To That Point?

Nov 21, 2010

I have a long mp3 file hosted on a standard apache server (30 minutes long so far, but I would like it to work with longer sounds too).I'd like to start playback of this audio within at a specified point. When attempting to use Flash Actionscript 3, my basic tests show that ALL the audio from the start to the position I choose is buffered before playback (Sound.bytesLoaded was my friend here). If I start one second in, it takes about 3 seconds to start playback, 30 seconds in, takes about 25 secondsObviously with a really long mp3, like skipping playback to the middle of a 3-hour audiobook, this isn't going to be practical.Here's the ActionScript 3.0 code I'm using:

button.addEventListener(MouseEvent.MOUSE_DOWN, function():void {
var s:Sound = new Sound();
var req:URLRequest = new URLRequest("http://example.com/audio.mp3");

[code].....

View 1 Replies

ActionScript 3.0 :: Create Dynamic Sound To Play Sound-file?

Oct 14, 2009

It's possible to play a sound file through AS, either by loading it from a folder or import it to flash. It's also possible to play a dynamic tone with flash.media.Sound + writeFloat.

But... is it possible to play a sound file with flash.media.Sound + writeFloat in some way? I want to play a sound file without having to deal with any files except the .swf!

View 9 Replies

Professional :: CS5 Source File And CS3?

Sep 20, 2010

I am a programmer who is working with a client's flash designers.  Most of my client's personnel have CS3.  I recently upgraded to CS5 due to another contract that I am working on for a different client.  Will I be able to modify my CS3 designer's .fla file, save and hand back to them to finish designing??  Will they be able to open up my modified document?

View 1 Replies

ActionScript 3.0 :: Compile Package File - Error: A File Found In A Source-path Must Have The Same Package Structure?

Dec 19, 2011

I have an actionscript file,it has a package name,it locate C:demo directory,like follows:

package demo{
import flash.display.*;
public class ABC extends Sprite{[code]............

Then I compile above code like following command,but it raise following error:

C:>mxmlc demoABC.as
Loading configuration file C:sdkframeworksflex-config.xml

C:demoABC.as: Error: A file found in a source-path must have the same package structure '', as the definition's package, 'demo'.Where is wrong above command?

View 1 Replies

Professional :: How To Really Edit Source In .fla File

Sep 30, 2010

I am a Java programmer and I can read and edit most anything I get my hands on. I don't work much with flash and when  I do there is no reason to look at any sort of source.I received a file from someone to add to a project and the instructions were to open the .fla in CS5 and edit certain lines to pioint to directories . The file is and interactive app type.I have tried doing this but I am at a loss. I had thought that I would just be able to view some source in the file and edit those lines and export the ,swf, but I can see nothing like that.

View 3 Replies

How Will Flash Work If The Container Html File And An Embed Swf File Are From Different Domains

Jan 8, 2012

Let me give the context first. A user opens a local html file which has a reference to a network url of an swf file to embed.

(1) If the embed swf requests a local image file , will Flash allow the request?
(
2) If the embed swf requests an image file on a non local url other than one of the swf file, will Flash check a crossdomain.xml file on the url?

View 1 Replies

Actionscript 3 :: Source From External Folder (linked Source) Not Appearing In Flex?

Aug 26, 2010

i have a Air Project in which i have added three extenal source folders. but when i reopen project or strat flash builder again i get icon on those folder like this but when i open the configuration for that project and try to validate the path and adding it again i get message like this but the path is valid. proof is this pic what could be possible error,,, is there any way that i when ever re-open project i get no warning and able to navigate through the linked source code. now i am doing it

1- deleting on of the linked folder

2- again adding that folder.

View 2 Replies

ActionScript 3.0 :: Flex Script Source In Source Path Cannot Be Found

Jan 11, 2010

So inside my src folder I have my app.mxml file. I have a source directory pointed to my actionscript library.It appears that Flex does not look inside that source directory including an .as file within the master mxml file.

Code:
<mx:Script source="com/domain/something/somethingelse/app.as"/>

I could just have the main app.as file inside the src folder along with my app.mxml file but it would be nice if it could live in the actionscript library.

View 1 Replies

Professional :: Switching FLV Source File Mid-playback

Nov 22, 2010

I have a number of different videos (all of the same duration and resolution) encoded with almost the same content - however they have different colour schemes, etc., and I require my FLV player to be able to switch seamlessly between them.

That is, if the player is currently playing "test1.flv" and the user presses the 'switch' button, I want to switch over to playing "test2.flv" in the same player, picking up at the same point in time.
 
I used to have a server-side solution that could fake this, but that isn't a long-term solution. Might I ask how you experts would handle something like this?
 
Do I need Flash Media Server, or can it be done with just Flash?

View 5 Replies

Get Flash Related Source Files From Swf File?

Jun 11, 2010

I have a small flash project. I created a SWF from the flash sources.Unfortunately all my flash sources related to the project are deleted.

I left with the SWF file. Is there any way that I can retrieve all the flash source files from the swf file ?

View 1 Replies

ActionScript 3.0 :: Get The Source File Name Of A Bitmap Instance?

Jan 8, 2011

I have a jpeg that I have imported into my library and placed a movieclip instance of it on the stage.How can I retrieve the source file name (test.jpg) in AS3?The following gets me the as3 automatically assigned instance name "instance152" can I get the .jpeg file name that it references?

trace(MovieClip(mc).getChildAt(0).name)

View 3 Replies

ActionScript 2.0 :: Protect Source Code In A .as File?

Aug 23, 2005

What is the best way to protect the source code in a .as file? Right now if you access the .as in a web browser the source code is displayed. The problem is that when the .swf file is loaded on the client's machine, so is the .as file.

View 4 Replies







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