ActiveDen

My Super Video Player

  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
marzenas says
Purchased

Hello, I downloaded your player and would like to add a link to a Flash Server where we are hosting files (reporting reasons). What do I need to change in order for the files to work; right now it only works if the .flv files are in the “Video” folder?

Please let me know if this is possible.

Thank you,

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
marzenas says
Purchased

Addition to my last comment: We are also using rtmp://

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
kreolyab says
Purchased

HI,

It seems to be a great player, but i never got it work. I’m Working with CS4 on MacbookPro and i changed every Stage.as as you mentionned in installation pdf file. But i still have “no property for Stage.Display” message when compiling.

Did i miss something ?

Thank you.

Posted 2 years ago
Author
tahadaf tahadaf replied

please make sure you’re doing the steps exactly as explained and just to play it safe, close CS4 and do the changes and then restart your computer to make sure all new files are at work in your system!

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
ozzy00100 says

If I just use the player and not the playlist – does this reduce the size of the published file.

Is there a way of making the playlist appear on top of the video instead as it does in http://activeden.net/item/flv-player-multiuse-as20flash8/full_screen_preview/10222 – this is so that it uses less screen space.

It’s a great product – love the tell a friend feature.

Thanks

Posted 2 years ago
Author
tahadaf tahadaf replied

the player and the playlist are two seperated flash objects and you can use them in any place you like, yes, of course you can put them vertically above each other.

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
kreolyab says
Purchased

Hi, Sorry but i did exactly as explained in pdf file, but it still doesn’t work. i have done it 3 three times in vain. With CS4 (mac version) you only have one stage.as file for each Flash Player version (7,8,9) in their respective folder :

/Applications/Adobe Flash CS4 /Common/First Run/Classes/FP7/

/Applications/Adobe Flash CS4 /Common/First Run/Classes/FP8

/Applications/Adobe Flash CS4 /Common/First Run/Classes/FP9

I changes the 3 files as explained, restarted the mac and got the same pb wen compliling.

Thank you for your help

Posted 2 years ago
Author
tahadaf tahadaf replied

hmm, don’t know how to help here :( you see, the logic is saying that you see that error because your CS4 does not have that stage property in a class its using, so you must make sure you are modifying all stage.as files to what is explained… I don’t have a mac to test, but I hope some googling would help.

let me know how you going, Hadi

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
marzenas says
Purchased

Hello, Did you have a chance to work on the “Volume” issue? It doesn’t work if videos are linking to Live FMS .

Thank you,

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
adamhanly says

I’m pretty sure I’m going to buy this right now… BUT :

Can you at some point create the ability to stream youtube or vimeo videos?

I’m creating a website for a musician, and your player is perfect. The only thing I don’t like is that we have to self-host every file. A youtube/vimeo function would be awesome.

Basically, could you PLEAAAASE create the ability to add a youtube playlist (and vimeo if possible) so that I don’t have to download and self-host every single video the artist is in?

Thanks!

Posted 2 years ago
Author
tahadaf tahadaf replied

well, in my to-do list, there’s a new version of the video player in AS3 , but just can’t say when we’ll start building the new version!

but maybe for a freelancing fee, I can modify the current one to work with youtube also…! we need to talk more on this if you are interested. contact me through my profile page.

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
  • United States
1oclock says
Purchased

I was unable to rate this player above 1 star and I would like to give a warning to those thinking about purchasing it: The instructions include stuff like this:

And open the file “Stage.as”. You should see the following line of code: static var displayState:String; If you don’t see it, just add it and save the file. The final code must look like below: //** // ActionScript Standard Library // Stage object //** intrinsic class Stage { static var displayState:String; static var align:String; static var height:Number; static var scaleMode:String; static var showMenu:Boolean; static var width:Number; static function addListener(listener:Object):Void; static function removeListener(listener:Object):Boolean; } 5 After you saved and closed the above file, go a folder similar to below: C:\Users\Hadi\AppData\Local\Adobe\Flash CS3 \en\Configuration\Classes\FP8 And there you will find another “Stage.as” file which you need to do the same exact thing as above in there. After you save it, close it and restart your Flash software and press ctrl + enter to publish your SWF file. This time you shouldn’t receive any error messages. It means that you have completed the first stage.

I am NOT a Flash developer and when I read that a player is, and I quote, “All XML Driven”, I assume (and I think anyone would) that you don’t have to do anything to the Flash files. I understand that the steps above were necessary because I “don’t have the new adobe settings for the fullscreen feature”. However, I have NEVER encountered this kind of an error with any other player and I have the most recent version of Adobe products.

I buy XML driven players because I don’t want to mess with this stuff and I’m guessing that I’m not alone. If you, like me, hate messing with Flash, I strongly recommend that you skip this player. This is, without question, the biggest headache and worst money that I have spent on Activeden.

Buyer beware.

Posted 2 years ago
Author
tahadaf tahadaf replied

that refers to the fullScreen option to work. once you fix that in your computer, you would never again need to get back to it. that’s a one time fix! what could I do? this is an AS2 player with a fullScreen feature and that line must be added to adobe Stage.as class. since when we build that video, fullScreen was not there!

You’re comment is unnecessarily harsh!

Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
kceke says

It looks as though this tool will meet what I need for my current development. But I am developing a .NET website on windows server which does not run php. Does that mean I cannot use the Super Video Player?

Posted 2 years ago
Author
tahadaf tahadaf replied

the PHP doesn’t do a critical part actually, it just generates a unique number based on server’s time and date. it is possible to generate that number in any other languages supported on your server. that should be fine.

Posted 2 years ago
Purchased
Default-user kceke replied

Hi, I purchased the component and got it to work with .NET. Great work. Now, I modified the fla file and after changing Stage.as as you instructed, I’m still getting the error: There is no property with the name ‘displayState’.

Is there any other thing that I can do to resolve this issue? Thanks.

Posted 2 years ago
Purchased
Default-user kceke replied

I modified only one before, but I have found the second and made the modification as well. Everything works great. Thanks!!

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
david_ceasar says

Can you tell me what features are affected by the lack of PHP on a server. I love this player but my server is not running PHP . It’s windows based. Can the file be used with some features not working AND what features are they?

Posted 2 years ago
  • Has been a member for 1-2 years
SevenSquared says

Hey, great work. Have you ever thought about developing a player with cue points to as clickable buttons on the time line?

As in http://www2.sainsburys.co.uk/graduates/index.asp?from=http://www2.sainsburys.co.uk/aboutus/recruitment/careers_new.htm?WT.svl=2&WT.seg_1=nav_secondary



let me know if you’re intrested – and whether you’re intrested in custom build …

Posted 2 years ago
Author
tahadaf tahadaf replied

we’re in progress of creating a big free-to-use software which includes an advanced video player in AS3 but the video part won’t start before 4 or 5 months from now…

we may alter the schedules if you have good reasons for that…? email me through my profile page.

Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
kceke says
Purchased

Is there a way to pause the video player if a user clicks on “email” or “embed” icons? Thanks.

Posted 2 years ago
Author
tahadaf tahadaf replied

yeah, that should be possible. you may check the action for the pause button and use it anywhere else that you may need…

Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
trevinoh says

I saw this item last night and I want it for my programer to use. Are all the kinks worked out? It seems like there were some trial errors posted in the reviews.

Posted 2 years ago
Author
tahadaf tahadaf replied

yeah, of course, it’s working fine otherwise, I wouldn’t had kept it online! :)

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
gelas6969 says

hi, nice file,

the player, can insert in to a existing flash project, not to load like external swf.

sorry for my english

Posted 2 years ago
Author
tahadaf tahadaf replied

yes, the player is built to be used in html directly not to be loaded in other flash projects :)

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
cfusion says

Hello tahadaf!!

When do we have the AS3 version? AS2 version not supported on my projects =(

Please release the AS3 version as soon as you can…

Thanks!

Posted 2 years ago
Author
tahadaf tahadaf replied

can’t give an exact date, but it’s in my to-do list :)

Posted 2 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
nagd says

Would this player play youTube videos? And also could this player play .swf and .jpg files? :) Looking for a player that plays all with deep linking.

Posted 2 years ago
Author
tahadaf tahadaf replied

nope, not right now, but it’s planed to be built soon ;)

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
mani53 says

Hi,

I was wondering if your video player support HD format. Thanks

Posted 2 years ago
Author
tahadaf tahadaf replied

Yes, Of course it does. I have tested it with HD MP4 videos.

Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
jmares says
Purchased

I need help with just found one Stage.as the other is not found need help please

Posted 1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
jmares says
Purchased

and in the html files are not contine

Posted 1 year ago
Author
tahadaf tahadaf replied

drop me an email through my profile page… Thanks

Posted 1 year ago

You must sign in or sign up to purchase this item.

$25Regular Licence

$25

Regular Licence a website (commercial, personal, client), free game, e-card, or presentation - Details

$125Extended Licence

$125

Extended Licence an app, paid game, or other software project, a website template for sale - Details

65 Purchases 59 Comments

Buyer Rating
12345 ( 12 ratings )
tahadaf

tahadaf

  • Has been a member for 2-3 years
  • Contributed a Tutorial to a Tuts+ Site
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 10 and 49 items
  • Australia
  • Referred between 10 and 49 users
View Portfolio
Created 12 October 09
ActionScript Version AS2
Documentation Well Documented
Flash Files Included Flash FLA, ActionScript AS, XML Files, JS Files, PHP Files
Opens With Flash CS3 (9+), Flash CS4 (10+)
Published Size 68kb
Resolution Resizable
by
by
by
by
by